Searched refs:restore_context (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/arm/mach-omap2/ |
| D | omap-wakeupgen.c | 67 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,
|
| D | pm33xx-core.c | 235 .restore_context = am33xx_restore_context, 247 .restore_context = am43xx_restore_context,
|
| /Linux-v5.4/drivers/clk/ti/ |
| D | gate.c | 36 .restore_context = clk_gate_restore_context, 44 .restore_context = clk_gate_restore_context, 52 .restore_context = clk_gate_restore_context,
|
| D | dpll.c | 43 .restore_context = &omap3_core_dpll_restore_context, 68 .restore_context = &omap3_noncore_dpll_restore_context, 80 .restore_context = &omap3_noncore_dpll_restore_context
|
| D | mux.c | 126 .restore_context = clk_mux_restore_context,
|
| D | divider.c | 310 .restore_context = clk_divider_restore_context,
|
| /Linux-v5.4/include/linux/ |
| D | ti-emif-sram.h | 57 u32 restore_context; member 129 offsetof(struct ti_emif_pm_functions, restore_context)); in ti_emif_asm_offsets()
|
| D | clk-provider.h | 224 void (*restore_context)(struct clk_hw *hw); member
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | pm33xx.h | 55 void (*restore_context)(void); member
|
| /Linux-v5.4/drivers/memory/ |
| D | ti-emif-pm.c | 127 emif_data->pm_functions.restore_context = in ti_emif_alloc_sram()
|
| /Linux-v5.4/drivers/soc/ti/ |
| D | pm33xx.c | 185 pm_ops->restore_context(); in am33xx_pm_suspend()
|
| /Linux-v5.4/arch/microblaze/kernel/ |
| D | entry-nommu.S | 154 restore_context: label
|
| /Linux-v5.4/drivers/clk/ |
| D | clk.c | 1094 if (core->ops && core->ops->restore_context) in clk_core_restore_context() 1095 core->ops->restore_context(core->hw); in clk_core_restore_context()
|