Home
last modified time | relevance | path

Searched refs:lpuart_timer (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
Dfsl_lpuart.c257 struct timer_list lpuart_timer; member
474 mod_timer(&sport->lpuart_timer, jiffies + sport->dma_rx_timeout); in lpuart_dma_rx_complete()
495 del_timer(&sport->lpuart_timer); in lpuart_timer_func()
520 sport->lpuart_timer.expires = jiffies + sport->dma_rx_timeout; in lpuart_prepare_rx()
521 add_timer(&sport->lpuart_timer); in lpuart_prepare_rx()
1089 setup_timer(&sport->lpuart_timer, lpuart_timer_func, in lpuart_startup()
1174 del_timer_sync(&sport->lpuart_timer); in lpuart_shutdown()