Data Fields | |
| struct uhci_info * | ui |
| bool | low_speed |
| int | dev_addr |
| int | errors |
| struct list_elem | peers |
| struct lock | lock |
| struct queue_head * | qh |
Definition at line 177 of file usb_uhci.c.
struct uhci_info* uhci_dev_info::ui [read] |
Definition at line 179 of file usb_uhci.c.
Referenced by uhci_create_chan(), uhci_destroy_chan(), uhci_tx_pkt(), uhci_tx_pkt_now(), and uhci_tx_pkt_wait().
Definition at line 180 of file usb_uhci.c.
Referenced by uhci_create_chan(), uhci_modify_chan(), uhci_tx_pkt_now(), and uhci_tx_pkt_wait().
Definition at line 181 of file usb_uhci.c.
Referenced by uhci_create_chan(), uhci_modify_chan(), uhci_tx_pkt_now(), and uhci_tx_pkt_wait().
struct list_elem uhci_dev_info::peers [read] |
Definition at line 183 of file usb_uhci.c.
Referenced by dump_all_qh(), uhci_create_chan(), and uhci_destroy_chan().
struct lock uhci_dev_info::lock [read] |
struct queue_head* uhci_dev_info::qh [read] |
Definition at line 185 of file usb_uhci.c.
Referenced by dump_all_qh(), uhci_create_chan(), uhci_destroy_chan(), uhci_tx_pkt_now(), and uhci_tx_pkt_wait().
1.5.6