Lines Matching defs:ret
54 int32_t ret = PSCI_E_SUCCESS;
76 ret = PSCI_E_INVALID_PARAMS;
88 ret = PSCI_E_INVALID_PARAMS;
92 return ret;
202 int32_t ret;
214 ret = mce_command_handler((uint64_t)MCE_CMD_IS_CCX_ALLOWED,
218 if (ret == 0) {
233 ret = mce_command_handler((uint64_t)MCE_CMD_IS_CCX_ALLOWED,
237 if (ret == 0) {
289 int32_t ret;
299 ret = tegra_bpmp_ipc_enable_clock(TEGRA186_CLK_SE);
300 if (ret != 0) {
302 return ret;
333 ret = tegra_bpmp_ipc_disable_clock(TEGRA186_CLK_SE);
334 if (ret != 0) {
336 return ret;
350 int32_t ret = PSCI_E_SUCCESS;
358 ret = PSCI_E_NOT_PRESENT;
367 return ret;