Query: struct_rio_driver
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTRIO_DRIVER(9) Internals STRUCT RIO_DRIVER(9)NAMEstruct_rio_driver - RIO driver infoSYNOPSISstruct rio_driver { struct list_head node; char * name; const struct rio_device_id * id_table; int (* probe) (struct rio_dev * dev, const struct rio_device_id * id); void (* remove) (struct rio_dev * dev); int (* suspend) (struct rio_dev * dev, u32 state); int (* resume) (struct rio_dev * dev); int (* enable_wake) (struct rio_dev * dev, u32 state, int enable); struct device_driver driver; };MEMBERSnode Node in list of drivers name RIO driver name id_table RIO device ids to be associated with this driver probe RIO device inserted remove RIO device removed suspend RIO device suspended resume RIO device awakened enable_wake RIO device enable wake event driver LDM driver structDESCRIPTIONProvides info on a RIO device driver for insertion/removal and power management purposes.AUTHORMatt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT RIO_DRIVER(9)
Related Man Pages |
---|
struct_bus_type(9) - centos |
struct_rio_dev(9) - centos |
struct_rio_mport(9) - centos |
struct_spi_driver(9) - centos |
struct_spi_driver(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Tar Command |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |
Controlling user input |