Searched defs:ccwgroup_device (Results 1 – 1 of 1) sorted by relevance
15 struct ccwgroup_device { struct16 unsigned long creator_id;17 enum {20 } state;22 atomic_t onoff;23 struct mutex reg_mutex;25 unsigned int count;26 struct device dev;50 int (*probe) (struct ccwgroup_device *); argument