Searched refs:pci_scan_single_device (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_event.c | 108 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn); in __zpci_event_availability()
|
H A D | pci_bus.c | 173 pdev = pci_scan_single_device(bus, zdev->devfn); in zpci_bus_add_device()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | p2sb.c | 91 pdev = pci_scan_single_device(bus, devfn); in p2sb_scan_and_cache_devfn()
|
H A D | eeepc-laptop.c | 612 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
|
H A D | asus-wmi.c | 1685 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
|
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A D | pci_bus.c | 84 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn); in zpci_bus_scan_device()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | probe.c | 2522 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function 2540 EXPORT_SYMBOL(pci_scan_single_device); variable 2611 dev = pci_scan_single_device(bus, devfn); in pci_scan_slot() 2618 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_slot() 2837 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_child_bus_extend()
|
H A D | xen-pcifront.c | 429 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | i82875p_edac.c | 289 dev = pci_scan_single_device(pdev->bus, PCI_DEVFN(6, 0)); in i82875p_setup_overfl_dev()
|
H A D | e752x_edac.c | 1182 pvt->dev_d0f1 = pci_scan_single_device(pdev->bus, in e752x_get_devs()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | i82875p_edac.c | 288 dev = pci_scan_single_device(pdev->bus, PCI_DEVFN(6, 0)); in i82875p_setup_overfl_dev()
|
H A D | e752x_edac.c | 1181 pvt->dev_d0f1 = pci_scan_single_device(pdev->bus, in e752x_get_devs()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | probe.c | 2587 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function 2605 EXPORT_SYMBOL(pci_scan_single_device); variable 2684 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_slot()
|
H A D | xen-pcifront.c | 427 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 612 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
|
H A D | asus-wmi.c | 977 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pci.h | 1046 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pci.h | 1137 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);
|
Completed in 40 milliseconds