Searched refs:tty_put_char (Results 1 – 3 of 3) sorted by relevance
389 tty_put_char(tty, c); in do_output_char()591 tty_put_char(tty, '\b'); in process_echoes()618 tty_put_char(tty, ECHO_OP_START); in process_echoes()639 tty_put_char(tty, '^'); in process_echoes()640 tty_put_char(tty, op ^ 0100); in process_echoes()659 tty_put_char(tty, c); in process_echoes()
375 tty_put_char(tty, ch); in put_char()
3081 int tty_put_char(struct tty_struct *tty, unsigned char ch) in tty_put_char() function3087 EXPORT_SYMBOL_GPL(tty_put_char);