Searched refs:pci_bus_read_dev_vendor_id (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | acpiphp_glue.c | 332 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), in acpiphp_add_context() 614 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status() 629 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
|
| H A D | pciehp_hpc.c | 259 found = pci_bus_read_dev_vendor_id(bus, devfn, &l, 0); in pci_bus_check_dev()
|
| H A D | cpqphp_pci.c | 202 if (!pci_bus_read_dev_vendor_id(ctrl->pci_bus, tdevice, &work, 0)) in PCI_ScanBusForNonBridge()
|
| /linux-6.15/drivers/pci/ |
| H A D | probe.c | 2492 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *l, in pci_bus_read_dev_vendor_id() function 2509 EXPORT_SYMBOL(pci_bus_read_dev_vendor_id); 2559 if (!pci_bus_read_dev_vendor_id(bus, devfn, &l, 60*1000)) in pci_scan_device()
|
| H A D | pci.h | 336 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl,
|
| H A D | pci.c | 6419 return pci_bus_read_dev_vendor_id(pdev->bus, pdev->devfn, &v, 0); in pci_device_is_present()
|