Linux Kernel
3.7.1
|
#include <pxa25x_udc.h>
Data Fields | |
struct usb_gadget | gadget |
struct usb_gadget_driver * | driver |
enum ep0_state | ep0state |
struct udc_stats | stats |
unsigned | got_irq: 1 |
unsigned | vbus: 1 |
unsigned | pullup: 1 |
unsigned | has_cfr: 1 |
unsigned | req_pending: 1 |
unsigned | req_std: 1 |
unsigned | req_config: 1 |
unsigned | suspended: 1 |
unsigned | active: 1 |
struct timer_list | timer |
struct device * | dev |
struct clk * | clk |
struct pxa2xx_udc_mach_info * | mach |
struct usb_phy * | transceiver |
u64 | dma_mask |
struct pxa25x_ep | ep [PXA_UDC_NUM_ENDPOINTS] |
Definition at line 99 of file pxa25x_udc.h.
unsigned active |
Definition at line 105 of file pxa25x_udc.h.
Definition at line 119 of file pxa25x_udc.h.
Definition at line 118 of file pxa25x_udc.h.
u64 dma_mask |
Definition at line 122 of file pxa25x_udc.h.
struct usb_gadget_driver* driver |
Definition at line 101 of file pxa25x_udc.h.
Definition at line 123 of file pxa25x_udc.h.
Definition at line 103 of file pxa25x_udc.h.
struct usb_gadget gadget |
Definition at line 100 of file pxa25x_udc.h.
unsigned got_irq |
Definition at line 105 of file pxa25x_udc.h.
unsigned has_cfr |
Definition at line 105 of file pxa25x_udc.h.
struct pxa2xx_udc_mach_info* mach |
Definition at line 120 of file pxa25x_udc.h.
unsigned pullup |
Definition at line 105 of file pxa25x_udc.h.
unsigned req_config |
Definition at line 105 of file pxa25x_udc.h.
unsigned req_pending |
Definition at line 105 of file pxa25x_udc.h.
unsigned req_std |
Definition at line 105 of file pxa25x_udc.h.
Definition at line 104 of file pxa25x_udc.h.
unsigned suspended |
Definition at line 105 of file pxa25x_udc.h.
Definition at line 116 of file pxa25x_udc.h.
Definition at line 121 of file pxa25x_udc.h.
unsigned vbus |
Definition at line 105 of file pxa25x_udc.h.