Lines Matching refs:ret
304 int ret;
310 ret = gtdt_parse_timer_block(platform_timer, timer_mem);
311 if (ret)
312 return ret;
380 int ret, timer_count, gwdt_count = 0;
397 ret = acpi_gtdt_init(table, &timer_count);
398 if (ret || !timer_count)
403 ret = gtdt_import_sbsa_gwdt(platform_timer, gwdt_count);
404 if (ret)
415 return ret;