Lines Matching refs:ret
68 int ret = 0;
75 ret = -EINVAL;
96 ret = -EINVAL;
103 return ret;
140 int ret;
151 ret = irq_alloc_domain_generic_chips(fic->domain,
156 if (ret) {
157 pr_err("fail to allocate generic chip (%d)\n", ret);
181 return ret;
202 int ret;
221 ret = al_fic_register(node, fic);
222 if (ret) {
234 return ERR_PTR(ret);
240 int ret;
260 ret = -EINVAL;
272 ret = PTR_ERR(fic);
283 return ret;