Searched refs:tty_put_char (Results 1 – 3 of 3) sorted by relevance
515 tty_put_char(tty, c); in do_output_char()711 tty_put_char(tty, '\b'); in __process_echoes()735 tty_put_char(tty, ECHO_OP_START); in __process_echoes()755 tty_put_char(tty, '^'); in __process_echoes()756 tty_put_char(tty, op ^ 0100); in __process_echoes()773 tty_put_char(tty, c); in __process_echoes()
375 tty_put_char(tty, ch); in put_char()
3238 int tty_put_char(struct tty_struct *tty, unsigned char ch) in tty_put_char() function3244 EXPORT_SYMBOL_GPL(tty_put_char);