Home
last modified time | relevance | path

Searched refs:pci_scan_single_device (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/edac/
Di82875p_edac.c289 dev = pci_scan_single_device(pdev->bus, PCI_DEVFN(6, 0)); in i82875p_setup_overfl_dev()
De752x_edac.c1182 pvt->dev_d0f1 = pci_scan_single_device(pdev->bus, in e752x_get_devs()
/Linux-v4.19/drivers/pci/
Dprobe.c2435 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function
2453 EXPORT_SYMBOL(pci_scan_single_device);
2528 dev = pci_scan_single_device(bus, devfn); in pci_scan_slot()
2535 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_slot()
2754 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_child_bus_extend()
Dxen-pcifront.c436 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
/Linux-v4.19/drivers/platform/x86/
Deeepc-laptop.c623 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
Dasus-wmi.c786 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
/Linux-v4.19/include/linux/
Dpci.h933 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);