Searched refs:clkdm_restore_context (Results 1 – 4 of 4) sorted by relevance
182 int (*clkdm_restore_context)(struct clockdomain *clkdm); member223 void clkdm_restore_context(void);
45 void clkdm_restore_context(void);465 clkdm_restore_context(); in cpu_notifier()1358 if (!arch_clkdm || !arch_clkdm->clkdm_restore_context) in _clkdm_restore_context()1361 return arch_clkdm->clkdm_restore_context(clkdm); in _clkdm_restore_context()1379 void clkdm_restore_context(void) in clkdm_restore_context() function
400 .clkdm_restore_context = am33xx_clkdm_restore_context,
541 .clkdm_restore_context = omap4_clkdm_restore_context,