Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/serial/
Dmxs-auart.c511 static void mxs_auart_stop_tx(struct uart_port *u);
597 mxs_auart_stop_tx(&s->port); in mxs_auart_tx_chars()
617 mxs_auart_stop_tx(&s->port); in mxs_auart_tx_chars()
1247 static void mxs_auart_stop_tx(struct uart_port *u) in mxs_auart_stop_tx() function
1274 .stop_tx = mxs_auart_stop_tx,