Searched defs:usbdev_hc (Results 1 – 1 of 1) sorted by relevance
234 struct usbdev_hc { struct235 hci_t *next;236 uintptr_t reg_base;237 pcidev_t pcidev; // 0 if not used (eg on ARM)238 hc_type type;239 int latest_address;240 usbdev_t *devices[128]; // dev 0 is root hub, 127 is last addressable243 void (*start) (hci_t *controller);245 void (*stop) (hci_t *controller);248 void (*reset) (hci_t *controller);[all …]