Searched refs:xhci_driver (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Dxhci_mv.c216 static driver_t xhci_driver = { variable
224 DRIVER_MODULE(xhci, simplebus, xhci_driver, xhci_devclass, 0, 0);
H A Dxhci_pci.c81 static driver_t xhci_driver = { variable
89 DRIVER_MODULE(xhci, pci, xhci_driver, xhci_devclass, NULL, NULL);
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c124 static driver_t xhci_driver = { variable
132 DRIVER_MODULE(xhci, simplebus, xhci_driver, xhci_devclass, 0, 0);
/freebsd-11-stable/sys/arm/nvidia/
H A Dtegra_xhci.c1157 static DEFINE_CLASS_0(xhci, xhci_driver, xhci_methods,
1159 DRIVER_MODULE(tegra_xhci, simplebus, xhci_driver, xhci_devclass, NULL, NULL);

Completed in 108 milliseconds