Searched refs:do_output_char (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 406 * do_output_char - output one character 427 static int do_output_char(unsigned char c, struct tty_struct *tty, int space) in do_output_char() function 510 retval = do_output_char(c, tty, space); in process_output() 735 int retval = do_output_char(c, tty, space); in __process_echoes()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_tty.c | 399 * do_output_char - output one character 417 static int do_output_char(u8 c, struct tty_struct *tty, int space) in do_output_char() function 499 retval = do_output_char(c, tty, space); in process_output() 722 int retval = do_output_char(c, tty, space); in __process_echoes()
|
Completed in 6 milliseconds