Searched defs:xhci_softc (Results 1 – 1 of 1) sorted by relevance
450 struct xhci_softc { struct451 struct xhci_hw_softc sc_hw;453 struct usb_bus sc_bus;455 struct usb_bus_msg sc_config_msg[2];457 struct usb_callout sc_callout;459 xhci_port_route_t *sc_port_route;461 union xhci_hub_desc sc_hub_desc;463 struct cv sc_cmd_cv;464 struct lock sc_cmd_lock;466 struct usb_device *sc_devices[XHCI_MAX_DEVICES];[all …]