|
Linux Kernel
3.7.1
|
#include <umc.h>
Data Fields | |
| char * | name |
| u8 | cap_id |
| int(* | match )(struct umc_driver *, struct umc_dev *) |
| const void * | match_data |
| int(* | probe )(struct umc_dev *) |
| void(* | remove )(struct umc_dev *) |
| int(* | suspend )(struct umc_dev *, pm_message_t state) |
| int(* | resume )(struct umc_dev *) |
| int(* | pre_reset )(struct umc_dev *) |
| int(* | post_reset )(struct umc_dev *) |
| struct device_driver | driver |
struct umc_driver - UMC capability driver : supported capability ID. : driver specific capability matching function. : driver specific data for match() (e.g., a table of pci_device_id's if umc_match_pci_id() is used).
| struct device_driver driver |
1.8.2