Home
last modified time | relevance | path

Searched refs:pci_match_device (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/pci/
H A Dpcivar.h327 const struct pci_device_table *pci_match_device(device_t child,
330 pci_match_device(child, (table), nitems(table));
H A Dpci.c6776 pci_match_device(device_t child, const struct pci_device_table *id, size_t nelt) in pci_match_device() function