Searched refs:call_firmware_op (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm/mach-tegra/ |
D | cpuidle-tegra114.c | 49 call_firmware_op(prepare_idle); in tegra114_idle_power_down() 52 if (call_firmware_op(do_idle, 0) == -ENOSYS) in tegra114_idle_power_down()
|
D | reset.c | 76 err = call_firmware_op(set_cpu_boot_addr, 0, reset_address); in tegra_cpu_reset_handler_enable()
|
/linux-4.1.27/arch/arm/mach-exynos/ |
D | platsmp.c | 314 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr); in exynos_boot_secondary() 327 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary() 410 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr); in exynos_smp_prepare_cpus()
|
D | pm.c | 149 ret = call_firmware_op(do_idle, FW_DO_IDLE_AFTR); in exynos_aftr_finisher() 182 if (call_firmware_op(resume) == -ENOSYS) in exynos_enter_aftr()
|
D | suspend.c | 479 if (call_firmware_op(resume) == -ENOSYS in exynos_pm_resume() 502 if (call_firmware_op(resume) == -ENOSYS in exynos3250_pm_resume() 590 ret = call_firmware_op(suspend); in exynos_suspend_enter()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | firmware.h | 63 #define call_firmware_op(op, ...) \ macro
|
/linux-4.1.27/Documentation/arm/ |
D | firmware.txt | 24 #define call_firmware_op(op, ...) \ 67 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)
|