restore_context    67 arch/arm/mach-omap2/omap-wakeupgen.c 	void (*restore_context)(void);
restore_context   366 arch/arm/mach-omap2/omap-wakeupgen.c 	if (wakeupgen_ops && wakeupgen_ops->restore_context)
restore_context   367 arch/arm/mach-omap2/omap-wakeupgen.c 		wakeupgen_ops->restore_context();
restore_context   387 arch/arm/mach-omap2/omap-wakeupgen.c 	.restore_context = irq_sar_clear,
restore_context   392 arch/arm/mach-omap2/omap-wakeupgen.c 	.restore_context = irq_sar_clear,
restore_context   397 arch/arm/mach-omap2/omap-wakeupgen.c 	.restore_context = am43xx_irq_restore_context,
restore_context   235 arch/arm/mach-omap2/pm33xx-core.c 	.restore_context = am33xx_restore_context,
restore_context   247 arch/arm/mach-omap2/pm33xx-core.c 	.restore_context = am43xx_restore_context,
restore_context  1098 drivers/clk/clk.c 	if (core->ops && core->ops->restore_context)
restore_context  1099 drivers/clk/clk.c 		core->ops->restore_context(core->hw);
restore_context   310 drivers/clk/ti/divider.c 	.restore_context = clk_divider_restore_context,
restore_context    43 drivers/clk/ti/dpll.c 	.restore_context = &omap3_core_dpll_restore_context,
restore_context    68 drivers/clk/ti/dpll.c 	.restore_context = &omap3_noncore_dpll_restore_context,
restore_context    80 drivers/clk/ti/dpll.c 	.restore_context = &omap3_noncore_dpll_restore_context
restore_context    36 drivers/clk/ti/gate.c 	.restore_context = clk_gate_restore_context,
restore_context    44 drivers/clk/ti/gate.c 	.restore_context = clk_gate_restore_context,
restore_context    52 drivers/clk/ti/gate.c 	.restore_context = clk_gate_restore_context,
restore_context   126 drivers/clk/ti/mux.c 	.restore_context = clk_mux_restore_context,
restore_context   127 drivers/memory/ti-emif-pm.c 	emif_data->pm_functions.restore_context =
restore_context   185 drivers/soc/ti/pm33xx.c 			pm_ops->restore_context();
restore_context   224 include/linux/clk-provider.h 	void		(*restore_context)(struct clk_hw *hw);
restore_context    55 include/linux/platform_data/pm33xx.h 	void (*restore_context)(void);
restore_context    57 include/linux/ti-emif-sram.h 	u32 restore_context;
restore_context   129 include/linux/ti-emif-sram.h 	       offsetof(struct ti_emif_pm_functions, restore_context));