Lines Matching defs:hwirq
210 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
239 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
248 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
278 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
940 int i, hwirq;
948 for (hwirq = 0; hwirq < d->chip->num_irqs; hwirq++) {
949 /* Ignore hwirq if holes in the IRQ list */
950 if (!d->chip->irqs[hwirq].mask)
954 * Find the virtual irq of hwirq on chip and if it is
957 virq = irq_find_mapping(d->domain, hwirq);