Searched defs:xhci_softc (Results 1 – 1 of 1) sorted by relevance
461 struct xhci_softc { struct462 struct xhci_hw_softc sc_hw;464 struct usb_bus sc_bus;466 struct usb_bus_msg sc_config_msg[2];468 struct usb_callout sc_callout;470 xhci_port_route_t *sc_port_route;472 union xhci_hub_desc sc_hub_desc;474 struct cv sc_cmd_cv;475 struct sx sc_cmd_sx;477 struct usb_device *sc_devices[XHCI_MAX_DEVICES];[all …]