Lines Matching refs:ret
56 int n, ret, base, num_chips = 0;
68 ret = irq_alloc_domain_generic_chips(orion_irq_domain,
72 if (ret)
144 int ret, irq, nrirqs = 32;
156 ret = irq_alloc_domain_generic_chips(domain, nrirqs, 1, np->name,
158 if (ret) {
160 return ret;
163 ret = of_address_to_resource(np, 0, &r);
164 if (ret) {
166 return ret;