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

/freebsd-10.3-release/sys/dev/usb/controller/
H A Duhci_pci.c99 uhci_pci_match(device_t self) function
247 const char *desc = uhci_pci_match(self);
308 * uhci_pci_match must never return NULL if uhci_pci_probe
311 device_set_desc(sc->sc_bus.bdev, uhci_pci_match(self));

Completed in 101 milliseconds