Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h461 struct xhci_softc { struct
462 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 …]