Searched defs:clkdm (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/clk/ti/
H A Dclockdomain.c101 struct clockdomain *clkdm; local
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dprm2xxx.c133 int omap2xxx_clkdm_sleep(struct clockdomain *clkdm) argument
141 int omap2xxx_clkdm_wakeup(struct clockdomain *clkdm) argument
H A Dpm-debug.c67 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user) argument
H A Domap-iommu.c57 struct clockdomain *clkdm; local
H A Dpm.c67 int omap_pm_clkdms_setup(struct clockdomain *clkdm, void *unused) argument
H A Dprm2xxx_3xxx.c219 int omap2_clkdm_clear_all_wkdeps(struct clockdomain *clkdm) argument
H A Dclockdomain.h72 } clkdm; member in struct:clkdm_autodep
89 struct clockdomain *clkdm; member in struct:clkdm_dep
[all...]
H A Dcm2xxx.c171 static void omap2xxx_clkdm_allow_idle(struct clockdomain *clkdm) argument
177 static void omap2xxx_clkdm_deny_idle(struct clockdomain *clkdm) argument
183 static int omap2xxx_clkdm_clk_enable(struct clockdomain *clkdm) argument
198 omap2xxx_clkdm_clk_disable(struct clockdomain *clkdm) argument
[all...]
H A Dcm33xx.c297 static int am33xx_clkdm_sleep(struct clockdomain *clkdm) argument
303 static int am33xx_clkdm_wakeup(struct clockdomain *clkdm) argument
309 static void am33xx_clkdm_allow_idle(struct clockdomain *clkdm) argument
314 static void am33xx_clkdm_deny_idle(struct clockdomain *clkdm) argument
319 am33xx_clkdm_clk_enable(struct clockdomain *clkdm) argument
327 am33xx_clkdm_clk_disable(struct clockdomain *clkdm) argument
350 am33xx_clkdm_save_context(struct clockdomain *clkdm) argument
365 am33xx_clkdm_restore_context(struct clockdomain *clkdm) argument
[all...]
H A Dpdata-quirks.c303 struct clockdomain *clkdm = NULL; local
[all...]
H A Dpowerdomain.c465 int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm) argument
[all...]
H A Dclockdomain.c48 struct clockdomain *clkdm, *temp_clkdm; local
73 static int _clkdm_register(struct clockdomain *clkdm) argument
102 _clkdm_deps_lookup(struct clockdomain *clkdm, struct clkdm_dep *deps) argument
142 struct clockdomain *clkdm; local
165 _resolve_clkdm_deps(struct clockdomain *clkdm, struct clkdm_dep *clkdm_deps) argument
479 struct clockdomain *clkdm; local
513 struct clockdomain *clkdm, *temp_clkdm; local
544 clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user), void *user) argument
547 struct clockdomain *clkdm; local
570 clkdm_get_pwrdm(struct clockdomain *clkdm) argument
690 clkdm_clear_all_wkdeps(struct clockdomain *clkdm) argument
814 clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) argument
834 clkdm_sleep_nolock(struct clockdomain *clkdm) argument
868 clkdm_sleep(struct clockdomain *clkdm) argument
888 clkdm_wakeup_nolock(struct clockdomain *clkdm) argument
922 clkdm_wakeup(struct clockdomain *clkdm) argument
944 clkdm_allow_idle_nolock(struct clockdomain *clkdm) argument
985 clkdm_allow_idle(struct clockdomain *clkdm) argument
1002 clkdm_deny_idle_nolock(struct clockdomain *clkdm) argument
1039 clkdm_deny_idle(struct clockdomain *clkdm) argument
1059 clkdm_add_autodeps(struct clockdomain *clkdm) argument
1089 clkdm_del_autodeps(struct clockdomain *clkdm) argument
1124 clkdm_clk_enable(struct clockdomain *clkdm, struct clk *unused) argument
1164 clkdm_clk_disable(struct clockdomain *clkdm, struct clk *clk) argument
1213 clkdm_hwmod_enable(struct clockdomain *clkdm, struct omap_hwmod *oh) argument
1244 clkdm_hwmod_disable(struct clockdomain *clkdm, struct omap_hwmod *oh) argument
1262 _clkdm_save_context(struct clockdomain *clkdm, void *unused) argument
1275 _clkdm_restore_context(struct clockdomain *clkdm, void *unused) argument
[all...]
H A Dcminst44xx.c380 static int omap4_clkdm_clear_all_wkup_sleep_deps(struct clockdomain *clkdm) argument
402 static int omap4_clkdm_sleep(struct clockdomain *clkdm) argument
418 omap4_clkdm_wakeup(struct clockdomain *clkdm) argument
425 omap4_clkdm_allow_idle(struct clockdomain *clkdm) argument
431 omap4_clkdm_deny_idle(struct clockdomain *clkdm) argument
441 omap4_clkdm_clk_enable(struct clockdomain *clkdm) argument
449 omap4_clkdm_clk_disable(struct clockdomain *clkdm) argument
487 omap4_clkdm_save_context(struct clockdomain *clkdm) argument
503 omap4_clkdm_restore_context(struct clockdomain *clkdm) argument
[all...]
H A Dcm3xxx.c172 static int omap3xxx_clkdm_clear_all_sleepdeps(struct clockdomain *clkdm) argument
189 static int omap3xxx_clkdm_sleep(struct clockdomain *clkdm) argument
196 static int omap3xxx_clkdm_wakeup(struct clockdomain *clkdm) argument
203 omap3xxx_clkdm_allow_idle(struct clockdomain *clkdm) argument
212 omap3xxx_clkdm_deny_idle(struct clockdomain *clkdm) argument
221 omap3xxx_clkdm_clk_enable(struct clockdomain *clkdm) argument
257 omap3xxx_clkdm_clk_disable(struct clockdomain *clkdm) argument
[all...]
H A Domap_hwmod.h588 struct clockdomain *clkdm; member in struct:omap_hwmod
H A Domap_hwmod.c659 struct clockdomain *clkdm, *init_clkdm; local
688 struct clockdomain *clkdm, *init_clkd local
1176 struct clockdomain *clkdm; local
3381 omap_hwmod_allocate_module(struct device *dev, struct omap_hwmod *oh, const struct ti_sysc_module_data *data, struct sysc_regbits *sysc_fields, struct clockdomain *clkdm, s32 rev_offs, s32 sysc_offs, s32 syss_offs, u32 sysc_flags, u32 idlemodes) argument
[all...]
/linux-master/include/linux/platform_data/
H A Dti-sysc.h25 void *clkdm; member in struct:ti_sysc_cookie
/linux-master/drivers/pmdomain/ti/
H A Domap_prm.c77 struct clockdomain *clkdm; member in struct:omap_reset_data
/linux-master/include/linux/clk/
H A Dti.h177 struct clockdomain *clkdm; member in struct:clk_hw_omap

Completed in 267 milliseconds