Lines Matching defs:ret
45 int ret;
49 ret = imx_srtc_set_time(x2, x3, x4);
52 ret = SMC_UNK;
55 SMC_RET1(handle, ret);
117 int ret;
122 ret = sc_misc_otp_fuse_read(ipc_handle, x1, &fuse);
123 SMC_RET2(handle, ret, fuse);
126 ret = sc_misc_otp_fuse_write(ipc_handle, x1, x2);
127 SMC_RET1(handle, ret);
130 ret = SMC_UNK;
131 SMC_RET1(handle, ret);
135 return ret;
210 uint64_t ret;
214 ret = imx_get_commit_hash(x2, x3, x4);
220 return ret;