clkdm_restore_context   42 arch/arm/mach-omap2/clockdomain.c void clkdm_restore_context(void);
clkdm_restore_context  462 arch/arm/mach-omap2/clockdomain.c 			clkdm_restore_context();
clkdm_restore_context 1355 arch/arm/mach-omap2/clockdomain.c 	if (!arch_clkdm || !arch_clkdm->clkdm_restore_context)
clkdm_restore_context 1358 arch/arm/mach-omap2/clockdomain.c 	return arch_clkdm->clkdm_restore_context(clkdm);
clkdm_restore_context  179 arch/arm/mach-omap2/clockdomain.h 	int	(*clkdm_restore_context)(struct clockdomain *clkdm);
clkdm_restore_context  220 arch/arm/mach-omap2/clockdomain.h void clkdm_restore_context(void);
clkdm_restore_context  400 arch/arm/mach-omap2/cm33xx.c 	.clkdm_restore_context	= am33xx_clkdm_restore_context,
clkdm_restore_context  538 arch/arm/mach-omap2/cminst44xx.c 	.clkdm_restore_context	= omap4_clkdm_restore_context,