Linux Kernel
3.7.1
|
#include <memstick.h>
Data Fields | |
struct memstick_device_id * | id_table |
int(* | probe )(struct memstick_dev *card) |
void(* | remove )(struct memstick_dev *card) |
int(* | suspend )(struct memstick_dev *card, pm_message_t state) |
int(* | resume )(struct memstick_dev *card) |
struct device_driver | driver |
Definition at line 298 of file memstick.h.
struct device_driver driver |
Definition at line 306 of file memstick.h.
struct memstick_device_id* id_table |
Definition at line 299 of file memstick.h.
int(* probe)(struct memstick_dev *card) |
Definition at line 300 of file memstick.h.
void(* remove)(struct memstick_dev *card) |
Definition at line 301 of file memstick.h.
int(* resume)(struct memstick_dev *card) |
Definition at line 304 of file memstick.h.
int(* suspend)(struct memstick_dev *card, pm_message_t state) |
Definition at line 302 of file memstick.h.