Home
last modified time | relevance | path

Searched refs:n_tty_receive_char_special (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_tty.c1267 n_tty_receive_char_special(struct tty_struct *tty, unsigned char c) in n_tty_receive_char_special() function
1580 else if (n_tty_receive_char_special(tty, c) && count) { in n_tty_receive_buf_standard()
1606 else if (n_tty_receive_char_special(tty, c) && count) { in n_tty_receive_buf_fast()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c1359 static void n_tty_receive_char_special(struct tty_struct *tty, u8 c, in n_tty_receive_char_special() function
1609 n_tty_receive_char_special(tty, c, lookahead_done); in n_tty_receive_buf_standard()

Completed in 9 milliseconds