Lines Matching defs:hwirq
154 unsigned int hwirq[RZG2L_TINT_MAX_INTERRUPT];
1172 unsigned int hwirq = irqd_to_hwirq(d);
1180 port = RZG2L_PIN_ID_TO_PORT(hwirq);
1181 bit = RZG2L_PIN_ID_TO_PIN(hwirq);
1193 gpiochip_disable_irq(gc, hwirq);
1200 unsigned int hwirq = irqd_to_hwirq(d);
1206 gpiochip_enable_irq(gc, hwirq);
1208 port = RZG2L_PIN_ID_TO_PORT(hwirq);
1209 bit = RZG2L_PIN_ID_TO_PIN(hwirq);
1273 pctrl->hwirq[irq] = child;
1306 irq_hw_number_t hwirq = irqd_to_hwirq(d);
1311 if (pctrl->hwirq[i] == hwirq) {
1315 pctrl->hwirq[i] = 0;