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

#include <at91_udc.h>

Data Fields

struct usb_gadget gadget
 
struct at91_ep ep [NUM_ENDPOINTS]
 
struct usb_gadget_driverdriver
 
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 clkiclk
 
struct clkfclk
 
struct platform_devicepdev
 
struct proc_dir_entrypde
 
void __iomemudp_baseaddr
 
int udp_irq
 
spinlock_t lock
 
struct timer_list vbus_timer
 
struct work_struct vbus_timer_work
 

Detailed Description

Definition at line 114 of file at91_udc.h.

Field Documentation

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.

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.

struct clk * fclk

Definition at line 129 of file at91_udc.h.

Definition at line 115 of file at91_udc.h.

struct clk* iclk

Definition at line 129 of file at91_udc.h.

spinlock_t lock

Definition at line 134 of file at91_udc.h.

Definition at line 131 of file at91_udc.h.

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.

void __iomem* udp_baseaddr

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.


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