Lines Matching refs:ret
179 uint64_t ret = MTK_SIP_E_SUCCESS; in tinysys_vcp_kernel_control() local
188 ret = vcp_smc_rstn_set((bool)!!arg1); in tinysys_vcp_kernel_control()
191 ret = vcp_smc_rstn_clr(); in tinysys_vcp_kernel_control()
194 ret = vcp_cold_boot_reset(); in tinysys_vcp_kernel_control()
197 ret = mmup_smc_rstn_set((bool)!!arg1); in tinysys_vcp_kernel_control()
200 ret = mmup_smc_rstn_clr(); in tinysys_vcp_kernel_control()
203 ret = vcp_set_mmup_l2tcm_offset(arg1); in tinysys_vcp_kernel_control()
206 ret = vcp_set_mmup_fw_size(arg1); in tinysys_vcp_kernel_control()
209 ret = mmup_cold_boot_reset(); in tinysys_vcp_kernel_control()
213 ret = MTK_SIP_E_INVALID_PARAM; in tinysys_vcp_kernel_control()
217 return ret; in tinysys_vcp_kernel_control()