Lines Matching defs:ret
56 int n, ret, base, num_chips = 0;
69 ret = irq_alloc_domain_generic_chips(orion_irq_domain,
73 if (ret)
145 int ret, irq, nrirqs = 32;
157 ret = irq_alloc_domain_generic_chips(domain, nrirqs, 1, np->name,
159 if (ret) {
161 return ret;
164 ret = of_address_to_resource(np, 0, &r);
165 if (ret) {
167 return ret;