Searched refs:n_tty_receive_char_flagged (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_tty.c | 1471 n_tty_receive_char_flagged(struct tty_struct *tty, unsigned char c, char flag) in n_tty_receive_char_flagged() function 1503 n_tty_receive_char_flagged(tty, c, flag); in n_tty_receive_char_lnext() 1539 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_raw() 1587 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_standard() 1613 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_fast()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_tty.c | 1470 n_tty_receive_char_flagged(struct tty_struct *tty, u8 c, u8 flag) in n_tty_receive_char_flagged() function 1502 n_tty_receive_char_flagged(tty, c, flag); in n_tty_receive_char_lnext() 1558 n_tty_receive_char_flagged(tty, *cp++, flag); in n_tty_receive_buf_raw() 1595 n_tty_receive_char_flagged(tty, c, flag); in n_tty_receive_buf_standard()
|
Completed in 6 milliseconds