Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_port.c558 hrtimer_setup(&p->em485->stop_tx_timer, &serial8250_em485_handle_stop_tx, CLOCK_MONOTONIC, in serial8250_em485_init()
592 hrtimer_cancel(&p->em485->stop_tx_timer); in serial8250_em485_destroy()
1321 stop_tx_timer); in serial8250_em485_handle_stop_tx()
1327 if (em485->active_timer == &em485->stop_tx_timer) { in serial8250_em485_handle_stop_tx()
1357 em485->active_timer = &em485->stop_tx_timer; in __stop_tx_rs485()
1358 hrtimer_start(&em485->stop_tx_timer, ns_to_ktime(stop_delay), HRTIMER_MODE_REL); in __stop_tx_rs485()
1487 if (em485->active_timer == &em485->stop_tx_timer) in start_tx_rs485()
1488 hrtimer_try_to_cancel(&em485->stop_tx_timer); in start_tx_rs485()