Searched refs:old_irq (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pcmcia/ |
| H A D | ti113x.h | 482 static int ti12xx_align_irqs(struct yenta_socket *socket, int *old_irq) in ti12xx_align_irqs() argument 491 if (old_irq) in ti12xx_align_irqs() 492 *old_irq = socket->cb_irq; in ti12xx_align_irqs() 505 static int ti12xx_tie_interrupts(struct yenta_socket *socket, int *old_irq) in ti12xx_tie_interrupts() argument 515 ret = ti12xx_align_irqs(socket, old_irq); in ti12xx_tie_interrupts() 527 static void ti12xx_untie_interrupts(struct yenta_socket *socket, int old_irq) in ti12xx_untie_interrupts() argument 533 socket->cb_irq = socket->dev->irq = old_irq; in ti12xx_untie_interrupts() 573 int old_irq; in ti12xx_irqroute_func1() local 575 if (ti12xx_tie_interrupts(socket, &old_irq)) { in ti12xx_irqroute_func1() 583 ti12xx_untie_interrupts(socket, old_irq); in ti12xx_irqroute_func1() [all …]
|
| /linux/sound/isa/ |
| H A D | sscape.c | 695 static const int old_irq[] = { 9, 7, 5, 15 }; in detect_sscape() 699 for (cfg = 0; cfg < ARRAY_SIZE(old_irq); ++cfg) in detect_sscape() 700 if (irq == old_irq[cfg]) in detect_sscape() 647 static const int old_irq[] = { 9, 7, 5, 15 }; get_irq_config() local
|