Query: struct_ccwgroup_driver
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTCCWGROUP_DRIV(9) The ccwgroup bus STRUCT CCWGROUP_DRIV(9)NAMEstruct_ccwgroup_driver - driver for ccw group devicesSYNOPSISstruct ccwgroup_driver { struct module * owner; char * name; int max_slaves; unsigned long driver_id; int (* probe) (struct ccwgroup_device *); void (* remove) (struct ccwgroup_device *); int (* set_online) (struct ccwgroup_device *); int (* set_offline) (struct ccwgroup_device *); void (* shutdown) (struct ccwgroup_device *); int (* prepare) (struct ccwgroup_device *); void (* complete) (struct ccwgroup_device *); int (* freeze) (struct ccwgroup_device *); int (* thaw) (struct ccwgroup_device *); int (* restore) (struct ccwgroup_device *); struct device_driver driver; };MEMBERSowner driver owner name driver name max_slaves maximum number of slave devices driver_id unique id probe function called on probe remove function called on remove set_online function called when device is set online set_offline function called when device is set offline shutdown function called when device is shut down prepare prepare for pm state transition complete undo work done in prepare freeze callback for freezing during hibernation snapshotting thaw undo work done in freeze restore callback for restoring after hibernation driver embedded driver structureAUTHORCornelia Huck <cornelia.huck@de.ibm.com> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT CCWGROUP_DRIV(9)
Related Man Pages |
---|
struct_device_driver(9) - centos |
struct_i2c_driver(9) - centos |
struct_spi_driver(9) - centos |
struct_usb_device_driver(9) - centos |
struct_input_polled_dev(9) - suse |
Similar Topics in the Unix Linux Community |
---|
freeBSD device driver (use struct uio) |
struct tm problem |
Panic: k_trap; unable to freeze processor |