1STRUCT CCWGROUP_DEVI(9)        The ccwgroup bus        STRUCT CCWGROUP_DEVI(9)
2
3
4

NAME

6       struct_ccwgroup_device - ccw group device
7

SYNOPSIS

9       struct ccwgroup_device {
10         unsigned long creator_id;
11         enum state;
12         unsigned int count;
13         struct device dev;
14         struct ccw_device * cdev[0];
15       };
16

MEMBERS

18       creator_id
19           unique number of the driver
20
21       state
22           online/offline state
23
24       count
25           number of attached slave devices
26
27       dev
28           embedded device structure
29
30       cdev[0]
31           variable number of slave devices, allocated as needed
32

AUTHOR

34       Cornelia Huck <cornelia.huck@de.ibm.com>
35           Author.
36
38Kernel Hackers Manual 2.6.         June 2019           STRUCT CCWGROUP_DEVI(9)
Impressum