Data Fields | |
struct frame_list_ptr | flp |
struct td_control | control |
struct td_token | token |
uint32_t | buf_ptr |
struct frame_list_ptr * | head |
uint32_t | flags |
Definition at line 128 of file usb_uhci.c.
struct frame_list_ptr tx_descriptor::flp [read] |
Definition at line 130 of file usb_uhci.c.
Referenced by uhci_add_td_to_qh(), uhci_remove_error_td(), and uhci_setup_td().
struct td_control tx_descriptor::control [read] |
Definition at line 131 of file usb_uhci.c.
Referenced by uhci_process_completed(), uhci_remove_stalled(), uhci_setup_td(), and uhci_tx_pkt_wait().
struct td_token tx_descriptor::token [read] |
struct frame_list_ptr* tx_descriptor::head [read] |
Definition at line 136 of file usb_uhci.c.
Referenced by uhci_add_td_to_qh(), and uhci_remove_error_td().
Definition at line 137 of file usb_uhci.c.
Referenced by uhci_process_completed(), uhci_release_td(), uhci_tx_pkt_now(), and uhci_tx_pkt_wait().