Searched defs:xhci_softc (Results 1 – 2 of 2) sorted by relevance
494 struct xhci_softc { struct495 struct xhci_hw_softc sc_hw;497 struct usb_bus sc_bus;499 struct usb_bus_msg sc_config_msg[2];501 struct usb_callout sc_callout;503 xhci_port_route_t *sc_port_route;505 union xhci_hub_desc sc_hub_desc;507 struct cv sc_cmd_cv;508 struct sx sc_cmd_sx;510 struct usb_device *sc_devices[XHCI_MAX_DEVICES];[all …]
268 struct xhci_softc xhci_softc; member