Searched refs:call_firmware_op (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/arm/mach-tegra/ |
D | cpuidle-tegra114.c | 48 call_firmware_op(prepare_idle); in tegra114_idle_power_down() 51 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.4.14/arch/arm/mach-exynos/ |
D | pm.c | 150 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()
|
D | platsmp.c | 258 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()
|
D | suspend.c | 475 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/ |
D | firmware.h | 67 #define call_firmware_op(op, ...) \ macro
|
/linux-4.4.14/Documentation/arm/ |
D | firmware.txt | 24 #define call_firmware_op(op, ...) \ 67 if (call_firmware_op(cpu_boot, cpu) == -ENOSYS)
|