Searched refs:rs_interrupt (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dvacserial.c302 * rs_interrupt(). They were separated out for readability's sake.
304 * Note: rs_interrupt() is a "fast" interrupt, which means that it
306 * rs_interrupt() should try to keep the interrupt handler as fast as
502 static void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) function
510 baget_printk("rs_interrupt(%d)...", irq);
567 #define rs_interrupt_single rs_interrupt
580 * rs_interrupt() has returned, BUT WITH INTERRUPTS TURNED ON. This
689 handler = rs_interrupt;
2276 rs_interrupt(i, NULL, NULL);
2293 rs_interrupt(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dsgiserial.c352 * rs_interrupt(). They were separated out for readability's sake.
354 * Note: rs_interrupt() is a "fast" interrupt, which means that it
356 * rs_interrupt() should try to keep the interrupt handler as fast as
529 void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) function
579 * rs_interrupt() has returned, BUT WITH INTERRUPTS TURNED ON. This
1967 if (request_irq(zilog_irq, rs_interrupt, (SA_INTERRUPT),
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.c383 * rs_interrupt(). They were separated out for readability's sake.
562 void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) function
670 * rs_interrupt() has returned, BUT WITH INTERRUPTS TURNED ON. This
1941 if (request_irq(zs_soft[channel].irq, rs_interrupt, SA_SHIRQ,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial.c555 * rs_interrupt(). They were separated out for readability's sake.
557 * Note: rs_interrupt() is a "fast" interrupt, which means that it
559 * rs_interrupt() should try to keep the interrupt handler as fast as
818 static void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) function
830 printk("rs_interrupt(%d)...", irq);
1053 * rs_interrupt() has returned, BUT WITH INTERRUPTS TURNED ON. This
1116 rs_interrupt(i, NULL, NULL);
1129 rs_interrupt(0, NULL, NULL);
1364 handler = rs_interrupt;
2538 handler = rs_interrupt;
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacserial.c361 * rs_interrupt(). They were separated out for readability's sake.
567 static void rs_interrupt(int irq, void *dev_id, struct pt_regs * regs) function
574 printk(KERN_WARNING "rs_interrupt: irq %d, port not "
596 printk(KERN_DEBUG "rs_interrupt: irq %d, zs_intreg 0x%x\n",
702 * rs_interrupt() has returned, BUT WITH INTERRUPTS TURNED ON. This
2582 if (request_irq(zs_soft[i].irq, rs_interrupt, 0,

Completed in 112 milliseconds