Home
last modified time | relevance | path

Searched refs:clkdm_lookup (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/arch/arm/mach-omap2/
A Dclock.c55 .clkdm_lookup = clkdm_lookup,
A Dpm34xx.c526 neon_clkdm = clkdm_lookup("neon_clkdm"); in omap3_pm_init()
527 mpu_clkdm = clkdm_lookup("mpu_clkdm"); in omap3_pm_init()
528 per_clkdm = clkdm_lookup("per_clkdm"); in omap3_pm_init()
529 wkup_clkdm = clkdm_lookup("wkup_clkdm"); in omap3_pm_init()
A Domap-iommu.c38 emu_clkdm = clkdm_lookup("emu_clkdm"); in omap_iommu_dra7_emu_swsup_config()
90 clkdm = clkdm_lookup(hwclk->clkdm_name); in _get_pwrdm()
A Dpm44xx.c199 from = clkdm_lookup(map->from); in omap4plus_init_static_deps()
200 to = clkdm_lookup(map->to); in omap4plus_init_static_deps()
A Dpdata-quirks.c282 clkdm = clkdm_lookup(hwclk->clkdm_name); in ti_sysc_find_one_clockdomain()
392 .clkdm_lookup = clkdm_lookup,
A Dcpuidle44xx.c324 cpu_clkdm[0] = clkdm_lookup("mpu0_clkdm"); in omap4_idle_init()
325 cpu_clkdm[1] = clkdm_lookup("mpu1_clkdm"); in omap4_idle_init()
A Dclockdomain.h187 struct clockdomain *clkdm_lookup(const char *name);
A Domap-smp.c193 cpu1_clkdm = clkdm_lookup("mpu1_clkdm"); in omap4_boot_secondary()
A Dpm33xx-core.c109 gfx_l4ls_clkdm = clkdm_lookup("gfx_l4ls_gfx_clkdm"); in am33xx_suspend_init()
A Dclockdomain.c147 clkdm = clkdm_lookup(autodep->clkdm.name); in _autodep_lookup()
511 struct clockdomain *clkdm_lookup(const char *name) in clkdm_lookup() function
A Domap_hwmod.c1385 oh->clkdm = clkdm_lookup(oh->clkdm_name); in _init_clkdm()
/linux-6.3-rc2/include/linux/platform_data/
A Dti-prm.h18 struct clockdomain * (*clkdm_lookup)(const char *name); member
/linux-6.3-rc2/drivers/clk/ti/
A Dclockdomain.c109 clkdm = ti_clk_ll_ops->clkdm_lookup(clk->clkdm_name); in omap2_init_clk_clkdm()
/linux-6.3-rc2/include/linux/clk/
A Dti.h251 struct clockdomain * (*clkdm_lookup)(const char *name); member
/linux-6.3-rc2/drivers/soc/ti/
A Domap_prm.c889 if (!pdata || !pdata->clkdm_lookup || !pdata->clkdm_deny_idle || in omap_prm_reset_init()
916 reset->clkdm = pdata->clkdm_lookup(buf); in omap_prm_reset_init()

Completed in 32 milliseconds