HomeSort by relevance Sort by last modified time
    Searched refs:svc_suspend (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_suspend.c 80 if (psci_spd_pm && psci_spd_pm->svc_suspend)
81 psci_spd_pm->svc_suspend(max_off_lvl);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci_lib.h 24 void (*svc_suspend)(u_register_t max_off_pwrlvl); member in struct:spd_pm_ops
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/
tlkd_pm.c 128 .svc_suspend = cpu_suspend_handler,
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
opteed_pm.c 211 .svc_suspend = opteed_cpu_suspend_handler,
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd_pm.c 245 .svc_suspend = tspd_cpu_suspend_handler,
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
trusty.c 383 .svc_suspend = trusty_cpu_suspend_handler,

Completed in 298 milliseconds