Home
last modified time | relevance | path

Searched refs:active_timer (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/serial/8250/
H A D8250_port.c609 p->em485->active_timer = NULL; in serial8250_em485_init()
1454 if (em485->active_timer == &em485->stop_tx_timer) { in serial8250_em485_handle_stop_tx()
1456 em485->active_timer = NULL; in serial8250_em485_handle_stop_tx()
1482 em485->active_timer = &em485->stop_tx_timer; in __stop_tx_rs485()
1487 em485->active_timer = NULL; in __stop_tx_rs485()
1596 * em485->active_timer != &em485->stop_tx_timer, it might happen that in start_tx_rs485()
1598 * chars is send and em485->active_timer == &em485->stop_tx_timer again. in start_tx_rs485()
1601 * em485->active_timer when &em485->stop_tx_timer is armed again. in start_tx_rs485()
1603 if (em485->active_timer == &em485->stop_tx_timer) in start_tx_rs485()
1606 em485->active_timer in start_tx_rs485()
[all...]
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_port.c567 p->em485->active_timer = NULL; in serial8250_em485_init()
1440 if (em485->active_timer == &em485->stop_tx_timer) { in serial8250_em485_handle_stop_tx()
1442 em485->active_timer = NULL; in serial8250_em485_handle_stop_tx()
1470 em485->active_timer = &em485->stop_tx_timer; in __stop_tx_rs485()
1474 em485->active_timer = NULL; in __stop_tx_rs485()
1592 * em485->active_timer != &em485->stop_tx_timer, it might happen that in start_tx_rs485()
1594 * chars is send and em485->active_timer == &em485->stop_tx_timer again. in start_tx_rs485()
1597 * em485->active_timer when &em485->stop_tx_timer is armed again. in start_tx_rs485()
1599 if (em485->active_timer == &em485->stop_tx_timer) in start_tx_rs485()
1602 em485->active_timer in start_tx_rs485()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dserial_8250.h83 struct hrtimer *active_timer; /* pointer to active timer */ member
/kernel/linux/linux-6.6/include/linux/
H A Dserial_8250.h103 struct hrtimer *active_timer; /* pointer to active timer */ member

Completed in 6 milliseconds