|
@@ -10,6 +10,8 @@ struct ccw_driver;
|
|
|
* @count: number of attached slave devices
|
|
* @count: number of attached slave devices
|
|
|
* @dev: embedded device structure
|
|
* @dev: embedded device structure
|
|
|
* @cdev: variable number of slave devices, allocated as needed
|
|
* @cdev: variable number of slave devices, allocated as needed
|
|
|
|
|
+ * @ungroup_work: work to be done when a ccwgroup notifier has action
|
|
|
|
|
+ * type %BUS_NOTIFY_UNBIND_DRIVER
|
|
|
*/
|
|
*/
|
|
|
struct ccwgroup_device {
|
|
struct ccwgroup_device {
|
|
|
enum {
|
|
enum {
|