Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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);
2524 dev = pci_scan_single_device(bus, devfn); in pci_scan_slot()
2531 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_slot()
2750 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_child_bus_extend()
Dxen-pcifront.c435 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
/Linux-v5.4/drivers/platform/x86/
Deeepc-laptop.c614 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
Dasus-wmi.c820 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
/Linux-v5.4/include/linux/
Dpci.h1010 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);