Searched refs:pci_bus_read_dev_vendor_id (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/pci/ |
D | pci.h | 230 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *pl,
|
D | probe.c | 1544 bool pci_bus_read_dev_vendor_id(struct pci_bus *bus, int devfn, u32 *l, in pci_bus_read_dev_vendor_id() function 1582 EXPORT_SYMBOL(pci_bus_read_dev_vendor_id); 1593 if (!pci_bus_read_dev_vendor_id(bus, devfn, &l, 60*1000)) in pci_scan_device()
|
D | pci.c | 4575 return pci_bus_read_dev_vendor_id(pdev->bus, pdev->devfn, &v, 0); in pci_device_is_present()
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_glue.c | 365 if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), in acpiphp_add_context()
|
D | pciehp_hpc.c | 280 found = pci_bus_read_dev_vendor_id(bus, devfn, &l, 0); in pci_bus_check_dev()
|