|
Linux Kernel
3.7.1
|
#include <ccwgroup.h>
Public Types | |
| enum | { CCWGROUP_OFFLINE, CCWGROUP_ONLINE } |
Data Fields | |
| enum ccwgroup_device:: { ... } | state |
| atomic_t | onoff |
| struct mutex | reg_mutex |
| unsigned int | count |
| struct device | dev |
| struct ccw_device * | cdev [0] |
struct ccwgroup_device - ccw group device : online/offline state : number of attached slave devices : embedded device structure : variable number of slave devices, allocated as needed
Definition at line 14 of file ccwgroup.h.
| anonymous enum |
Definition at line 15 of file ccwgroup.h.
| struct ccw_device* cdev[0] |
Definition at line 25 of file ccwgroup.h.
| unsigned int count |
Definition at line 23 of file ccwgroup.h.
Definition at line 24 of file ccwgroup.h.
| atomic_t onoff |
Definition at line 20 of file ccwgroup.h.
Definition at line 21 of file ccwgroup.h.
| enum { ... } state |
1.8.2