Home
last modified time | relevance | path

Searched refs:probe_mode (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dpci-hotplug.c116 if (phb->controller_ops.probe_mode) in pci_hp_add_devices()
117 mode = phb->controller_ops.probe_mode(bus); in pci_hp_add_devices()
H A Dpci_of_scan.c337 if (phb->controller_ops.probe_mode) in of_scan_pci_bridge()
338 mode = phb->controller_ops.probe_mode(bus); in of_scan_pci_bridge()
H A Dpci-common.c1598 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1599 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci-hotplug.c117 if (phb->controller_ops.probe_mode) in pci_hp_add_devices()
118 mode = phb->controller_ops.probe_mode(bus); in pci_hp_add_devices()
H A Dpci_of_scan.c337 if (phb->controller_ops.probe_mode) in of_scan_pci_bridge()
338 mode = phb->controller_ops.probe_mode(bus); in of_scan_pci_bridge()
H A Dpci-common.c1679 if (node && hose->controller_ops.probe_mode) in pcibios_scan_phb()
1680 mode = hose->controller_ops.probe_mode(bus); in pcibios_scan_phb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpci-bridge.h23 int (*probe_mode)(struct pci_bus *bus); member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpci-bridge.h24 int (*probe_mode)(struct pci_bus *bus); member
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dvphb.c199 .probe_mode = cxl_pci_probe_mode,
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dvphb.c193 .probe_mode = cxl_pci_probe_mode,
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dsetup.c1051 .probe_mode = pSeries_pci_probe_mode,
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpci.c1251 .probe_mode = pmac_pci_probe_mode,
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dpci.c1256 .probe_mode = pmac_pci_probe_mode,
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dsetup.c1129 .probe_mode = pSeries_pci_probe_mode,

Completed in 15 milliseconds