Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c745 static void sci_poll_put_char(struct uart_port *port, unsigned char c) in sci_poll_put_char() function
2882 .poll_put_char = sci_poll_put_char,
3091 sci_poll_put_char(port, ch); in serial_console_putchar()