Searched refs:n_tty_receive_char_flagged (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 1472 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged() function 1505 n_tty_receive_char_flagged(tty, c, flag); in n_tty_receive_char_lnext() 1541 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_raw() 1557 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_closing() 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()
|