Home
last modified time | relevance | path

Searched refs:of_platform_bus_probe (Results 1 – 50 of 50) sorted by relevance

/linux-4.4.14/arch/microblaze/kernel/
Dplatform.c26 of_platform_bus_probe(NULL, xilinx_of_bus_ids, NULL); in microblaze_device_probe()
/linux-4.4.14/arch/mips/mti-malta/
Dmalta-dt.c32 return of_platform_bus_probe(NULL, bus_ids, NULL); in publish_devices()
/linux-4.4.14/arch/powerpc/platforms/44x/
Debony.c40 of_platform_bus_probe(NULL, ebony_of_bus, NULL); in ebony_device_probe()
Dvirtex.c38 of_platform_bus_probe(NULL, xilinx_of_bus_ids, NULL); in virtex_device_probe()
Dppc44x_simple.c37 of_platform_bus_probe(NULL, ppc44x_of_bus, NULL); in ppc44x_device_probe()
Dsam440ep.c41 of_platform_bus_probe(NULL, sam440ep_of_bus, NULL); in sam440ep_device_probe()
Dcanyonlands.c46 of_platform_bus_probe(NULL, ppc460ex_of_bus, NULL); in ppc460ex_device_probe()
Diss4xx.c45 of_platform_bus_probe(NULL, iss4xx_of_bus, NULL); in iss4xx_device_probe()
Dppc476.c117 of_platform_bus_probe(NULL, ppc47x_of_bus, NULL); in ppc47x_device_probe()
Dwarp.c40 of_platform_bus_probe(NULL, warp_of_bus, NULL); in warp_device_probe()
/linux-4.4.14/arch/powerpc/platforms/40x/
Dwalnut.c40 of_platform_bus_probe(NULL, walnut_of_bus, NULL); in walnut_device_probe()
Dvirtex.c32 of_platform_bus_probe(NULL, xilinx_of_bus_ids, NULL); in virtex_device_probe()
Dppc40x_simple.c38 of_platform_bus_probe(NULL, ppc40x_of_bus, NULL); in ppc40x_device_probe()
Dep405.c61 of_platform_bus_probe(NULL, ep405_of_bus, NULL); in ep405_device_probe()
/linux-4.4.14/arch/powerpc/platforms/83xx/
Dmpc834x_itx.c49 return of_platform_bus_probe(NULL, mpc834x_itx_ids, NULL); in mpc834x_itx_declare_of_platform_devices()
Dmisc.c130 of_platform_bus_probe(NULL, of_bus_ids, NULL); in mpc83xx_declare_of_platform_devices()
/linux-4.4.14/arch/mips/netlogic/xlp/
Ddt.c106 return of_platform_bus_probe(NULL, xlp_ids, NULL); in xlp8xx_ds_publish_devices()
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
Dgamecube.c104 of_platform_bus_probe(NULL, gamecube_of_bus, NULL); in gamecube_device_probe()
Dstorcenter.c34 of_platform_bus_probe(NULL, storcenter_of_bus, NULL); in storcenter_device_probe()
Dlinkstation.c32 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dmvme5100.c205 of_platform_bus_probe(NULL, mvme5100_of_bus_ids, NULL); in probe_of_platform_devices()
Dwii.c249 of_platform_bus_probe(NULL, wii_of_bus, NULL); in wii_device_probe()
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dppa8548.c73 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dcommon.c49 return of_platform_bus_probe(NULL, mpc85xx_common_ids, NULL); in mpc85xx_common_publish_devices()
Dcorenet_generic.c135 return of_platform_bus_probe(NULL, of_device_ids, NULL); in corenet_gen_publish_devices()
/linux-4.4.14/arch/powerpc/platforms/86xx/
Dsbc8641d.c104 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dmpc86xx_hpcn.c140 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dgef_sbc310.c213 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dgef_sbc610.c203 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dgef_ppc9a.c226 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dmpc8610_hpcd.c109 of_platform_bus_probe(NULL, mpc8610_ids, NULL); in mpc8610_declare_of_platform_devices()
/linux-4.4.14/include/linux/
Dof_platform.h67 extern int of_platform_bus_probe(struct device_node *root,
/linux-4.4.14/arch/powerpc/platforms/cell/
Dqpace_setup.c81 of_platform_bus_probe(NULL, qpace_bus_ids, NULL); in qpace_publish_devices()
Dsetup.c165 of_platform_bus_probe(NULL, cell_bus_ids, NULL); in cell_publish_devices()
/linux-4.4.14/arch/powerpc/platforms/8xx/
Dadder875.c102 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dtqm8xx_setup.c137 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dmpc86xads_setup.c134 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dep88xc.c160 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dmpc885ads_setup.c210 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
/linux-4.4.14/arch/powerpc/platforms/82xx/
Dpq2fads.c181 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dmpc8272_ads.c194 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dkm82xx.c190 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
Dep8248e.c308 of_platform_bus_probe(NULL, of_bus_ids, NULL); in declare_of_platform_devices()
/linux-4.4.14/drivers/of/
Dplatform.c387 int of_platform_bus_probe(struct device_node *root, in of_platform_bus_probe() function
417 EXPORT_SYMBOL(of_platform_bus_probe);
/linux-4.4.14/arch/x86/platform/olpc/
Dolpc_dt.c300 return of_platform_bus_probe(NULL, of_ids, NULL); in olpc_create_platform_devices()
/linux-4.4.14/arch/x86/kernel/
Ddevicetree.c66 return of_platform_bus_probe(NULL, ce4100_ids, NULL); in add_bus_probe()
/linux-4.4.14/arch/powerpc/platforms/pasemi/
Dsetup.c411 of_platform_bus_probe(NULL, pasemi_bus_ids, NULL); in pasemi_publish_devices()
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc512x_shared.c352 if (of_platform_bus_probe(NULL, of_bus_ids, NULL)) in mpc512x_declare_of_platform_devices()
/linux-4.4.14/arch/powerpc/sysdev/
Dmv64x60_dev.c504 of_platform_bus_probe(np, of_mv64x60_devices, NULL); in mv64x60_device_setup()
/linux-4.4.14/arch/mips/cavium-octeon/
Docteon-platform.c985 return of_platform_bus_probe(NULL, octeon_ids, NULL); in octeon_publish_devices()