Searched refs:tty_put_char (Results 1 – 5 of 5) sorted by relevance
45 :identifiers: tty_put_char
463 tty_put_char(tty, c); in do_output_char() 608 tty_put_char(tty, '\b'); in n_tty_process_echo_ops() 631 tty_put_char(tty, ECHO_OP_START); in n_tty_process_echo_ops() 647 tty_put_char(tty, '^'); in n_tty_process_echo_ops() 648 tty_put_char(tty, op ^ 0100); in n_tty_process_echo_ops() 708 tty_put_char(tty, c); in __process_echoes()
3138 * tty_put_char - write one character to a tty3150 int tty_put_char(struct tty_struct *tty, u8 ch) in tty_put_char() function 3156 EXPORT_SYMBOL_GPL(tty_put_char);
408 int tty_put_char(struct tty_struct *tty, u8 c);
613 r = tty_put_char(tty, '\0'); in ch341_simulate_break()