Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/hotplug/
Dacpiphp_glue.c331 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), in acpiphp_add_context()
604 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
619 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
Dpciehp_hpc.c256 found = pci_bus_read_dev_vendor_id(bus, devfn, &l, 0); in pci_bus_check_dev()
/Linux-v5.10/drivers/pci/
Dpci.h273 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl,
Dprobe.c2328 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *l, in pci_bus_read_dev_vendor_id() function
2345 EXPORT_SYMBOL(pci_bus_read_dev_vendor_id);
2356 if (!pci_bus_read_dev_vendor_id(bus, devfn, &l, 60*1000)) in pci_scan_device()
Dpci.c6126 return pci_bus_read_dev_vendor_id(pdev->bus, pdev->devfn, &v, 0); in pci_device_is_present()