Searched refs:svc_suspend_finish (Results 1 – 7 of 7) sorted by relevance
318 if ((psci_spd_pm != NULL) && (psci_spd_pm->svc_suspend_finish != NULL)) { in psci_cpu_suspend_finish()321 psci_spd_pm->svc_suspend_finish(max_off_lvl); in psci_cpu_suspend_finish()
108 .svc_suspend_finish = cpu_resume_handler,
28 void (*svc_suspend_finish)(u_register_t max_off_pwrlvl); member
218 .svc_suspend_finish = opteed_cpu_suspend_finish_handler,
249 .svc_suspend_finish = tspd_cpu_suspend_finish_handler,
407 .svc_suspend_finish = trusty_cpu_suspend_finish_handler,
474 void (*svc_suspend_finish)(u_register_t max_off_pwrlvl);490 - svc_suspend, svc_suspend_finish493 PSCI_SUSPEND or PSCI_SYSTEM_SUSPEND APIs. The ``svc_suspend_finish`` is
Completed in 7 milliseconds