Searched defs:nr_irqs (Results 1 - 3 of 3) sorted by relevance

/drivers/mfd/
H A Dtwl6030-irq.c353 int nr_irqs, irq_base, irq_end; local
360 nr_irqs = TWL6030_NR_IRQS;
362 irq_base = irq_alloc_descs(-1, 0, nr_irqs, 0);
368 irq_domain_add_legacy(node, nr_irqs, irq_base, 0,
371 irq_end = irq_base + nr_irqs;
H A Dtwl4030-irq.c695 int irq_base, irq_end, nr_irqs; local
703 nr_irqs = TWL4030_PWR_NR_IRQS + TWL4030_CORE_NR_IRQS;
705 irq_base = irq_alloc_descs(-1, 0, nr_irqs, 0);
711 irq_domain_add_legacy(node, nr_irqs, irq_base, 0,
/drivers/of/
H A Dirq.c380 * @nr_irqs: the number of IRQs (and upper bound for num of @res elements)
382 * Returns the size of the filled in table (up to @nr_irqs).
385 int nr_irqs)
389 for (i = 0; i < nr_irqs; i++, res++)
384 of_irq_to_resource_table(struct device_node *dev, struct resource *res, int nr_irqs) argument

Completed in 65 milliseconds