Lines Matching refs:ret
78 int ret, i;
92 ret = of_property_read_string(np, "lantiq,function", &function);
93 if (groups && !ret) {
105 int ret = of_property_read_u32(np,
107 if (!ret)
140 int ret;
142 ret = of_property_count_strings(np, "lantiq,groups");
143 if (ret < 0)
144 ret = of_property_count_strings(np, "lantiq,pins");
145 return ret;
241 int i, pin, ret = 0;
249 ret = match_mux(&info->mfp[pin], mux);
250 if (ret < 0) {
256 return ret;
265 int i, pin, pin_func, ret;
281 ret = info->apply_mux(pctrldev, pin, pin_func);
282 if (ret) {
286 return ret;