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

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

Completed in 44 milliseconds