Searched defs:clkdm (Results  1 – 17 of 17) sorted by relevance
| /Linux-v5.4/arch/arm/mach-omap2/ | 
| D | clockdomain.c | 48 	struct clockdomain *clkdm, *temp_clkdm;  in _clkdm_lookup()  local 73 static int _clkdm_register(struct clockdomain *clkdm)  in _clkdm_register() 102 static struct clkdm_dep *_clkdm_deps_lookup(struct clockdomain *clkdm,  in _clkdm_deps_lookup() 142 	struct clockdomain *clkdm;  in _autodep_lookup()  local 165 static void _resolve_clkdm_deps(struct clockdomain *clkdm,  in _resolve_clkdm_deps() 479 	struct clockdomain *clkdm;  in clkdm_complete_init()  local 513 	struct clockdomain *clkdm, *temp_clkdm;  in clkdm_lookup()  local 544 int clkdm_for_each(int (*fn)(struct clockdomain *clkdm, void *user),  in clkdm_for_each() 547 	struct clockdomain *clkdm;  in clkdm_for_each()  local 570 struct powerdomain *clkdm_get_pwrdm(struct clockdomain *clkdm)  in clkdm_get_pwrdm() [all …] 
 | 
| D | cm33xx.c | 305 static int am33xx_clkdm_sleep(struct clockdomain *clkdm)  in am33xx_clkdm_sleep() 311 static int am33xx_clkdm_wakeup(struct clockdomain *clkdm)  in am33xx_clkdm_wakeup() 317 static void am33xx_clkdm_allow_idle(struct clockdomain *clkdm)  in am33xx_clkdm_allow_idle() 322 static void am33xx_clkdm_deny_idle(struct clockdomain *clkdm)  in am33xx_clkdm_deny_idle() 327 static int am33xx_clkdm_clk_enable(struct clockdomain *clkdm)  in am33xx_clkdm_clk_enable() 335 static int am33xx_clkdm_clk_disable(struct clockdomain *clkdm)  in am33xx_clkdm_clk_disable() 358 static int am33xx_clkdm_save_context(struct clockdomain *clkdm)  in am33xx_clkdm_save_context() 373 static int am33xx_clkdm_restore_context(struct clockdomain *clkdm)  in am33xx_clkdm_restore_context()
  | 
| D | cminst44xx.c | 380 static int omap4_clkdm_clear_all_wkup_sleep_deps(struct clockdomain *clkdm)  in omap4_clkdm_clear_all_wkup_sleep_deps() 402 static int omap4_clkdm_sleep(struct clockdomain *clkdm)  in omap4_clkdm_sleep() 418 static int omap4_clkdm_wakeup(struct clockdomain *clkdm)  in omap4_clkdm_wakeup() 425 static void omap4_clkdm_allow_idle(struct clockdomain *clkdm)  in omap4_clkdm_allow_idle() 431 static void omap4_clkdm_deny_idle(struct clockdomain *clkdm)  in omap4_clkdm_deny_idle() 441 static int omap4_clkdm_clk_enable(struct clockdomain *clkdm)  in omap4_clkdm_clk_enable() 449 static int omap4_clkdm_clk_disable(struct clockdomain *clkdm)  in omap4_clkdm_clk_disable() 487 static int omap4_clkdm_save_context(struct clockdomain *clkdm)  in omap4_clkdm_save_context() 503 static int omap4_clkdm_restore_context(struct clockdomain *clkdm)  in omap4_clkdm_restore_context()
  | 
| D | cm3xxx.c | 172 static int omap3xxx_clkdm_clear_all_sleepdeps(struct clockdomain *clkdm)  in omap3xxx_clkdm_clear_all_sleepdeps() 189 static int omap3xxx_clkdm_sleep(struct clockdomain *clkdm)  in omap3xxx_clkdm_sleep() 196 static int omap3xxx_clkdm_wakeup(struct clockdomain *clkdm)  in omap3xxx_clkdm_wakeup() 203 static void omap3xxx_clkdm_allow_idle(struct clockdomain *clkdm)  in omap3xxx_clkdm_allow_idle() 212 static void omap3xxx_clkdm_deny_idle(struct clockdomain *clkdm)  in omap3xxx_clkdm_deny_idle() 221 static int omap3xxx_clkdm_clk_enable(struct clockdomain *clkdm)  in omap3xxx_clkdm_clk_enable() 257 static int omap3xxx_clkdm_clk_disable(struct clockdomain *clkdm)  in omap3xxx_clkdm_clk_disable()
  | 
| D | cm2xxx.c | 268 static void omap2xxx_clkdm_allow_idle(struct clockdomain *clkdm)  in omap2xxx_clkdm_allow_idle() 274 static void omap2xxx_clkdm_deny_idle(struct clockdomain *clkdm)  in omap2xxx_clkdm_deny_idle() 280 static int omap2xxx_clkdm_clk_enable(struct clockdomain *clkdm)  in omap2xxx_clkdm_clk_enable() 295 static int omap2xxx_clkdm_clk_disable(struct clockdomain *clkdm)  in omap2xxx_clkdm_clk_disable()
  | 
| D | prm2xxx.c | 133 int omap2xxx_clkdm_sleep(struct clockdomain *clkdm)  in omap2xxx_clkdm_sleep() 141 int omap2xxx_clkdm_wakeup(struct clockdomain *clkdm)  in omap2xxx_clkdm_wakeup()
  | 
| D | clockdomain.h | 72 	} clkdm;  member 89 	struct clockdomain *clkdm;  member
  | 
| D | pm.c | 71 int omap_pm_clkdms_setup(struct clockdomain *clkdm, void *unused)  in omap_pm_clkdms_setup()
  | 
| D | pm-debug.c | 69 static int clkdm_dbg_show_counter(struct clockdomain *clkdm, void *user)  in clkdm_dbg_show_counter()
  | 
| D | prm2xxx_3xxx.c | 219 int omap2_clkdm_clear_all_wkdeps(struct clockdomain *clkdm)  in omap2_clkdm_clear_all_wkdeps()
  | 
| D | omap_hwmod.c | 689 	struct clockdomain *clkdm, *init_clkdm;  in _add_initiator_dep()  local 718 	struct clockdomain *clkdm, *init_clkdm;  in _del_initiator_dep()  local 1207 	struct clockdomain *clkdm;  in _enable_sysc()  local 3457 				      struct clockdomain *clkdm,  in omap_hwmod_allocate_module() 3816 	struct clockdomain *clkdm;  in omap_hwmod_get_pwrdm()  local
  | 
| D | pdata-quirks.c | 475 	struct clockdomain *clkdm = NULL;  in ti_sysc_find_one_clockdomain()  local
  | 
| D | powerdomain.c | 465 int pwrdm_add_clkdm(struct powerdomain *pwrdm, struct clockdomain *clkdm)  in pwrdm_add_clkdm()
  | 
| D | omap_hwmod.h | 590 	struct clockdomain		*clkdm;  member
  | 
| /Linux-v5.4/drivers/clk/ti/ | 
| D | clockdomain.c | 109 	struct clockdomain *clkdm;  in omap2_init_clk_clkdm()  local
  | 
| /Linux-v5.4/include/linux/platform_data/ | 
| D | ti-sysc.h | 24 	void *clkdm;  member
  | 
| /Linux-v5.4/include/linux/clk/ | 
| D | ti.h | 160 	struct clockdomain	*clkdm;  member
  |