Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/8250/
D8250_port.c575 static enum hrtimer_restart serial8250_em485_handle_stop_tx(struct hrtimer *t);
634 p->em485->stop_tx_timer.function = &serial8250_em485_handle_stop_tx; in serial8250_em485_init()
1457 static enum hrtimer_restart serial8250_em485_handle_stop_tx(struct hrtimer *t) in serial8250_em485_handle_stop_tx() function