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

Data Fields

struct list_head queue
 
struct usb_request req
 
unsigned int offset
 
unsigned int bd_bytes
 
struct iudma_chiudma
 

Detailed Description

struct bcm63xx_req - Internal (driver) state of a single request. : Links back to the EP's request list. : USB gadget layer representation of the request. : Current byte offset into the data buffer (next byte to queue). : Number of data bytes in outstanding BD entries. : IUDMA channel used for the request.

Definition at line 240 of file bcm63xx_udc.c.

Field Documentation

unsigned int bd_bytes

Definition at line 244 of file bcm63xx_udc.c.

struct iudma_ch* iudma

Definition at line 245 of file bcm63xx_udc.c.

unsigned int offset

Definition at line 243 of file bcm63xx_udc.c.

Definition at line 241 of file bcm63xx_udc.c.

Definition at line 242 of file bcm63xx_udc.c.


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