Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dserial_8250.h81 struct hrtimer stop_tx_timer; /* "rs485 stop tx" timer */ member
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_port.c622 hrtimer_init(&p->em485->stop_tx_timer, CLOCK_MONOTONIC, in serial8250_em485_init()
626 p->em485->stop_tx_timer.function = &serial8250_em485_handle_stop_tx; in serial8250_em485_init()
656 hrtimer_cancel(&p->em485->stop_tx_timer); in serial8250_em485_destroy()
1480 em485 = container_of(t, struct uart_8250_em485, stop_tx_timer); in serial8250_em485_handle_stop_tx()
1485 if (em485->active_timer == &em485->stop_tx_timer) { in serial8250_em485_handle_stop_tx()
1513 em485->active_timer = &em485->stop_tx_timer; in __stop_tx_rs485()
1514 start_hrtimer_ms(&em485->stop_tx_timer, in __stop_tx_rs485()