Lines Matching defs:hwirq
222 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
254 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
263 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
310 const struct regmap_irq *irq_data = irq_to_regmap_irq(d, data->hwirq);
875 int hwirq;
883 for (hwirq = 0; hwirq < d->chip->num_irqs; hwirq++) {
884 /* Ignore hwirq if holes in the IRQ list */
885 if (!d->chip->irqs[hwirq].mask)
889 * Find the virtual irq of hwirq on chip and if it is
892 virq = irq_find_mapping(d->domain, hwirq);