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

Data Fields

unsigned int ep_num
 
struct iudma_chiudma
 
struct usb_ep ep
 
struct bcm63xx_udcudc
 
struct list_head queue
 
unsigned halted:1
 

Detailed Description

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.

Field Documentation

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.

struct iudma_ch* iudma

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.


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