Home
last modified time | relevance | path

Searched refs:for_each_compatible_node_scoped (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/mach-exynos/
H A Dexynos.c50 for_each_compatible_node_scoped(node, NULL, "samsung,exynos4210-sysram") { in exynos_sysram_init()
61 for_each_compatible_node_scoped(node, NULL, "samsung,exynos4210-sysram-ns") { in exynos_sysram_init()
/linux/arch/powerpc/platforms/embedded6xx/
H A Dhlwd-pic.c207 for_each_compatible_node_scoped(np, NULL, "nintendo,hollywood-pic") { in hlwd_pic_probe()
/linux/arch/powerpc/platforms/44x/
H A Dfsp2.c205 for_each_compatible_node_scoped(np, NULL, compat) { in node_irq_request()
/linux/drivers/clk/imx/
H A Dclk-imx31.c129 for_each_compatible_node_scoped(osc_np, NULL, "fixed-clock") { in mx31_clocks_init_dt()
H A Dclk-imx27.c176 for_each_compatible_node_scoped(refnp, NULL, "fixed-clock") { in mx27_clocks_init_dt()
/linux/drivers/cpufreq/
H A Ds5pv210-cpufreq.c632 for_each_compatible_node_scoped(dmc, NULL, "samsung,s5pv210-dmc") { in s5pv210_cpufreq_probe()
/linux/
H A D.clang-format262 - 'for_each_compatible_node_scoped'
/linux/drivers/cdx/
H A Dcdx.c625 for_each_compatible_node_scoped(np, NULL, compat_node_name) { in rescan_store()
/linux/drivers/dma/
H A Dfsl_raid.c825 for_each_compatible_node_scoped(np, NULL, "fsl,raideng-v1.0-job-queue") { in fsl_re_probe()
/linux/arch/arm/mach-at91/
H A Dpm.c987 for_each_compatible_node_scoped(node, NULL, "mmio-sram") { in at91_pm_sram_init()
/linux/include/linux/
H A Dof.h1489 #define for_each_compatible_node_scoped(dn, type, compatible) \ macro