Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dstm32-usart.c109 static void __maybe_unused stm32_usart_console_putchar(struct uart_port *port, unsigned char ch);
1440 stm32_usart_console_putchar(port, ch); in stm32_usart_poll_put_char()
1864 static void __maybe_unused stm32_usart_console_putchar(struct uart_port *port, unsigned char ch) in stm32_usart_console_putchar() function
1904 uart_console_write(port, s, cnt, stm32_usart_console_putchar); in stm32_usart_console_write()