Lines Matching defs:ret
166 int ret;
170 ret = sds_init();
171 if (ret != SDS_OK) {
172 ERROR("SDS initialization failed. ret:%d\n", ret);
176 ret = sds_struct_read(MORELLO_SDS_PLATFORM_INFO_STRUCT_ID,
181 if (ret != SDS_OK) {
182 ERROR("Error getting platform info from SDS. ret:%d\n", ret);
186 ret = sds_struct_read(MORELLO_SDS_FIRMWARE_VERSION_STRUCT_ID,
191 if (ret != SDS_OK) {
192 ERROR("Error getting firmware version from SDS. ret:%d\n", ret);
210 ret = plat_morello_append_config_node(&plat_info, &fw_version);
211 if (ret != 0) {