Searched refs:restore_context (Results 1 – 25 of 28) sorted by relevance
12
/linux/arch/arm/mach-omap2/ |
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() 387 .restore_context = irq_sar_clear, 392 .restore_context = irq_sar_clear, 397 .restore_context = am43xx_irq_restore_context,
|
A D | pm33xx-core.c | 301 .restore_context = am33xx_restore_context, 314 .restore_context = am43xx_restore_context,
|
/linux/drivers/clk/tegra/ |
A 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,
|
A 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,
|
A D | clk-pll-out.c | 84 .restore_context = tegra_clk_pll_out_restore_context,
|
A D | clk-divider.c | 131 .restore_context = clk_divider_restore_context,
|
A D | clk-sdmmc-mux.c | 231 .restore_context = clk_sdmmc_mux_restore_context,
|
/linux/drivers/clk/ti/ |
A D | gate.c | 36 .restore_context = clk_gate_restore_context, 44 .restore_context = clk_gate_restore_context, 52 .restore_context = clk_gate_restore_context,
|
A 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
|
A D | mux.c | 126 .restore_context = clk_mux_restore_context,
|
A D | divider.c | 313 .restore_context = clk_divider_restore_context,
|
/linux/include/linux/ |
A D | ti-emif-sram.h | 57 u32 restore_context; member 129 offsetof(struct ti_emif_pm_functions, restore_context)); in ti_emif_asm_offsets()
|
/linux/drivers/clk/at91/ |
A D | clk-utmi.c | 140 .restore_context = clk_utmi_restore_context, 277 .restore_context = clk_utmi_sama7g5_restore_context,
|
A D | clk-main.c | 148 .restore_context = clk_main_osc_restore_context, 289 .restore_context = clk_main_rc_osc_restore_context, 539 .restore_context = clk_sam9x5_main_restore_context,
|
A D | clk-master.c | 158 .restore_context = clk_master_div_restore_context, 245 .restore_context = clk_master_div_restore_context_chg, 555 .restore_context = clk_master_pres_restore_context, 566 .restore_context = clk_master_pres_restore_context_chg, 904 .restore_context = clk_sama7g5_master_restore_context,
|
A D | clk-sam9x60-pll.c | 322 .restore_context = sam9x60_frac_pll_restore_context, 333 .restore_context = sam9x60_frac_pll_restore_context, 596 .restore_context = sam9x60_div_pll_restore_context, 607 .restore_context = sam9x60_div_pll_restore_context,
|
A D | clk-system.c | 103 .restore_context = clk_system_restore_context,
|
A D | clk-peripheral.c | 429 .restore_context = clk_sam9x5_peripheral_restore_context, 440 .restore_context = clk_sam9x5_peripheral_restore_context,
|
A D | clk-programmable.c | 212 .restore_context = clk_programmable_restore_context,
|
A D | clk-generated.c | 286 .restore_context = clk_generated_restore_context,
|
A D | clk-pll.c | 308 .restore_context = clk_pll_restore_context,
|
A D | clk-usb.c | 183 .restore_context = at91sam9x5_usb_restore_context,
|
/linux/include/linux/platform_data/ |
A D | pm33xx.h | 58 void (*restore_context)(void); member
|
/linux/drivers/memory/ |
A D | ti-emif-pm.c | 127 emif_data->pm_functions.restore_context = in ti_emif_alloc_sram()
|
/linux/drivers/soc/ti/ |
A D | pm33xx.c | 211 pm_ops->restore_context(); in am33xx_pm_suspend()
|
Completed in 34 milliseconds
12