#include <ehci2.h>

Data Fields | |
| volatile uint32_t | qh_link |
| volatile uint32_t | qh_endp |
| volatile uint32_t | qh_endphub |
| volatile uint32_t | qh_curqtd |
| struct ehci_qh_sub | qh_qtd |
| struct ehci_qh * | next |
| struct ehci_qh * | prev |
| struct ehci_qh * | obj_next |
| struct usb2_page_cache * | page_cache |
| uint32_t | qh_self |
Definition at line 367 of file ehci2.h.
struct ehci_qh* ehci_qh::next [read] |
struct ehci_qh* ehci_qh::obj_next [read] |
struct usb2_page_cache* ehci_qh::page_cache [read] |
Definition at line 412 of file ehci2.h.
Referenced by _ehci_append_qh(), _ehci_remove_qh(), ehci_init(), ehci_setup_standard_chain(), and ehci_xfer_setup().
struct ehci_qh* ehci_qh::prev [read] |
| volatile uint32_t ehci_qh::qh_curqtd |
| volatile uint32_t ehci_qh::qh_endp |
| volatile uint32_t ehci_qh::qh_endphub |
| volatile uint32_t ehci_qh::qh_link |
Definition at line 368 of file ehci2.h.
Referenced by _ehci_append_qh(), _ehci_remove_qh(), and ehci_init().
struct ehci_qh_sub ehci_qh::qh_qtd [read] |
| uint32_t ehci_qh::qh_self |
Definition at line 413 of file ehci2.h.
Referenced by _ehci_append_qh(), ehci_init(), and ehci_xfer_setup().
1.5.8