Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/bus/pci/
H A Dpci_common.c445 pci_find_device(const struct rte_device *start, rte_dev_cmp_t cmp, in pci_find_device() function
753 .find_device = pci_find_device,
/f-stack/freebsd/x86/cpufreq/
H A Dsmist.c303 if ((piix4 = pci_find_device(id->vendor, id->device)) != NULL) in smist_identify()