| /linux/arch/arm/mach-highbank/ |
| H A D | pm.c | 24 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 D | highbank.c | 154 if (psci_ops.cpu_suspend) in highbank_init()
|
| /linux/arch/riscv/kernel/ |
| H A D | suspend.c | 65 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 D | cpuidle-calxeda.c | 31 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 D | cpuidle-tegra.c | 117 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 D | suspend.c | 56 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 D | pm.c | 170 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 D | psci.h | 26 int (*cpu_suspend)(u32 state, unsigned long entry_point); member 38 u32 cpu_suspend; member
|
| /linux/arch/arm/kernel/ |
| H A D | suspend.c | 21 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 D | hibernate.c | 73 return cpu_suspend(0, arch_save_image); in swsusp_arch_suspend()
|
| /linux/arch/arm/include/asm/ |
| H A D | suspend.h | 15 extern int cpu_suspend(unsigned long, int (*)(unsigned long));
|
| /linux/arch/arm64/include/asm/ |
| H A D | suspend.h | 40 extern int cpu_suspend(unsigned long arg, int (*fn)(unsigned long));
|
| /linux/arch/arm/mach-tegra/ |
| H A D | pm.c | 206 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 D | suspend.h | 37 int cpu_suspend(unsigned long arg,
|
| /linux/include/linux/platform_data/ |
| H A D | pm33xx.h | 53 int (*cpu_suspend)(int (*fn)(unsigned long), unsigned long args); member
|
| /linux/arch/arm/mach-imx/ |
| H A D | cpuidle-imx6sx.c | 51 cpu_suspend(0, imx6sx_idle_finish); in imx6sx_enter_wait()
|
| /linux/arch/arm64/kernel/ |
| H A D | suspend.c | 97 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() function
|
| /linux/drivers/acpi/arm64/ |
| H A D | cpuidle.c | 30 if (!psci_ops.cpu_suspend) in psci_acpi_cpu_init_idle()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | psci-relay.c | 50 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 D | pm.c | 81 cpu_suspend(0, sa1100_finish_suspend); in sa11x0_pm_enter()
|
| /linux/arch/arm/mach-s3c/ |
| H A D | pm.c | 133 ret = cpu_suspend(0, pm_cpu_sleep); in s3c_pm_enter()
|
| /linux/arch/arm/mach-socfpga/ |
| H A D | pm.c | 114 cpu_suspend(0, socfpga_pm_suspend); in socfpga_pm_enter()
|
| /linux/arch/arm/mach-milbeaut/ |
| H A D | platsmp.c | 126 cpu_suspend(0, m10v_die); in m10v_pm_enter()
|
| /linux/arch/arm/mach-s5pv210/ |
| H A D | pm.c | 160 ret = cpu_suspend(0, s5pv210_cpu_suspend); in s5pv210_suspend_enter()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | pm.c | 174 cpu_suspend(0, mvebu_pm_powerdown); in mvebu_enter_suspend()
|