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

/linux-4.1.27/drivers/tty/serial/
H A Ddz.c159 * dz_interrupt. They were separated out for readability's sake.
161 * Note: dz_interrupt() is a "fast" interrupt, which means that it
163 * dz_interrupt() should try to keep the interrupt handler as fast as
330 * dz_interrupt ()
336 static irqreturn_t dz_interrupt(int irq, void *dev_id) dz_interrupt() function
414 ret = request_irq(dport->port.irq, dz_interrupt, dz_startup()

Completed in 85 milliseconds