Home
last modified time | relevance | path

Searched refs:opteed_cpu_on_finish_handler (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_pm.c103 void opteed_cpu_on_finish_handler(u_register_t unused) in opteed_cpu_on_finish_handler() function
197 opteed_cpu_on_finish_handler(0); in opteed_system_off()
225 opteed_cpu_on_finish_handler(0); in opteed_system_reset()
249 .svc_on_finish = opteed_cpu_on_finish_handler,
H A Dopteed_private.h154 void opteed_cpu_on_finish_handler(u_register_t unused);
H A Dopteed_main.c680 opteed_cpu_on_finish_handler(0); in opteed_smc_handler()