Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
H A Dclock.c55 .clkdm_lookup = clkdm_lookup,
H 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()
H 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()
H A Dpdata-quirks.c311 clkdm = clkdm_lookup(hwclk->clkdm_name); in ti_sysc_find_one_clockdomain()
421 .clkdm_lookup = clkdm_lookup,
H A Dpm44xx.c199 from = clkdm_lookup(map->from); in omap4plus_init_static_deps()
200 to = clkdm_lookup(map->to); in omap4plus_init_static_deps()
H 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()
H A Dclockdomain.h187 struct clockdomain *clkdm_lookup(const char *name);
H A Domap-smp.c193 cpu1_clkdm = clkdm_lookup("mpu1_clkdm"); in omap4_boot_secondary()
H A Dpm33xx-core.c107 gfx_l4ls_clkdm = clkdm_lookup("gfx_l4ls_gfx_clkdm"); in am33xx_suspend_init()
H A Dclockdomain.c147 clkdm = clkdm_lookup(autodep->clkdm.name); in _autodep_lookup()
511 struct clockdomain *clkdm_lookup(const char *name) in clkdm_lookup() function
H A Domap_hwmod.c1382 oh->clkdm = clkdm_lookup(oh->clkdm_name); in _init_clkdm()
/linux/include/linux/platform_data/
H A Dti-prm.h18 struct clockdomain * (*clkdm_lookup)(const char *name); member
/linux/drivers/clk/ti/
H A Dclockdomain.c109 clkdm = ti_clk_ll_ops->clkdm_lookup(clk->clkdm_name); in omap2_init_clk_clkdm()
/linux/include/linux/clk/
H A Dti.h254 struct clockdomain * (*clkdm_lookup)(const char *name); member
/linux/drivers/pmdomain/ti/
H A Domap_prm.c890 if (!pdata || !pdata->clkdm_lookup || !pdata->clkdm_deny_idle || in omap_prm_reset_init()
917 reset->clkdm = pdata->clkdm_lookup(buf); in omap_prm_reset_init()