Query: struct_ccwgroup_device
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTCCWGROUP_DEVI(9) The ccwgroup bus STRUCT CCWGROUP_DEVI(9)NAMEstruct_ccwgroup_device - ccw group deviceSYNOPSISstruct ccwgroup_device { unsigned long creator_id; enum state; unsigned int count; struct device dev; struct ccw_device * cdev[0]; };MEMBERScreator_id unique number of the driver state online/offline state count number of attached slave devices dev embedded device structure cdev[0] variable number of slave devices, allocated as neededAUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT CCWGROUP_DEVI(9)