Linux Kernel
3.7.1
|
Data Fields | |
unsigned int | ep_num |
struct iudma_ch * | iudma |
struct usb_ep | ep |
struct bcm63xx_udc * | udc |
struct list_head | queue |
unsigned | halted:1 |
struct bcm63xx_ep - Internal (driver) state of a single endpoint. : USB endpoint number. : Pointer to IUDMA channel state. : USB gadget layer representation of the EP. : Reference to the device controller. : Linked list of outstanding requests for this EP. : 1 if the EP is stalled; 0 otherwise.
Definition at line 223 of file bcm63xx_udc.c.
Definition at line 226 of file bcm63xx_udc.c.
unsigned int ep_num |
Definition at line 224 of file bcm63xx_udc.c.
unsigned halted |
Definition at line 229 of file bcm63xx_udc.c.
Definition at line 225 of file bcm63xx_udc.c.
Definition at line 228 of file bcm63xx_udc.c.
Definition at line 227 of file bcm63xx_udc.c.