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

/linux-master/include/linux/
H A Dserial_8250.h103 struct hrtimer *active_timer; /* pointer to active timer */ member in struct:uart_8250_em485
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c556 p->em485->active_timer = NULL;
1428 if (em485->active_timer == &em485->stop_tx_timer) {
1430 em485->active_timer = NULL;
1458 em485->active_timer = &em485->stop_tx_timer;
1462 em485->active_timer = NULL;
1580 * em485->active_timer != &em485->stop_tx_timer, it might happen that
1582 * chars is send and em485->active_timer == &em485->stop_tx_timer again.
1585 * em485->active_timer when &em485->stop_tx_timer is armed again.
1587 if (em485->active_timer == &em485->stop_tx_timer)
1590 em485->active_timer
[all...]

Completed in 127 milliseconds