Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/hotplug/
Dacpiphp_glue.c332 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), in acpiphp_add_context()
617 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
632 if (pci_bus_read_dev_vendor_id(slot->bus, in get_slot_status()
Dpciehp_hpc.c258 found = pci_bus_read_dev_vendor_id(bus, devfn, &l, 0); in pci_bus_check_dev()
/Linux-v6.6/drivers/pci/
Dprobe.c2401 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *l, in pci_bus_read_dev_vendor_id() function
2418 EXPORT_SYMBOL(pci_bus_read_dev_vendor_id);
2429 if (!pci_bus_read_dev_vendor_id(bus, devfn, &l, 60*1000)) in pci_scan_device()
Dpci.h238 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl,
Dpci.c6575 return pci_bus_read_dev_vendor_id(pdev->bus, pdev->devfn, &v, 0); in pci_device_is_present()