Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dn_tty.c388 * do_output_char - output one character
406 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char() function
486 if (do_output_char(c, tty, tty_write_room(tty)) < 0) in process_output()
701 int retval = do_output_char(c, tty, space); in __process_echoes()