Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
memstick_host Struct Reference

#include <memstick.h>

Data Fields

struct mutex lock
 
unsigned int id
 
unsigned int caps
 
struct work_struct media_checker
 
struct device dev
 
struct memstick_devcard
 
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
 

Detailed Description

Definition at line 275 of file memstick.h.

Field Documentation

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.

Definition at line 286 of file memstick.h.

Definition at line 284 of file memstick.h.

unsigned int id

Definition at line 277 of file memstick.h.

struct mutex lock

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.

Definition at line 292 of file memstick.h.


The documentation for this struct was generated from the following file: