Linux Kernel
3.7.1
|
#include <memstick.h>
Data Fields | |
struct memstick_device_id | id |
struct memstick_host * | host |
struct ms_register_addr | reg_addr |
struct completion | mrq_complete |
struct memstick_request | current_mrq |
int(* | check )(struct memstick_dev *card) |
int(* | next_request )(struct memstick_dev *card, struct memstick_request **mrq) |
void(* | stop )(struct memstick_dev *card) |
void(* | start )(struct memstick_dev *card) |
struct device | dev |
Definition at line 255 of file memstick.h.
int(* check)(struct memstick_dev *card) |
Definition at line 263 of file memstick.h.
struct memstick_request current_mrq |
Definition at line 260 of file memstick.h.
Definition at line 272 of file memstick.h.
Definition at line 257 of file memstick.h.
Definition at line 256 of file memstick.h.
struct completion mrq_complete |
Definition at line 259 of file memstick.h.
int(* next_request)(struct memstick_dev *card, struct memstick_request **mrq) |
Definition at line 265 of file memstick.h.
Definition at line 258 of file memstick.h.
void(* start)(struct memstick_dev *card) |
Definition at line 270 of file memstick.h.
void(* stop)(struct memstick_dev *card) |
Definition at line 268 of file memstick.h.