lpuart_timer      265 drivers/tty/serial/fsl_lpuart.c 	struct timer_list	lpuart_timer;
lpuart_timer     1123 drivers/tty/serial/fsl_lpuart.c 	mod_timer(&sport->lpuart_timer, jiffies + sport->dma_rx_timeout);
lpuart_timer     1135 drivers/tty/serial/fsl_lpuart.c 	struct lpuart_port *sport = from_timer(sport, t, lpuart_timer);
lpuart_timer     1456 drivers/tty/serial/fsl_lpuart.c 	timer_setup(&sport->lpuart_timer, lpuart_timer_func, 0);
lpuart_timer     1457 drivers/tty/serial/fsl_lpuart.c 	sport->lpuart_timer.expires = jiffies + sport->dma_rx_timeout;
lpuart_timer     1458 drivers/tty/serial/fsl_lpuart.c 	add_timer(&sport->lpuart_timer);
lpuart_timer     1575 drivers/tty/serial/fsl_lpuart.c 		del_timer_sync(&sport->lpuart_timer);
lpuart_timer     1720 drivers/tty/serial/fsl_lpuart.c 		del_timer_sync(&sport->lpuart_timer);
lpuart_timer     1935 drivers/tty/serial/fsl_lpuart.c 		del_timer_sync(&sport->lpuart_timer);
lpuart_timer     2554 drivers/tty/serial/fsl_lpuart.c 			del_timer_sync(&sport->lpuart_timer);