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

/drivers/tty/serial/8250/
H A D8250_dw.c112 port.handle_irq = dw8250_handle_irq;
H A D8250.c466 p->handle_irq = serial8250_default_handle_irq;
1579 if (port->handle_irq(port)) {
1715 up->port.handle_irq(&up->port);
2967 if (port->handle_irq)
2968 p->handle_irq = port->handle_irq;
2970 p->handle_irq = serial8250_default_handle_irq;
3040 port.handle_irq = p->handle_irq;
3206 if (port->handle_irq)
[all...]
/drivers/tty/serial/
H A Dmax3107.h405 int handle_irq; /* Indicates that IRQ should be handled */ member in struct:max3107_port
H A Dmpc52xx_uart.c124 irqreturn_t (*handle_irq)(struct uart_port *port); member in struct:psc_ops
306 .handle_irq = mpc52xx_psc_handle_irq,
327 .handle_irq = mpc52xx_psc_handle_irq,
597 .handle_irq = mpc512x_psc_handle_irq,
1089 ret = psc_ops->handle_irq(port);
H A Dmax3107.c426 if (s->handle_irq) {
432 s->handle_irq = 0;
634 s->handle_irq = 1;
/drivers/platform/x86/
H A Dsony-laptop.c1893 int (*handle_irq)(const u8, const u8); member in struct:sony_pic_dev
2231 dev->handle_irq = type3_handle_irq;
2241 dev->handle_irq = type3_handle_irq;
2251 dev->handle_irq = type3_handle_irq;
3155 if (dev->handle_irq && dev->handle_irq(data_mask, ev) == 0)

Completed in 119 milliseconds