Searched refs:n_tty_receive_char_flagged (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/tty/ |
D | n_tty.c | 1475 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged() function 1507 n_tty_receive_char_flagged(tty, c, flag); in n_tty_receive_char_lnext() 1543 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_raw() 1591 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_standard() 1617 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_fast()
|