Home
last modified time | relevance | path

Searched refs:cpu_suspend (Results 1 – 25 of 51) sorted by relevance

123

/linux/arch/arm/mach-highbank/
H A Dpm.c24 return psci_ops.cpu_suspend(HIGHBANK_SUSPEND_PARAM, __pa(cpu_resume)); in highbank_suspend_finish()
32 cpu_suspend(0, highbank_suspend_finish); in highbank_pm_enter()
47 if (!psci_ops.cpu_suspend) in highbank_pm_init()
H A Dhighbank.c154 if (psci_ops.cpu_suspend) in highbank_init()
/linux/arch/riscv/kernel/
H A Dsuspend.c65 int cpu_suspend(unsigned long arg, in cpu_suspend() function
128 return cpu_suspend(SBI_SUSP_SLEEP_TYPE_SUSPEND_TO_RAM, sbi_system_suspend); in sbi_system_suspend_enter()
165 return cpu_suspend(state, sbi_suspend_finisher); in riscv_sbi_hart_suspend()
/linux/drivers/cpuidle/
H A Dcpuidle-calxeda.c31 return psci_ops.cpu_suspend(CALXEDA_IDLE_PARAM, __pa(cpu_resume)); in calxeda_idle_finish()
39 cpu_suspend(0, calxeda_idle_finish); in calxeda_pwrdown_idle()
H A Dcpuidle-tegra.c117 ret = cpu_suspend(cpu, tegra_pm_park_secondary_cpu); in tegra_cpuidle_cc6_enter()
137 return cpu_suspend(0, tegra30_pm_secondary_cpu_suspend); in tegra_cpuidle_c7_enter()
/linux/arch/arm/mach-exynos/
H A Dsuspend.c56 int (*cpu_suspend)(unsigned long); member
547 ret = cpu_suspend(0, pm_data->cpu_suspend); in exynos_suspend_enter()
608 .cpu_suspend = exynos3250_cpu_suspend,
621 .cpu_suspend = exynos_cpu_suspend,
629 .cpu_suspend = exynos_cpu_suspend,
643 .cpu_suspend = exynos5420_cpu_suspend,
H A Dpm.c170 cpu_suspend(0, exynos_aftr_finisher); in exynos_enter_aftr()
306 ret = cpu_suspend(0, exynos_wfi_finisher); in exynos_cpu1_powerdown()
/linux/include/linux/
H A Dpsci.h26 int (*cpu_suspend)(u32 state, unsigned long entry_point); member
38 u32 cpu_suspend; member
/linux/arch/arm/kernel/
H A Dsuspend.c21 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() function
64 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() function
H A Dhibernate.c73 return cpu_suspend(0, arch_save_image); in swsusp_arch_suspend()
/linux/arch/arm/include/asm/
H A Dsuspend.h15 extern int cpu_suspend(unsigned long, int (*)(unsigned long));
/linux/arch/arm64/include/asm/
H A Dsuspend.h40 extern int cpu_suspend(unsigned long arg, int (*fn)(unsigned long));
/linux/arch/arm/mach-tegra/
H A Dpm.c206 err = cpu_suspend(PHYS_OFFSET - PAGE_OFFSET, &tegra_sleep_cpu); in tegra_pm_enter_lp2()
372 cpu_suspend(PHYS_OFFSET - PAGE_OFFSET, tegra_sleep_func); in tegra_suspend_enter()
/linux/arch/riscv/include/asm/
H A Dsuspend.h37 int cpu_suspend(unsigned long arg,
/linux/include/linux/platform_data/
H A Dpm33xx.h53 int (*cpu_suspend)(int (*fn)(unsigned long), unsigned long args); member
/linux/arch/arm/mach-imx/
H A Dcpuidle-imx6sx.c51 cpu_suspend(0, imx6sx_idle_finish); in imx6sx_enter_wait()
/linux/arch/arm64/kernel/
H A Dsuspend.c97 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() function
/linux/drivers/acpi/arm64/
H A Dcpuidle.c30 if (!psci_ops.cpu_suspend) in psci_acpi_cpu_init_idle()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dpsci-relay.c50 return (is_psci_0_1(cpu_suspend, func_id) || in is_psci_0_1_call()
233 if (is_psci_0_1(cpu_suspend, func_id)) in psci_0_1_handler()
/linux/arch/arm/mach-sa1100/
H A Dpm.c81 cpu_suspend(0, sa1100_finish_suspend); in sa11x0_pm_enter()
/linux/arch/arm/mach-s3c/
H A Dpm.c133 ret = cpu_suspend(0, pm_cpu_sleep); in s3c_pm_enter()
/linux/arch/arm/mach-socfpga/
H A Dpm.c114 cpu_suspend(0, socfpga_pm_suspend); in socfpga_pm_enter()
/linux/arch/arm/mach-milbeaut/
H A Dplatsmp.c126 cpu_suspend(0, m10v_die); in m10v_pm_enter()
/linux/arch/arm/mach-s5pv210/
H A Dpm.c160 ret = cpu_suspend(0, s5pv210_cpu_suspend); in s5pv210_suspend_enter()
/linux/arch/arm/mach-mvebu/
H A Dpm.c174 cpu_suspend(0, mvebu_pm_powerdown); in mvebu_enter_suspend()

123