Data Fields | |
struct tx_descriptor * | td |
struct uhci_dev_info * | ud |
struct semaphore | sem |
struct list_elem | peers |
Definition at line 169 of file usb_uhci.c.
struct tx_descriptor* usb_wait::td [read] |
Definition at line 171 of file usb_uhci.c.
Referenced by uhci_process_completed(), uhci_remove_stalled(), and uhci_tx_pkt_wait().
struct uhci_dev_info* usb_wait::ud [read] |
Definition at line 172 of file usb_uhci.c.
Referenced by uhci_destroy_chan(), and uhci_tx_pkt_wait().
struct semaphore usb_wait::sem [read] |
Definition at line 173 of file usb_uhci.c.
Referenced by uhci_destroy_chan(), uhci_process_completed(), uhci_remove_stalled(), and uhci_tx_pkt_wait().
struct list_elem usb_wait::peers [read] |
Definition at line 174 of file usb_uhci.c.
Referenced by uhci_destroy_chan(), and uhci_tx_pkt_wait().