Searched refs:pci_scan_single_device (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/arch/s390/pci/ |
| D | pci_bus.c | 86 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn); in zpci_bus_scan_device()
|
| /Linux-v5.15/drivers/edac/ |
| D | i82875p_edac.c | 288 dev = pci_scan_single_device(pdev->bus, PCI_DEVFN(6, 0)); in i82875p_setup_overfl_dev()
|
| D | e752x_edac.c | 1181 pvt->dev_d0f1 = pci_scan_single_device(pdev->bus, in e752x_get_devs()
|
| /Linux-v5.15/drivers/pci/ |
| D | probe.c | 2533 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function 2551 EXPORT_SYMBOL(pci_scan_single_device); 2622 dev = pci_scan_single_device(bus, devfn); in pci_scan_slot() 2629 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_slot() 2848 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_child_bus_extend()
|
| D | xen-pcifront.c | 430 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
|
| /Linux-v5.15/drivers/platform/x86/ |
| D | eeepc-laptop.c | 612 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
|
| D | asus-wmi.c | 1055 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
|
| /Linux-v5.15/include/linux/ |
| D | pci.h | 1099 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);
|