Home
last modified time | relevance | path

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

/arch/arm/mach-tegra/
Dcpuidle-tegra114.c49 call_firmware_op(prepare_idle); in tegra114_idle_power_down()
52 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()
/arch/arm/mach-exynos/
Dpm.c148 ret = call_firmware_op(do_idle, FW_DO_IDLE_AFTR); in exynos_aftr_finisher()
181 if (call_firmware_op(resume) == -ENOSYS) in exynos_enter_aftr()
278 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
Dplatsmp.c257 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr); in exynos_set_boot_addr()
282 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr); in exynos_get_boot_addr()
362 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()
Dsuspend.c412 if (call_firmware_op(resume) == -ENOSYS in exynos_pm_resume()
432 if (call_firmware_op(resume) == -ENOSYS in exynos3250_pm_resume()
534 ret = call_firmware_op(suspend); in exynos_suspend_enter()
/arch/arm/include/asm/
Dfirmware.h67 #define call_firmware_op(op, ...) \ macro