Linux Kernel
3.7.1
|
#include <atmel_usba_udc.h>
Data Fields | |
struct usb_request | req |
struct list_head | queue |
u32 | ctrl |
unsigned int | submitted:1 |
unsigned int | last_transaction:1 |
unsigned int | using_dma:1 |
unsigned int | mapped:1 |
Definition at line 301 of file atmel_usba_udc.h.
Definition at line 305 of file atmel_usba_udc.h.
unsigned int last_transaction |
Definition at line 308 of file atmel_usba_udc.h.
unsigned int mapped |
Definition at line 310 of file atmel_usba_udc.h.
Definition at line 303 of file atmel_usba_udc.h.
struct usb_request req |
Definition at line 302 of file atmel_usba_udc.h.
unsigned int submitted |
Definition at line 307 of file atmel_usba_udc.h.
unsigned int using_dma |
Definition at line 309 of file atmel_usba_udc.h.