Searched refs:tr_interrupt (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | touchright.c | 57 static irqreturn_t tr_interrupt(struct serio *serio, tr_interrupt() function 173 .interrupt = tr_interrupt,
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
H A D | sync_serial.c | 179 static irqreturn_t tr_interrupt(int irq, void *dev_id); 468 if (request_irq(24, tr_interrupt, 0, sync_serial_open() 523 if (request_irq(20, tr_interrupt, 0, sync_serial_open() 1265 static irqreturn_t tr_interrupt(int irq, void *dev_id) tr_interrupt() function 1316 } /* tr_interrupt */
|
/linux-4.1.27/arch/cris/arch-v32/drivers/ |
H A D | sync_serial.c | 204 static irqreturn_t tr_interrupt(int irq, void *dev_id); 473 if (request_irq(port->dma_out_intr_vect, tr_interrupt, 0, sync_serial_open() 1329 static irqreturn_t tr_interrupt(int irq, void *dev_id) tr_interrupt() function 1437 } /* tr_interrupt */
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | crisv10.c | 1923 tr_interrupt(int irq, void *dev_id) tr_interrupt() function 1942 DINTR2(DEBUG_LOG(info->line, "tr_interrupt %i\n", i)); tr_interrupt() 1956 } /* tr_interrupt */ 4017 tr_interrupt, rs_open()
|
Completed in 119 milliseconds