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