Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qe/
Ducc_slow.c57 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx() function
65 EXPORT_SYMBOL(ucc_slow_stop_tx);
/Linux-v4.19/include/soc/fsl/qe/
Ducc_slow.h266 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
/Linux-v4.19/drivers/tty/serial/
Ducc_uart.c448 ucc_slow_stop_tx(qe_port->us_private); in qe_uart_break_ctl()