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

Data Fields

struct usb_request req
 
struct list_head queue
 
unsigned char in_progress
 
unsigned char mapped
 

Detailed Description

struct s3c_hsotg_req - data transfer request : The USB gadget request : The list of requests for the endpoint this is queued for. : Has already had size/packets written to core : DMA buffer for this request has been mapped via dma_map_single().

Definition at line 191 of file s3c-hsotg.c.

Field Documentation

unsigned char in_progress

Definition at line 194 of file s3c-hsotg.c.

unsigned char mapped

Definition at line 195 of file s3c-hsotg.c.

Definition at line 193 of file s3c-hsotg.c.

Definition at line 192 of file s3c-hsotg.c.


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