/linux/arch/arm/mach-omap2/ |
H A 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() 388 .restore_context = irq_sar_clear, 393 .restore_context = irq_sar_clear, 398 .restore_context = am43xx_irq_restore_context,
|
H A D | pm33xx-core.c | 296 .restore_context = am33xx_restore_context, 309 .restore_context = am43xx_restore_context,
|
/linux/drivers/clk/tegra/ |
H A D | clk-periph.c | 130 div_ops->restore_context(div_hw); in clk_periph_restore_context() 145 .restore_context = clk_periph_restore_context, 156 .restore_context = clk_periph_restore_context, 165 .restore_context = clk_periph_restore_context,
|
H A D | clk-super.c | 142 .restore_context = clk_super_mux_restore_context, 195 super->div_ops->restore_context(div_hw); in clk_super_restore_context() 205 .restore_context = clk_super_restore_context,
|
H A D | clk-pll-out.c | 84 .restore_context = tegra_clk_pll_out_restore_context,
|
H A D | clk-divider.c | 131 .restore_context = clk_divider_restore_context,
|
H A D | clk-sdmmc-mux.c | 231 .restore_context = clk_sdmmc_mux_restore_context,
|
/linux/drivers/clk/ti/ |
H A D | gate.c | 28 .restore_context = clk_gate_restore_context, 36 .restore_context = clk_gate_restore_context, 44 .restore_context = clk_gate_restore_context,
|
H A D | dpll.c | 35 .restore_context = &omap3_core_dpll_restore_context, 58 .restore_context = &omap3_noncore_dpll_restore_context, 70 .restore_context = &omap3_noncore_dpll_restore_context
|
H A D | mux.c | 118 .restore_context = clk_mux_restore_context,
|
/linux/tools/testing/selftests/kvm/lib/riscv/ |
H A D | handlers.S | 53 .macro restore_context macro 100 restore_context
|
/linux/include/linux/ |
H A D | ti-emif-sram.h | 49 u32 restore_context; member 121 offsetof(struct ti_emif_pm_functions, restore_context)); in ti_emif_asm_offsets()
|
/linux/drivers/clk/at91/ |
H A D | clk-utmi.c | 140 .restore_context = clk_utmi_restore_context, 285 .restore_context = clk_utmi_sama7g5_restore_context,
|
H A D | clk-sam9x60-pll.c | 327 .restore_context = sam9x60_frac_pll_restore_context, 338 .restore_context = sam9x60_frac_pll_restore_context, 607 .restore_context = sam9x60_div_pll_restore_context, 618 .restore_context = sam9x60_div_pll_restore_context, 628 .restore_context = sam9x60_div_pll_restore_context,
|
H A D | clk-main.c | 148 .restore_context = clk_main_osc_restore_context, 293 .restore_context = clk_main_rc_osc_restore_context, 548 .restore_context = clk_sam9x5_main_restore_context,
|
H A D | clk-master.c | 158 .restore_context = clk_master_div_restore_context, 245 .restore_context = clk_master_div_restore_context_chg, 469 .restore_context = clk_master_pres_restore_context, 808 .restore_context = clk_sama7g5_master_restore_context,
|
H A D | clk-system.c | 103 .restore_context = clk_system_restore_context,
|
H A D | clk-peripheral.c | 433 .restore_context = clk_sam9x5_peripheral_restore_context, 444 .restore_context = clk_sam9x5_peripheral_restore_context,
|
H A D | clk-programmable.c | 212 .restore_context = clk_programmable_restore_context,
|
H A D | clk-pll.c | 308 .restore_context = clk_pll_restore_context,
|
H A D | clk-generated.c | 291 .restore_context = clk_generated_restore_context,
|
H A D | clk-usb.c | 183 .restore_context = at91sam9x5_usb_restore_context,
|
/linux/include/linux/platform_data/ |
H A D | pm33xx.h | 58 void (*restore_context)(void); member
|
/linux/drivers/memory/ |
H A D | ti-emif-pm.c | 127 emif_data->pm_functions.restore_context = in ti_emif_alloc_sram()
|
/linux/drivers/soc/ti/ |
H A D | pm33xx.c | 211 pm_ops->restore_context(); in am33xx_pm_suspend()
|