Home
last modified time | relevance | path

Searched refs:call_firmware_op (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm/mach-tegra/
Dcpuidle-tegra114.c48 call_firmware_op(prepare_idle); in tegra114_idle_power_down()
51 if (call_firmware_op(do_idle, 0) == -ENOSYS) in tegra114_idle_power_down()
Dreset.c76 err = call_firmware_op(set_cpu_boot_addr, 0, reset_address); in tegra_cpu_reset_handler_enable()
/linux-4.4.14/arch/arm/mach-exynos/
Dpm.c150 ret = call_firmware_op(do_idle, FW_DO_IDLE_AFTR); in exynos_aftr_finisher()
183 if (call_firmware_op(resume) == -ENOSYS) in exynos_enter_aftr()
280 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
Dplatsmp.c258 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr); in exynos_set_boot_addr()
283 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr); in exynos_get_boot_addr()
363 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()
Dsuspend.c475 if (call_firmware_op(resume) == -ENOSYS in exynos_pm_resume()
498 if (call_firmware_op(resume) == -ENOSYS in exynos3250_pm_resume()
586 ret = call_firmware_op(suspend); in exynos_suspend_enter()
/linux-4.4.14/arch/arm/include/asm/
Dfirmware.h67 #define call_firmware_op(op, ...) \ macro
/linux-4.4.14/Documentation/arm/
Dfirmware.txt24 #define call_firmware_op(op, ...) \
67 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)