Home
last modified time | relevance | path

Searched refs:pci_bus_read_dev_vendor_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/pci/hotplug/
Dacpiphp_glue.c323 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), in acpiphp_add_context()
597 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
612 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
Dpciehp_hpc.c235 found = pci_bus_read_dev_vendor_id(bus, devfn, &l, 0); in pci_bus_check_dev()
/Linux-v4.19/drivers/pci/
Dpci.h228 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl,
Dprobe.c2232 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *l, in pci_bus_read_dev_vendor_id() function
2249 EXPORT_SYMBOL(pci_bus_read_dev_vendor_id);
2260 if (!pci_bus_read_dev_vendor_id(bus, devfn, &l, 60*1000)) in pci_scan_device()
Dpci.c5730 return pci_bus_read_dev_vendor_id(pdev->bus, pdev->devfn, &v, 0); in pci_device_is_present()