clkdm_restore_context
if (!arch_clkdm || !arch_clkdm->clkdm_restore_context)
return arch_clkdm->clkdm_restore_context(clkdm);
void clkdm_restore_context(void);
clkdm_restore_context();
int (*clkdm_restore_context)(struct clockdomain *clkdm);
void clkdm_restore_context(void);
.clkdm_restore_context = am33xx_clkdm_restore_context,
.clkdm_restore_context = omap4_clkdm_restore_context,