Searched refs:clkdm_restore_context (Results 1 – 4 of 4) sorted by relevance
179 int (*clkdm_restore_context)(struct clockdomain *clkdm); member216 void clkdm_restore_context(void);
42 void clkdm_restore_context(void);462 clkdm_restore_context(); in cpu_notifier()1277 if (!arch_clkdm || !arch_clkdm->clkdm_restore_context) in _clkdm_restore_context()1280 return arch_clkdm->clkdm_restore_context(clkdm); in _clkdm_restore_context()1298 void clkdm_restore_context(void) in clkdm_restore_context() function
392 .clkdm_restore_context = am33xx_clkdm_restore_context,
538 .clkdm_restore_context = omap4_clkdm_restore_context,