Searched refs:tty_put_char (Results 1 – 4 of 4) sorted by relevance
473 tty_put_char(tty, c); in do_output_char()669 tty_put_char(tty, '\b'); in __process_echoes()693 tty_put_char(tty, ECHO_OP_START); in __process_echoes()713 tty_put_char(tty, '^'); in __process_echoes()714 tty_put_char(tty, op ^ 0100); in __process_echoes()731 tty_put_char(tty, c); in __process_echoes()
373 tty_put_char(tty, ch); in put_char()
2866 int tty_put_char(struct tty_struct *tty, unsigned char ch) in tty_put_char() function2872 EXPORT_SYMBOL_GPL(tty_put_char);
481 extern int tty_put_char(struct tty_struct *tty, unsigned char c);