Searched refs:of_platform_bus_probe (Results 1 – 25 of 41) sorted by relevance
12
| /Linux-v5.4/arch/powerpc/platforms/86xx/ |
| D | common.c | 23 return of_platform_bus_probe(NULL, mpc86xx_common_ids, NULL); in mpc86xx_common_publish_devices()
|
| D | mpc86xx_hpcn.c | 115 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
|
| /Linux-v5.4/arch/powerpc/platforms/40x/ |
| D | virtex.c | 32 of_platform_bus_probe(NULL, xilinx_of_bus_ids, NULL); in virtex_device_probe()
|
| D | walnut.c | 40 of_platform_bus_probe(NULL, walnut_of_bus, NULL); in walnut_device_probe()
|
| D | ppc40x_simple.c | 35 of_platform_bus_probe(NULL, ppc40x_of_bus, NULL); in ppc40x_device_probe()
|
| D | ep405.c | 61 of_platform_bus_probe(NULL, ep405_of_bus, NULL); in ep405_device_probe()
|
| /Linux-v5.4/arch/powerpc/platforms/44x/ |
| D | ebony.c | 36 of_platform_bus_probe(NULL, ebony_of_bus, NULL); in ebony_device_probe()
|
| D | virtex.c | 38 of_platform_bus_probe(NULL, xilinx_of_bus_ids, NULL); in virtex_device_probe()
|
| D | ppc44x_simple.c | 34 of_platform_bus_probe(NULL, ppc44x_of_bus, NULL); in ppc44x_device_probe()
|
| D | sam440ep.c | 37 of_platform_bus_probe(NULL, sam440ep_of_bus, NULL); in sam440ep_device_probe()
|
| D | canyonlands.c | 31 of_platform_bus_probe(NULL, ppc460ex_of_bus, NULL); in ppc460ex_device_probe()
|
| D | iss4xx.c | 41 of_platform_bus_probe(NULL, iss4xx_of_bus, NULL); in iss4xx_device_probe()
|
| /Linux-v5.4/arch/powerpc/platforms/83xx/ |
| D | mpc834x_itx.c | 45 return of_platform_bus_probe(NULL, mpc834x_itx_ids, NULL); in mpc834x_itx_declare_of_platform_devices()
|
| D | misc.c | 127 of_platform_bus_probe(NULL, of_bus_ids, NULL); in mpc83xx_declare_of_platform_devices()
|
| /Linux-v5.4/arch/powerpc/platforms/embedded6xx/ |
| D | gamecube.c | 92 of_platform_bus_probe(NULL, gamecube_of_bus, NULL); in gamecube_device_probe()
|
| D | storcenter.c | 34 of_platform_bus_probe(NULL, storcenter_of_bus, NULL); in storcenter_device_probe()
|
| D | linkstation.c | 32 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
|
| /Linux-v5.4/arch/powerpc/platforms/85xx/ |
| D | ppa8548.c | 69 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
|
| D | common.c | 49 return of_platform_bus_probe(NULL, mpc85xx_common_ids, NULL); in mpc85xx_common_publish_devices()
|
| D | corenet_generic.c | 119 return of_platform_bus_probe(NULL, of_device_ids, NULL); in corenet_gen_publish_devices()
|
| /Linux-v5.4/include/linux/ |
| D | of_platform.h | 70 extern int of_platform_bus_probe(struct device_node *root,
|
| /Linux-v5.4/arch/powerpc/platforms/8xx/ |
| D | adder875.c | 98 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
|
| D | tqm8xx_setup.c | 135 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
|
| D | ep88xc.c | 159 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
|
| /Linux-v5.4/arch/powerpc/platforms/pseries/ |
| D | pmem.c | 159 of_platform_bus_probe(pmem_node, drc_pmem_match, NULL); in pseries_pmem_init()
|
12