psci.c | 64 psci_call(register_t fid, register_t arg1, register_t arg2, register_t arg3) function in typeref:typename:int 95 return psci_call(psci_functions[PSCI_FUNC_VERSION], 0, 0, 0); 102 return psci_call(psci_functions[PSCI_FUNC_CPU_ON], target_cpu, 109 return psci_call(psci_functions[PSCI_FUNC_CPU_SUSPEND], power_state, 116 psci_call(psci_functions[PSCI_FUNC_SYSTEM_OFF], 0, 0, 0); 122 psci_call(psci_functions[PSCI_FUNC_SYSTEM_RESET], 0, 0, 0); 131 return psci_call(psci_functions[PSCI_FUNC_FEATURES], fid, 0, 0);
|