Home
last modified time | relevance | path

Searched refs:save_context (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap-wakeupgen.c66 void (*save_context)(void); member
333 if (wakeupgen_ops && wakeupgen_ops->save_context) in irq_save_context()
334 wakeupgen_ops->save_context(); in irq_save_context()
386 .save_context = omap4_irq_save_context,
391 .save_context = omap5_irq_save_context,
396 .save_context = am43xx_irq_save_context,
H A Dpm33xx-core.c300 .save_context = am33xx_save_context,
313 .save_context = am43xx_save_context,
/OK3568_Linux_fs/kernel/include/linux/
H A Dti-emif-sram.h56 u32 save_context; member
127 offsetof(struct ti_emif_pm_functions, save_context)); in ti_emif_asm_offsets()
H A Dclk-provider.h237 int (*save_context)(struct clk_hw *hw); member
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dpm33xx.h57 void (*save_context)(void); member
/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Ddpll.c42 .save_context = &omap3_core_dpll_save_context,
67 .save_context = &omap3_noncore_dpll_save_context,
79 .save_context = &omap3_noncore_dpll_save_context,
H A Dmux.c125 .save_context = clk_mux_save_context,
H A Ddivider.c312 .save_context = clk_divider_save_context,
/OK3568_Linux_fs/kernel/drivers/memory/
H A Dti-emif-pm.c113 emif_data->pm_functions.save_context = in ti_emif_alloc_sram()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A DCVE-2022-4415-2.patch333 @@ -919,16 +1076,15 @@ static int save_context(Context *context, const struct iovec_wrapper *iovw) {
378 + /* Add a dummy terminator to make save_context() happy. */
/OK3568_Linux_fs/kernel/drivers/soc/ti/
H A Dpm33xx.c201 pm_ops->save_context(); in am33xx_pm_suspend()
/OK3568_Linux_fs/kernel/drivers/clk/
H A Dclk.c1101 if (core->ops && core->ops->save_context) in clk_core_save_context()
1102 ret = core->ops->save_context(core->hw); in clk_core_save_context()