#include <ohci2.h>

Data Fields | |
| volatile uint32_t | itd_flags |
| volatile uint32_t | itd_bp0 |
| volatile uint32_t | itd_next |
| volatile uint32_t | itd_be |
| volatile uint16_t | itd_offset [OHCI_ITD_NOFFSET] |
| struct ohci_itd * | obj_next |
| struct usb2_page_cache * | page_cache |
| uint32_t | itd_self |
| uint8_t | frames |
Definition at line 240 of file ohci2.h.
| uint8_t ohci_itd::frames |
Definition at line 267 of file ohci2.h.
Referenced by ohci_device_isoc_enter(), and ohci_isoc_done().
| volatile uint32_t ohci_itd::itd_be |
| volatile uint32_t ohci_itd::itd_bp0 |
| volatile uint32_t ohci_itd::itd_flags |
| volatile uint32_t ohci_itd::itd_next |
| volatile uint16_t ohci_itd::itd_offset[OHCI_ITD_NOFFSET] |
Definition at line 255 of file ohci2.h.
Referenced by ohci_device_isoc_enter(), and ohci_isoc_done().
| uint32_t ohci_itd::itd_self |
Definition at line 266 of file ohci2.h.
Referenced by ohci_device_isoc_enter(), and ohci_xfer_setup().
struct ohci_itd* ohci_itd::obj_next [read] |
Definition at line 264 of file ohci2.h.
Referenced by ohci_device_isoc_enter(), ohci_isoc_done(), and ohci_xfer_setup().
struct usb2_page_cache* ohci_itd::page_cache [read] |
Definition at line 265 of file ohci2.h.
Referenced by ohci_device_isoc_enter(), ohci_isoc_done(), and ohci_xfer_setup().
1.5.8