Searched refs:save_context (Results 1 – 20 of 20) sorted by relevance
/linux/arch/arm/mach-omap2/ |
H A D | omap-wakeupgen.c | 66 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() 387 .save_context = omap4_irq_save_context, 392 .save_context = omap5_irq_save_context, 397 .save_context = am43xx_irq_save_context,
|
H A D | pm33xx-core.c | 295 .save_context = am33xx_save_context, 308 .save_context = am43xx_save_context,
|
/linux/include/linux/ |
H A D | ti-emif-sram.h | 48 u32 save_context; member 119 offsetof(struct ti_emif_pm_functions, save_context)); in ti_emif_asm_offsets()
|
H A D | clk-provider.h | 127 * @save_context: Save the context of the clock in prepration for poweroff. 243 int (*save_context)(struct clk_hw *hw); member
|
/linux/tools/testing/selftests/kvm/lib/riscv/ |
H A D | handlers.S | 12 .macro save_context macro 100 save_context
|
/linux/drivers/clk/at91/ |
H A D | clk-utmi.c | 139 .save_context = clk_utmi_save_context, 284 .save_context = clk_utmi_sama7g5_save_context,
|
H A D | clk-main.c | 147 .save_context = clk_main_osc_save_context, 292 .save_context = clk_main_rc_osc_save_context, 547 .save_context = clk_sam9x5_main_save_context,
|
H A D | clk-system.c | 102 .save_context = clk_system_save_context,
|
H A D | clk-peripheral.c | 432 .save_context = clk_sam9x5_peripheral_save_context, 443 .save_context = clk_sam9x5_peripheral_save_context,
|
H A D | clk-programmable.c | 211 .save_context = clk_programmable_save_context,
|
H A D | clk-pll.c | 307 .save_context = clk_pll_save_context,
|
H A D | clk-generated.c | 290 .save_context = clk_generated_save_context,
|
H A D | clk-usb.c | 182 .save_context = at91sam9x5_usb_save_context,
|
/linux/include/linux/platform_data/ |
H A D | pm33xx.h | 57 void (*save_context)(void); member
|
/linux/drivers/clk/ti/ |
H A D | dpll.c | 34 .save_context = &omap3_core_dpll_save_context, 57 .save_context = &omap3_noncore_dpll_save_context, 69 .save_context = &omap3_noncore_dpll_save_context,
|
H A D | divider.c | 304 .save_context = clk_divider_save_context,
|
/linux/drivers/memory/ |
H A D | ti-emif-pm.c | 113 emif_data->pm_functions.save_context = in ti_emif_alloc_sram()
|
/linux/drivers/soc/ti/ |
H A D | pm33xx.c | 200 pm_ops->save_context(); in am33xx_pm_suspend()
|
/linux/drivers/bus/ |
H A D | ti-sysc.c | 1094 goto save_context; in sysc_enable_module() 1114 save_context: in sysc_enable_module() 1180 goto save_context; in sysc_disable_module() 1190 goto save_context; in sysc_disable_module() 1210 save_context: in sysc_disable_module()
|
/linux/drivers/net/phy/ |
H A D | air_en8811h.c | 892 .save_context = en8811h_clk_save_context,
|