Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dgeneric_xhci.c130 err = xhci_start_controller(sc); in generic_xhci_attach()
H A Dxhci_pci.c456 err = xhci_start_controller(sc); in xhci_pci_attach()
H A Dxhci.h585 usb_error_t xhci_start_controller(struct xhci_softc *);
H A Dxhci.c304 xhci_start_controller(struct xhci_softc *sc) in xhci_start_controller() function
759 xhci_start_controller(sc); in xhci_set_hw_power_sleep()
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c167 err = xhci_start_controller(sc); in snps_dwc3_attach_xhci()
/freebsd/sys/arm/nvidia/
H A Dtegra_xhci.c1070 rv = xhci_start_controller(xsc); in tegra_xhci_attach()