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

#include <memstick.h>

Data Fields

unsigned char tpc
 
unsigned char data_dir:1
 
unsigned char need_card_int:1
 
unsigned char long_data:1
 
unsigned char int_reg
 
int error
 
union {
   struct scatterlist   sg
 
   struct {
      unsigned char   data_len
 
      unsigned char   data [15]
 
   } 
 
}; 
 

Detailed Description

Definition at line 239 of file memstick.h.

Field Documentation

union { ... }
unsigned char data[15]

Definition at line 250 of file memstick.h.

unsigned char data_dir

Definition at line 241 of file memstick.h.

unsigned char data_len

Definition at line 249 of file memstick.h.

int error

Definition at line 245 of file memstick.h.

unsigned char int_reg

Definition at line 244 of file memstick.h.

unsigned char long_data

Definition at line 241 of file memstick.h.

unsigned char need_card_int

Definition at line 241 of file memstick.h.

Definition at line 247 of file memstick.h.

unsigned char tpc

Definition at line 240 of file memstick.h.


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