Linux Kernel
3.7.1
|
#include <pxa27x_udc.h>
Data Fields | |
struct pxa_udc * | dev |
struct list_head | queue |
spinlock_t | lock |
unsigned | enabled:1 |
unsigned | in_handle_ep:1 |
unsigned | idx:5 |
char * | name |
unsigned | dir_in:1 |
unsigned | addr:4 |
unsigned | config:2 |
unsigned | interface:3 |
unsigned | alternate:3 |
unsigned | fifo_size |
unsigned | type |
struct stats | stats |
Definition at line 320 of file pxa27x_udc.h.
unsigned addr |
Definition at line 336 of file pxa27x_udc.h.
unsigned alternate |
Definition at line 339 of file pxa27x_udc.h.
unsigned config |
Definition at line 337 of file pxa27x_udc.h.
Definition at line 321 of file pxa27x_udc.h.
unsigned dir_in |
Definition at line 335 of file pxa27x_udc.h.
unsigned enabled |
Definition at line 326 of file pxa27x_udc.h.
unsigned fifo_size |
Definition at line 340 of file pxa27x_udc.h.
unsigned idx |
Definition at line 329 of file pxa27x_udc.h.
unsigned in_handle_ep |
Definition at line 327 of file pxa27x_udc.h.
unsigned interface |
Definition at line 338 of file pxa27x_udc.h.
spinlock_t lock |
Definition at line 324 of file pxa27x_udc.h.
char* name |
Definition at line 330 of file pxa27x_udc.h.
Definition at line 323 of file pxa27x_udc.h.
Definition at line 347 of file pxa27x_udc.h.
unsigned type |
Definition at line 341 of file pxa27x_udc.h.