Home
last modified time | relevance | path

Searched refs:restore_context (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/arch/arm/mach-omap2/
Domap-wakeupgen.c67 void (*restore_context)(void); member
366 if (wakeupgen_ops && wakeupgen_ops->restore_context) in irq_restore_context()
367 wakeupgen_ops->restore_context(); in irq_restore_context()
387 .restore_context = irq_sar_clear,
392 .restore_context = irq_sar_clear,
397 .restore_context = am43xx_irq_restore_context,
Dpm33xx-core.c235 .restore_context = am33xx_restore_context,
247 .restore_context = am43xx_restore_context,
/Linux-v5.4/drivers/clk/ti/
Dgate.c36 .restore_context = clk_gate_restore_context,
44 .restore_context = clk_gate_restore_context,
52 .restore_context = clk_gate_restore_context,
Ddpll.c43 .restore_context = &omap3_core_dpll_restore_context,
68 .restore_context = &omap3_noncore_dpll_restore_context,
80 .restore_context = &omap3_noncore_dpll_restore_context
Dmux.c126 .restore_context = clk_mux_restore_context,
Ddivider.c310 .restore_context = clk_divider_restore_context,
/Linux-v5.4/include/linux/
Dti-emif-sram.h57 u32 restore_context; member
129 offsetof(struct ti_emif_pm_functions, restore_context)); in ti_emif_asm_offsets()
Dclk-provider.h224 void (*restore_context)(struct clk_hw *hw); member
/Linux-v5.4/include/linux/platform_data/
Dpm33xx.h55 void (*restore_context)(void); member
/Linux-v5.4/drivers/memory/
Dti-emif-pm.c127 emif_data->pm_functions.restore_context = in ti_emif_alloc_sram()
/Linux-v5.4/drivers/soc/ti/
Dpm33xx.c185 pm_ops->restore_context(); in am33xx_pm_suspend()
/Linux-v5.4/arch/microblaze/kernel/
Dentry-nommu.S154 restore_context: label
/Linux-v5.4/drivers/clk/
Dclk.c1094 if (core->ops && core->ops->restore_context) in clk_core_restore_context()
1095 core->ops->restore_context(core->hw); in clk_core_restore_context()