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         enum state;
11         unsigned int count;
12         struct device dev;
13         struct ccw_device * cdev[0];
14       };
15

MEMBERS

17       state
18           online/offline state
19
20       count
21           number of attached slave devices
22
23       dev
24           embedded device structure
25
26       cdev[0]
27           variable number of slave devices, allocated as needed
28

AUTHOR

30       Cornelia Huck <cornelia.huck@de.ibm.com>
31           Author.
32
34Kernel Hackers Manual 3.10         June 2019           STRUCT CCWGROUP_DEVI(9)
Impressum