Searched refs:xhci_devclass (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Dxhci_mv.c229 static devclass_t xhci_devclass; variable
231 DRIVER_MODULE(xhci, simplebus, xhci_driver, xhci_devclass, 0, 0);
H A Dxhci_pci.c87 static devclass_t xhci_devclass; variable
89 DRIVER_MODULE(xhci, pci, xhci_driver, xhci_devclass, NULL, NULL);
/freebsd-11.0-release/sys/arm/samsung/exynos/
H A Dexynos5_xhci.c130 static devclass_t xhci_devclass; variable
132 DRIVER_MODULE(xhci, simplebus, xhci_driver, xhci_devclass, 0, 0);

Completed in 104 milliseconds