Linux Kernel
3.7.1
|
#include <memstick.h>
Data Fields | |
struct mutex | lock |
unsigned int | id |
unsigned int | caps |
struct work_struct | media_checker |
struct device | dev |
struct memstick_dev * | card |
unsigned int | retries |
void(* | request )(struct memstick_host *host) |
int(* | set_param )(struct memstick_host *host, enum memstick_param param, int value) |
unsigned long private[0] | ____cacheline_aligned |
Definition at line 275 of file memstick.h.
unsigned long private [0] ____cacheline_aligned |
Definition at line 295 of file memstick.h.
unsigned int caps |
Definition at line 278 of file memstick.h.
struct memstick_dev* card |
Definition at line 286 of file memstick.h.
Definition at line 284 of file memstick.h.
Definition at line 277 of file memstick.h.
Definition at line 276 of file memstick.h.
struct work_struct media_checker |
Definition at line 283 of file memstick.h.
void(* request)(struct memstick_host *host) |
Definition at line 290 of file memstick.h.
unsigned int retries |
Definition at line 287 of file memstick.h.
int(* set_param)(struct memstick_host *host, enum memstick_param param, int value) |
Definition at line 292 of file memstick.h.