Home
last modified time | relevance | path

Searched refs:of_pci_check_probe_only (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dof_pci.h15 void of_pci_check_probe_only(void);
28 static inline void of_pci_check_probe_only(void) { } in of_pci_check_probe_only() function
/linux-6.15/drivers/pci/controller/
H A Dpci-host-common.c69 of_pci_check_probe_only(); in pci_host_common_probe()
/linux-6.15/drivers/pci/
H A Dof.c292 void of_pci_check_probe_only(void) in of_pci_check_probe_only() function
299 EXPORT_SYMBOL_GPL(of_pci_check_probe_only);
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsetup.c529 of_pci_check_probe_only(); in pSeries_discover_phbs()