Home
last modified time | relevance | path

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

/linux-6.15/drivers/tty/serial/8250/
H A D8250_port.c574 p->em485->active_timer = NULL; in serial8250_em485_init()
1441 if (em485->active_timer == &em485->stop_tx_timer) { in serial8250_em485_handle_stop_tx()
1443 em485->active_timer = NULL; in serial8250_em485_handle_stop_tx()
1471 em485->active_timer = &em485->stop_tx_timer; in __stop_tx_rs485()
1475 em485->active_timer = NULL; in __stop_tx_rs485()
1601 if (em485->active_timer == &em485->stop_tx_timer) in start_tx_rs485()
1604 em485->active_timer = NULL; in start_tx_rs485()
1612 em485->active_timer = &em485->start_tx_timer; in start_tx_rs485()
1630 if (em485->active_timer == &em485->start_tx_timer) { in serial8250_em485_handle_start_tx()
1632 em485->active_timer = NULL; in serial8250_em485_handle_start_tx()
[all …]
/linux-6.15/include/linux/
H A Dserial_8250.h103 struct hrtimer *active_timer; /* pointer to active timer */ member