Home
last modified time | relevance | path

Searched refs:tty_put_char (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/driver-api/tty/
H A Dtty_struct.rst45 :identifiers: tty_put_char
/openbmc/linux/drivers/tty/
H A Dn_tty.c474 tty_put_char(tty, c); in do_output_char()
629 tty_put_char(tty, '\b'); in n_tty_process_echo_ops()
652 tty_put_char(tty, ECHO_OP_START); in n_tty_process_echo_ops()
668 tty_put_char(tty, '^'); in n_tty_process_echo_ops()
669 tty_put_char(tty, op ^ 0100); in n_tty_process_echo_ops()
729 tty_put_char(tty, c); in __process_echoes()
H A Dtty_io.c3140 int tty_put_char(struct tty_struct *tty, unsigned char ch) in tty_put_char() function
3146 EXPORT_SYMBOL_GPL(tty_put_char);
/openbmc/linux/include/linux/
H A Dtty.h414 int tty_put_char(struct tty_struct *tty, unsigned char c);
/openbmc/linux/drivers/usb/serial/
H A Dch341.c585 r = tty_put_char(tty, '\0'); in ch341_simulate_break()