Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/soc/fsl/qe/
Ducc_slow.c42 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_graceful_stop_tx() function
51 EXPORT_SYMBOL(ucc_slow_graceful_stop_tx);
/linux-5.19.10/include/soc/fsl/qe/
Ducc_slow.h254 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
/linux-5.19.10/drivers/tty/serial/
Ducc_uart.c836 ucc_slow_graceful_stop_tx(qe_port->us_private); in qe_uart_shutdown()