Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/arch/arm/mach-exynos/
Dpm.c142 ret = call_firmware_op(do_idle, FW_DO_IDLE_AFTR); in exynos_aftr_finisher()
174 if (call_firmware_op(resume) == -ENOSYS) in exynos_enter_aftr()
271 call_firmware_op(cpu_boot, 1); in exynos_cpu0_enter_aftr()
Dplatsmp.c267 ret = call_firmware_op(set_cpu_boot_addr, core_id, boot_addr); in exynos_set_boot_addr()
292 ret = call_firmware_op(get_cpu_boot_addr, core_id, boot_addr); in exynos_get_boot_addr()
372 call_firmware_op(cpu_boot, core_id); in exynos_boot_secondary()
Dsuspend.c405 if (call_firmware_op(resume) == -ENOSYS in exynos_pm_resume()
425 if (call_firmware_op(resume) == -ENOSYS in exynos3250_pm_resume()
508 ret = call_firmware_op(suspend); in exynos_suspend_enter()
/Linux-v4.19/arch/arm/include/asm/
Dfirmware.h67 #define call_firmware_op(op, ...) \ macro
/Linux-v4.19/Documentation/arm/
Dfirmware.txt24 #define call_firmware_op(op, ...) \
67 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)