Searched refs:pci_scan_single_device (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | p2sb.c | 89 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 | 2199 dev = pci_scan_single_device(bus, 0); in asus_rfkill_hotplug()
|
| /linux/arch/s390/pci/ |
| H A D | pci_bus.c | 81 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/hotplug/ |
| H A D | octep_hp.c | 80 hp_slot->hp_pdev = pci_scan_single_device(hp_ctrl->pdev->bus, in octep_hp_enable_pdev()
|
| /linux/drivers/pci/ |
| H A D | probe.c | 2779 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) in pci_scan_single_device() function 2797 EXPORT_SYMBOL(pci_scan_single_device); 2876 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/admin-guide/mm/ |
| H A D | slab.rst | 422 pci_scan_single_device+0xd2/0x150
|
| /linux/include/linux/ |
| H A D | pci.h | 1247 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn);
|