Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dpm33xx-core.c166 ret = cpu_suspend(args, fn); in am33xx_suspend()
200 ret = cpu_suspend(args, fn); in am43xx_suspend()
229 ret = cpu_suspend(args, fn); in am33xx_cpu_suspend()
242 ret = cpu_suspend(args, fn); in am43xx_cpu_suspend()
296 .cpu_suspend = am33xx_cpu_suspend,
309 .cpu_suspend = am43xx_cpu_suspend,
/OK3568_Linux_fs/kernel/arch/arm/mach-highbank/
H A Dpm.c22 return psci_ops.cpu_suspend(HIGHBANK_SUSPEND_PARAM, __pa(cpu_resume)); in highbank_suspend_finish()
30 cpu_suspend(0, highbank_suspend_finish); in highbank_pm_enter()
45 if (!psci_ops.cpu_suspend) in highbank_pm_init()
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci.c178 return __psci_cpu_suspend(psci_0_1_function_ids.cpu_suspend, in psci_0_1_cpu_suspend()
337 return psci_ops.cpu_suspend(power_state, __pa_function(cpu_resume)); in psci_suspend_finisher()
345 ret = psci_ops.cpu_suspend(state, 0); in psci_cpu_suspend_enter()
347 ret = cpu_suspend(state, psci_suspend_finisher); in psci_cpu_suspend_enter()
361 return cpu_suspend(0, psci_system_suspend); in psci_system_suspend_enter()
471 .cpu_suspend = psci_0_2_cpu_suspend, in psci_0_2_set_functions()
556 psci_0_1_function_ids.cpu_suspend = id; in psci_0_1_init()
557 psci_ops.cpu_suspend = psci_0_1_cpu_suspend; in psci_0_1_init()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dcpuidle.c24 if (ops && ops->cpu_suspend && ops->cpu_init_idle) in arm_cpuidle_init()
42 return ops->cpu_suspend(index); in arm_cpuidle_suspend()
64 if (!psci_ops.cpu_suspend) in psci_acpi_cpu_init_idle()
H A Dsuspend.c89 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() function
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dsuspend.c58 int (*cpu_suspend)(unsigned long); member
547 ret = cpu_suspend(0, pm_data->cpu_suspend); in exynos_suspend_enter()
605 .cpu_suspend = exynos3250_cpu_suspend,
614 .cpu_suspend = exynos_cpu_suspend,
623 .cpu_suspend = exynos_cpu_suspend,
633 .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()
/OK3568_Linux_fs/kernel/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.c122 ret = cpu_suspend(cpu, tegra_pm_park_secondary_cpu); in tegra_cpuidle_cc6_enter()
146 return cpu_suspend(0, tegra30_pm_secondary_cpu_suspend); in tegra_cpuidle_c7_enter()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpsci.h26 int (*cpu_suspend)(u32 state, unsigned long entry_point); member
38 u32 cpu_suspend; member
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dsleep.S14 .globl cpu_suspend symbol
26 ENTRY(cpu_suspend)
53 ENDPROC(cpu_suspend)
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsuspend.c20 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long)) in cpu_suspend() function
56 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()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dsleep.S13 .globl cpu_suspend symbol
25 ENTRY(cpu_suspend)
86 ENDPROC(cpu_suspend)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsuspend.h15 extern int cpu_suspend(unsigned long, int (*)(unsigned long));
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsuspend.h24 int cpu_suspend(unsigned long arg, int (*fn)(unsigned long));
/OK3568_Linux_fs/kernel/arch/arm/mach-tango/
H A Dpm.c18 return cpu_suspend(0, tango_pm_powerdown); in tango_pm_enter()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dcpu_ops.h54 int (*cpu_suspend)(unsigned long); member
H A Dsuspend.h40 extern int cpu_suspend(unsigned long arg, int (*fn)(unsigned long));
/OK3568_Linux_fs/kernel/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()
230 if (is_psci_0_1(cpu_suspend, func_id)) in psci_0_1_handler()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dpm33xx.h53 int (*cpu_suspend)(int (*fn)(unsigned long), unsigned long args); member
/OK3568_Linux_fs/kernel/arch/arm/mach-imx/
H A Dcpuidle-imx6sx.c50 cpu_suspend(0, imx6sx_idle_finish); in imx6sx_enter_wait()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dpm.c79 cpu_suspend(0, sa1100_finish_suspend); in sa11x0_pm_enter()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dpm.c133 ret = cpu_suspend(0, pm_cpu_sleep); in s3c_pm_enter()

123