Searched refs:tty_put_char (Results 1 – 5 of 5) sorted by relevance
45 :identifiers: tty_put_char
481 tty_put_char(tty, c); in do_output_char()672 tty_put_char(tty, '\b'); in __process_echoes()696 tty_put_char(tty, ECHO_OP_START); in __process_echoes()716 tty_put_char(tty, '^'); in __process_echoes()717 tty_put_char(tty, op ^ 0100); in __process_echoes()734 tty_put_char(tty, c); in __process_echoes()
3132 int tty_put_char(struct tty_struct *tty, unsigned char ch) in tty_put_char() function3138 EXPORT_SYMBOL_GPL(tty_put_char);
414 int tty_put_char(struct tty_struct *tty, unsigned char c);
585 r = tty_put_char(tty, '\0'); in ch341_simulate_break()