Searched refs:restore_context (Results 1 – 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/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 | 301 .restore_context = am33xx_restore_context, 314 .restore_context = am43xx_restore_context,
|
/kernel/linux/linux-5.10/drivers/clk/tegra/ |
D | clk-periph.c | 124 div_ops->restore_context(div_hw); in clk_periph_restore_context() 139 .restore_context = clk_periph_restore_context, 149 .restore_context = clk_periph_restore_context, 158 .restore_context = clk_periph_restore_context,
|
D | clk-super.c | 141 .restore_context = clk_super_mux_restore_context, 187 super->div_ops->restore_context(div_hw); in clk_super_restore_context() 197 .restore_context = clk_super_restore_context,
|
D | clk-pll-out.c | 84 .restore_context = tegra_clk_pll_out_restore_context,
|
D | clk-divider.c | 131 .restore_context = clk_divider_restore_context,
|
D | clk-sdmmc-mux.c | 231 .restore_context = clk_sdmmc_mux_restore_context,
|
D | clk-pll.c | 1059 .restore_context = tegra_clk_pll_restore_context, 2323 .restore_context = tegra_clk_pll_restore_context, 2580 .restore_context = tegra_clk_plle_t210_restore_context,
|
/kernel/linux/linux-5.10/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 | 313 .restore_context = clk_divider_restore_context,
|
/kernel/linux/linux-5.10/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 | 230 void (*restore_context)(struct clk_hw *hw); member
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
D | pm33xx.h | 58 void (*restore_context)(void); member
|
/kernel/linux/linux-5.10/drivers/memory/ |
D | ti-emif-pm.c | 127 emif_data->pm_functions.restore_context = in ti_emif_alloc_sram()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
D | pm33xx.c | 212 pm_ops->restore_context(); in am33xx_pm_suspend()
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
D | entry-nommu.S | 154 restore_context: label
|
/kernel/linux/linux-5.10/drivers/clk/ |
D | clk.c | 1109 if (core->ops && core->ops->restore_context) in clk_core_restore_context() 1110 core->ops->restore_context(core->hw); in clk_core_restore_context()
|