|
Linux Kernel
3.7.1
|
#include <omap_udc.h>
Data Fields | |
| struct usb_ep | ep |
| struct list_head | queue |
| unsigned long | irqs |
| struct list_head | iso |
| char | name [14] |
| u16 | maxpacket |
| u8 | bEndpointAddress |
| u8 | bmAttributes |
| unsigned | double_buf:1 |
| unsigned | stopped:1 |
| unsigned | fnf:1 |
| unsigned | has_dma:1 |
| u8 | ackwait |
| u8 | dma_channel |
| u16 | dma_counter |
| int | lch |
| struct omap_udc * | udc |
| struct timer_list | timer |
Definition at line 138 of file omap_udc.h.
| u8 ackwait |
Definition at line 151 of file omap_udc.h.
| u8 bEndpointAddress |
Definition at line 145 of file omap_udc.h.
| u8 bmAttributes |
Definition at line 146 of file omap_udc.h.
Definition at line 152 of file omap_udc.h.
| u16 dma_counter |
Definition at line 153 of file omap_udc.h.
| unsigned double_buf |
Definition at line 147 of file omap_udc.h.
Definition at line 139 of file omap_udc.h.
| unsigned fnf |
Definition at line 149 of file omap_udc.h.
| unsigned has_dma |
Definition at line 150 of file omap_udc.h.
| unsigned long irqs |
Definition at line 141 of file omap_udc.h.
Definition at line 142 of file omap_udc.h.
| int lch |
Definition at line 154 of file omap_udc.h.
| u16 maxpacket |
Definition at line 144 of file omap_udc.h.
| char name[14] |
Definition at line 143 of file omap_udc.h.
Definition at line 140 of file omap_udc.h.
| unsigned stopped |
Definition at line 148 of file omap_udc.h.
Definition at line 156 of file omap_udc.h.
Definition at line 155 of file omap_udc.h.
1.8.2