Linux Kernel
3.7.1
|
#include <isa.h>
Data Fields | |
int(* | match )(struct device *, unsigned int) |
int(* | probe )(struct device *, unsigned int) |
int(* | remove )(struct device *, unsigned int) |
void(* | shutdown )(struct device *, unsigned int) |
int(* | suspend )(struct device *, unsigned int, pm_message_t) |
int(* | resume )(struct device *, unsigned int) |
struct device_driver | driver |
struct device * | devices |
struct device_driver driver |