Home
last modified time | relevance | path

Searched refs:xhci_start_controller (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/sys/dev/usb/controller/
H A Dgeneric_xhci.c131 err = xhci_start_controller(sc); in generic_xhci_attach()
H A Dxhci_pci.c448 err = xhci_start_controller(sc); in xhci_pci_attach()
H A Dxhci.h585 usb_error_t xhci_start_controller(struct xhci_softc *);
H A Ddwc3.c169 err = xhci_start_controller(sc); in snps_dwc3_attach_xhci()
H A Dxhci.c303 xhci_start_controller(struct xhci_softc *sc) in xhci_start_controller() function
674 xhci_start_controller(sc); in xhci_set_hw_power_sleep()
/freebsd-14.2/sys/arm/nvidia/
H A Dtegra_xhci.c1066 rv = xhci_start_controller(xsc); in tegra_xhci_attach()