Query: struct_ccwgroup_device
OS: centos
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 { enum state; unsigned int count; struct device dev; struct ccw_device * cdev[0]; };MEMBERSstate 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 3.10 June 2014 STRUCT CCWGROUP_DEVI(9)