Searched refs:pci_scan_single_device (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/s390/pci/ |
| A D | pci_bus.c | 86 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn); in zpci_bus_scan_device()
|
| /linux/drivers/pci/ |
| A D | probe.c | 2568 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function 2586 EXPORT_SYMBOL(pci_scan_single_device); 2658 dev = pci_scan_single_device(bus, devfn); in pci_scan_slot() 2665 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_slot() 2884 dev = pci_scan_single_device(bus, devfn + fn); in pci_scan_child_bus_extend()
|
| A D | xen-pcifront.c | 430 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
|
| /linux/drivers/edac/ |
| A D | i82875p_edac.c | 288 dev = pci_scan_single_device(pdev->bus, PCI_DEVFN(6, 0)); in i82875p_setup_overfl_dev()
|
| A D | e752x_edac.c | 1181 pvt->dev_d0f1 = pci_scan_single_device(pdev->bus, in e752x_get_devs()
|
| /linux/drivers/platform/x86/ |
| A D | eeepc-laptop.c | 612 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
|
| A D | asus-wmi.c | 1055 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
|
| /linux/include/linux/ |
| A D | pci.h | 1104 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);
|
| /linux/ |
| A D | vmlinux.symvers | 6628 0x00000000 pci_scan_single_device vmlinux EXPORT_SYMBOL
|
| A D | System.map | 20798 ffff800010599070 T pci_scan_single_device
|
| A D | .tmp_System.map | 20798 ffff800010599070 T pci_scan_single_device
|
Completed in 968 milliseconds