Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dstm32-usart.c126 static void stm32_stop_tx(struct uart_port *port);
212 stm32_stop_tx(port); in stm32_transmit_chars()
217 stm32_stop_tx(port); in stm32_transmit_chars()
229 stm32_stop_tx(port); in stm32_transmit_chars()
272 static void stm32_stop_tx(struct uart_port *port) in stm32_stop_tx() function
491 .stop_tx = stm32_stop_tx,