Lines Matching refs:ret
86 int ret, index = 0, count = 0;
90 ret = of_property_read_string(np, "sirf,function", &function);
91 if (ret < 0) {
93 return ret;
96 ret = of_property_count_strings(np, "sirf,pins");
97 if (ret < 0) {
99 return ret;
102 count += ret;
282 int ret;
304 ret = -ENOMEM;
322 ret = PTR_ERR(spmx->pmx);
334 return ret;