Searched refs:active_timer (Results 1 – 2 of 2) sorted by relevance
569 p->em485->active_timer = NULL; in serial8250_em485_init() 1327 if (em485->active_timer == &em485->stop_tx_timer) { in serial8250_em485_handle_stop_tx() 1329 em485->active_timer = NULL; in serial8250_em485_handle_stop_tx() 1355 em485->active_timer = &em485->stop_tx_timer; in __stop_tx_rs485() 1359 em485->active_timer = NULL; in __stop_tx_rs485() 1477 * em485->active_timer != &em485->stop_tx_timer, it might happen that in start_tx_rs485() 1479 * chars is send and em485->active_timer == &em485->stop_tx_timer again. in start_tx_rs485() 1482 * em485->active_timer when &em485->stop_tx_timer is armed again. in start_tx_rs485() 1484 if (em485->active_timer == &em485->stop_tx_timer) in start_tx_rs485() 1487 em485->active_timer in start_tx_rs485() [all...]
103 struct hrtimer *active_timer; /* pointer to active timer */ member