Searched refs:pci_scan_single_device (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/platform/x86/ |
H A D | p2sb.c | 87 pdev = pci_scan_single_device(bus, devfn); in p2sb_scan_and_cache_devfn()
|
H A D | eeepc-laptop.c | 611 dev = pci_scan_single_device(bus, 0); in eeepc_rfkill_hotplug()
|
H A D | asus-wmi.c | 1906 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
|
/linux/arch/s390/pci/ |
H A D | pci_bus.c | 79 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn); in zpci_bus_scan_device()
|
/linux/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()
|
/linux/drivers/pci/ |
H A D | probe.c | 2597 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function 2615 EXPORT_SYMBOL(pci_scan_single_device); 2694 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()
|
/linux/Documentation/mm/ |
H A D | slub.rst | 414 pci_scan_single_device+0xd2/0x150
|
/linux/include/linux/ |
H A D | pci.h | 1163 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);
|