Lines Matching refs:ret
55 int ret; in imx_srtc_handler() local
59 ret = imx_srtc_set_time(x2, x3, x4); in imx_srtc_handler()
62 ret = SMC_UNK; in imx_srtc_handler()
65 SMC_RET1(handle, ret); in imx_srtc_handler()
132 int ret; in imx_otp_handler() local
137 ret = sc_misc_otp_fuse_read(ipc_handle, x1, &fuse); in imx_otp_handler()
138 SMC_RET2(handle, ret, fuse); in imx_otp_handler()
141 ret = sc_misc_otp_fuse_write(ipc_handle, x1, x2); in imx_otp_handler()
142 SMC_RET1(handle, ret); in imx_otp_handler()
145 ret = SMC_UNK; in imx_otp_handler()
146 SMC_RET1(handle, ret); in imx_otp_handler()
150 return ret; in imx_otp_handler()
295 uint64_t ret; in imx_buildinfo_handler() local
299 ret = imx_get_commit_hash(x2, x3, x4); in imx_buildinfo_handler()
305 return ret; in imx_buildinfo_handler()