Lines Matching defs:irq_offset
375 int irq_offset = irqd_to_hwirq(irq_data);
376 unsigned long bit = find_nth_bit(chip->map, 64, irq_offset), enable;
392 gpiochip_disable_irq(&chip->gc, irq_offset);
403 int irq_offset = irqd_to_hwirq(irq_data);
404 unsigned long bit = find_nth_bit(chip->map, 64, irq_offset), enable;
407 gpiochip_enable_irq(&chip->gc, irq_offset);
443 int irq_offset = irqd_to_hwirq(irq_data);
444 unsigned long bit = find_nth_bit(chip->map, 64, irq_offset);
486 int irq_offset;
516 for_each_set_bit(irq_offset, sw, 64)
517 generic_handle_domain_irq(gc->irq.domain, irq_offset);