Linux Kernel
3.7.1
|
#include <ehci.h>
Data Fields | |
struct ehci_qh_hw * | hw |
dma_addr_t | qh_dma |
union ehci_shadow | qh_next |
struct list_head | qtd_list |
struct list_head | intr_node |
struct ehci_qtd * | dummy |
struct ehci_qh * | unlink_next |
unsigned | unlink_cycle |
u8 | needs_rescan |
u8 | qh_state |
u8 | xacterrs |
u8 | usecs |
u8 | gap_uf |
u8 | c_usecs |
u16 | tt_usecs |
unsigned short | period |
unsigned short | start |
struct usb_device * | dev |
unsigned | is_out:1 |
unsigned | clearing_tt:1 |
__le32 | hw_next |
__le32 | hw_info1 |
__le32 | hw_info2 |
__le32 | hw_current |
__le32 | hw_qtd_next |
__le32 | hw_alt_next |
__le32 | hw_token |
__le32 | hw_buf [5] |
__le32 | hw_buf_hi [5] |
struct ehci_qh * | reclaim |
struct oxu_hcd * | oxu |
struct kref | kref |
unsigned | stamp |
__le32 hw_alt_next |
Definition at line 291 of file oxu210hp.h.
__le32 hw_buf[5] |
Definition at line 293 of file oxu210hp.h.
__le32 hw_buf_hi[5] |
Definition at line 294 of file oxu210hp.h.
__le32 hw_current |
Definition at line 287 of file oxu210hp.h.
__le32 hw_info1 |
Definition at line 279 of file oxu210hp.h.
__le32 hw_info2 |
Definition at line 281 of file oxu210hp.h.
__le32 hw_next |
Definition at line 278 of file oxu210hp.h.
__le32 hw_qtd_next |
Definition at line 290 of file oxu210hp.h.
__le32 hw_token |
Definition at line 292 of file oxu210hp.h.
Definition at line 304 of file oxu210hp.h.
Definition at line 303 of file oxu210hp.h.
dma_addr_t qh_dma |
union ehci_shadow qh_next |
Definition at line 301 of file oxu210hp.h.
unsigned stamp |
Definition at line 305 of file oxu210hp.h.