Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci.h494 struct xhci_softc { struct
495 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 …]
/freebsd/sys/arm/nvidia/
H A Dtegra_xhci.c268 struct xhci_softc xhci_softc; member