#include <ohci2.h>

Data Fields | |
| volatile uint32_t | td_flags |
| volatile uint32_t | td_cbp |
| volatile uint32_t | td_next |
| volatile uint32_t | td_be |
| struct ohci_td * | obj_next |
| struct ohci_td * | alt_next |
| struct usb2_page_cache * | page_cache |
| uint32_t | td_self |
| uint16_t | len |
Definition at line 205 of file ohci2.h.
struct ohci_td* ohci_td::alt_next [read] |
| uint16_t ohci_td::len |
struct ohci_td* ohci_td::obj_next [read] |
Definition at line 231 of file ohci2.h.
Referenced by ohci_setup_standard_chain_sub(), and ohci_xfer_setup().
struct usb2_page_cache* ohci_td::page_cache [read] |
Definition at line 233 of file ohci2.h.
Referenced by ohci_check_transfer_sub(), ohci_non_isoc_done_sub(), ohci_setup_standard_chain(), and ohci_xfer_setup().
| volatile uint32_t ohci_td::td_be |
| volatile uint32_t ohci_td::td_cbp |
Definition at line 224 of file ohci2.h.
Referenced by ohci_check_transfer_sub(), and ohci_non_isoc_done_sub().
| volatile uint32_t ohci_td::td_flags |
Definition at line 206 of file ohci2.h.
Referenced by ohci_check_transfer_sub(), ohci_non_isoc_done_sub(), and ohci_setup_standard_chain().
| volatile uint32_t ohci_td::td_next |
Definition at line 225 of file ohci2.h.
Referenced by ohci_check_transfer_sub(), and ohci_setup_standard_chain().
| uint32_t ohci_td::td_self |
Definition at line 234 of file ohci2.h.
Referenced by ohci_check_transfer_sub(), ohci_setup_standard_chain(), ohci_setup_standard_chain_sub(), and ohci_xfer_setup().
1.5.8