|
Linux Kernel
3.7.1
|
#include <ehci.h>
Data Fields | |
| __hc32 | hw_next |
| __hc32 | hw_alt_next |
| __hc32 | hw_token |
| __hc32 | hw_buf [5] |
| __hc32 | hw_buf_hi [5] |
| dma_addr_t | qtd_dma |
| struct list_head | qtd_list |
| struct urb * | urb |
| size_t | length |
| __le32 | hw_next |
| __le32 | hw_alt_next |
| __le32 | hw_token |
| __le32 | hw_buf [5] |
| __le32 | hw_buf_hi [5] |
| u32 | qtd_buffer_len |
| void * | buffer |
| dma_addr_t | buffer_dma |
| void * | transfer_buffer |
| void * | transfer_dma |
Definition at line 231 of file oxu210hp.h.
| dma_addr_t buffer_dma |
Definition at line 232 of file oxu210hp.h.
| __le32 hw_alt_next |
Definition at line 206 of file oxu210hp.h.
| __le32 hw_buf[5] |
Definition at line 221 of file oxu210hp.h.
| __le32 hw_buf_hi[5] |
Definition at line 222 of file oxu210hp.h.
| __le32 hw_next |
Definition at line 205 of file oxu210hp.h.
| __le32 hw_token |
Definition at line 207 of file oxu210hp.h.
| u32 qtd_buffer_len |
Definition at line 230 of file oxu210hp.h.
| dma_addr_t qtd_dma |
| void* transfer_buffer |
Definition at line 233 of file oxu210hp.h.
| void* transfer_dma |
Definition at line 234 of file oxu210hp.h.
1.8.2