|
Linux Kernel
3.7.1
|
#include <at91_udc.h>
Data Fields | |
| struct usb_gadget | gadget |
| struct at91_ep | ep [NUM_ENDPOINTS] |
| struct usb_gadget_driver * | driver |
| unsigned | vbus:1 |
| unsigned | enabled:1 |
| unsigned | clocked:1 |
| unsigned | suspended:1 |
| unsigned | req_pending:1 |
| unsigned | wait_for_addr_ack:1 |
| unsigned | wait_for_config_ack:1 |
| unsigned | selfpowered:1 |
| unsigned | active_suspend:1 |
| u8 | addr |
| struct at91_udc_data | board |
| struct clk * | iclk |
| struct clk * | fclk |
| struct platform_device * | pdev |
| struct proc_dir_entry * | pde |
| void __iomem * | udp_baseaddr |
| int | udp_irq |
| spinlock_t | lock |
| struct timer_list | vbus_timer |
| struct work_struct | vbus_timer_work |
Definition at line 114 of file at91_udc.h.
| unsigned active_suspend |
Definition at line 126 of file at91_udc.h.
| u8 addr |
Definition at line 127 of file at91_udc.h.
Definition at line 128 of file at91_udc.h.
| unsigned clocked |
Definition at line 120 of file at91_udc.h.
| struct usb_gadget_driver* driver |
Definition at line 117 of file at91_udc.h.
| unsigned enabled |
Definition at line 119 of file at91_udc.h.
Definition at line 116 of file at91_udc.h.
Definition at line 129 of file at91_udc.h.
| struct usb_gadget gadget |
Definition at line 115 of file at91_udc.h.
Definition at line 129 of file at91_udc.h.
| spinlock_t lock |
Definition at line 134 of file at91_udc.h.
| struct proc_dir_entry* pde |
Definition at line 131 of file at91_udc.h.
| struct platform_device* pdev |
Definition at line 130 of file at91_udc.h.
| unsigned req_pending |
Definition at line 122 of file at91_udc.h.
| unsigned selfpowered |
Definition at line 125 of file at91_udc.h.
| unsigned suspended |
Definition at line 121 of file at91_udc.h.
Definition at line 132 of file at91_udc.h.
| int udp_irq |
Definition at line 133 of file at91_udc.h.
| unsigned vbus |
Definition at line 118 of file at91_udc.h.
| struct timer_list vbus_timer |
Definition at line 135 of file at91_udc.h.
| struct work_struct vbus_timer_work |
Definition at line 136 of file at91_udc.h.
| unsigned wait_for_addr_ack |
Definition at line 123 of file at91_udc.h.
| unsigned wait_for_config_ack |
Definition at line 124 of file at91_udc.h.
1.8.2