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.h462 struct xhci_softc { struct
463 struct xhci_hw_softc sc_hw;
465 struct usb_bus sc_bus;
467 struct usb_bus_msg sc_config_msg[2];
469 struct callout sc_callout;
471 xhci_port_route_t *sc_port_route;
473 union xhci_hub_desc sc_hub_desc;
475 struct cv sc_cmd_cv;
476 struct sx sc_cmd_sx;
478 struct usb_device *sc_devices[XHCI_MAX_DEVICES];
[all …]