|
Linux Kernel
3.7.1
|
#include <omap_udc.h>
Data Fields | |
| struct usb_gadget | gadget |
| struct usb_gadget_driver * | driver |
| spinlock_t | lock |
| struct omap_ep | ep [32] |
| u16 | devstat |
| u16 | clr_halt |
| struct usb_phy * | transceiver |
| struct list_head | iso |
| unsigned | softconnect:1 |
| unsigned | vbus_active:1 |
| unsigned | ep0_pending:1 |
| unsigned | ep0_in:1 |
| unsigned | ep0_set_config:1 |
| unsigned | ep0_reset_config:1 |
| unsigned | ep0_setup:1 |
| struct completion * | done |
| struct clk * | dc_clk |
| struct clk * | hhc_clk |
| unsigned | clk_requested:1 |
Definition at line 159 of file omap_udc.h.
| unsigned clk_requested |
Definition at line 178 of file omap_udc.h.
| u16 clr_halt |
Definition at line 165 of file omap_udc.h.
Definition at line 176 of file omap_udc.h.
| u16 devstat |
Definition at line 164 of file omap_udc.h.
| struct completion* done |
Definition at line 175 of file omap_udc.h.
| struct usb_gadget_driver* driver |
Definition at line 161 of file omap_udc.h.
Definition at line 163 of file omap_udc.h.
| unsigned ep0_in |
Definition at line 171 of file omap_udc.h.
| unsigned ep0_pending |
Definition at line 170 of file omap_udc.h.
| unsigned ep0_reset_config |
Definition at line 173 of file omap_udc.h.
| unsigned ep0_set_config |
Definition at line 172 of file omap_udc.h.
| unsigned ep0_setup |
Definition at line 174 of file omap_udc.h.
| struct usb_gadget gadget |
Definition at line 160 of file omap_udc.h.
Definition at line 177 of file omap_udc.h.
Definition at line 167 of file omap_udc.h.
| spinlock_t lock |
Definition at line 162 of file omap_udc.h.
| unsigned softconnect |
Definition at line 168 of file omap_udc.h.
Definition at line 166 of file omap_udc.h.
| unsigned vbus_active |
Definition at line 169 of file omap_udc.h.
1.8.2