Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h435 struct xhci_hw_dev { struct
436 struct usb_page_cache device_pc;
437 struct usb_page_cache input_pc;
438 struct usb_page_cache endpoint_pc[XHCI_MAX_ENDPOINTS];
463 struct xhci_hw_dev devs[XHCI_MAX_DEVICES + 1]; argument