Home
last modified time | relevance | path

Searched defs:usbdev_hc (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/include/usb/
H A Dusb.h234 struct usbdev_hc { struct
235 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 addressable
243 void (*start) (hci_t *controller);
245 void (*stop) (hci_t *controller);
248 void (*reset) (hci_t *controller);
[all …]