Searched refs:find_pci_device (Results 1 – 4 of 4) sorted by relevance
66 static EFI_STATUS find_pci_device(uint16_t vendor_id, uint16_t device_id, in find_pci_device() function119 rc = find_pci_device(devices[i].vendor, devices[i].device, &pciio); in efi_main()
188 match = find_pci_device(pci_domain, list); in main()
146 struct match *find_pci_device(const struct pci_domain *pci_domain,
420 struct match *find_pci_device(const struct pci_domain *domain, in find_pci_device() function