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

  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_main.c 56 unsigned int target_pwrlvl, is_power_down_state; local
77 target_pwrlvl = psci_find_target_suspend_lvl(&state_info);
78 if (target_pwrlvl == PSCI_INVALID_PWR_LVL) {
84 if (is_cpu_standby_req(is_power_down_state, target_pwrlvl)) {
143 target_pwrlvl,
191 unsigned int target_pwrlvl = PLAT_MAX_PWR_LVL; local
198 rc = psci_do_cpu_off(target_pwrlvl);
psci_suspend.c 73 psci_flush_cpu_data(psci_svc_cpu_data.target_pwrlvl);
psci_private.h 109 get_cpu_data(psci_svc_cpu_data.target_pwrlvl)
111 set_cpu_data(psci_svc_cpu_data.target_pwrlvl, target_lvl)
psci_setup.c 60 svc_cpu_data->target_pwrlvl = PSCI_INVALID_PWR_LVL;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
psci.h 269 unsigned char target_pwrlvl; member in struct:psci_cpu_data

Completed in 574 milliseconds