Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/psci/
A Dpsci_suspend.c92 if ((psci_spd_pm != NULL) && (psci_spd_pm->svc_suspend != NULL)) in psci_suspend_to_pwrdown_start()
93 psci_spd_pm->svc_suspend(max_off_lvl); in psci_suspend_to_pwrdown_start()
/tf-a-ffa_el3_spmc/services/spd/tlkd/
A Dtlkd_pm.c107 .svc_suspend = cpu_suspend_handler,
/tf-a-ffa_el3_spmc/include/lib/psci/
A Dpsci_lib.h26 void (*svc_suspend)(u_register_t max_off_pwrlvl); member
/tf-a-ffa_el3_spmc/services/spd/opteed/
A Dopteed_pm.c216 .svc_suspend = opteed_cpu_suspend_handler,
/tf-a-ffa_el3_spmc/services/spd/tspd/
A Dtspd_pm.c247 .svc_suspend = tspd_cpu_suspend_handler,
/tf-a-ffa_el3_spmc/services/spd/trusty/
A Dtrusty.c405 .svc_suspend = trusty_cpu_suspend_handler,
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dpsci-lib-integration-guide.rst472 void (*svc_suspend)(u_register_t max_off_pwrlvl);
490 - svc_suspend, svc_suspend_finish
492 The ``svc_suspend`` callback is called during power down bu either

Completed in 7 milliseconds