Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | queue |
struct usb_request | req |
unsigned int | offset |
unsigned int | bd_bytes |
struct iudma_ch * | iudma |
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.
unsigned int bd_bytes |
Definition at line 244 of file bcm63xx_udc.c.
Definition at line 245 of file bcm63xx_udc.c.
Definition at line 243 of file bcm63xx_udc.c.
Definition at line 241 of file bcm63xx_udc.c.
struct usb_request req |
Definition at line 242 of file bcm63xx_udc.c.