Searched refs:lookahead_done (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/tty/ |
D | n_tty.c | 1249 bool lookahead_done) in n_tty_receive_char_flow_ctrl() argument 1254 if (lookahead_done) in n_tty_receive_char_flow_ctrl() 1269 bool lookahead_done) in n_tty_receive_char_special() argument 1273 if (I_IXON(tty) && n_tty_receive_char_flow_ctrl(tty, c, lookahead_done)) in n_tty_receive_char_special() 1429 bool lookahead_done) in n_tty_receive_char_closing() argument 1437 if (!n_tty_receive_char_flow_ctrl(tty, c, lookahead_done) && in n_tty_receive_char_closing() 1543 const char *fp, int count, bool lookahead_done) in n_tty_receive_buf_closing() argument 1551 n_tty_receive_char_closing(tty, *cp++, lookahead_done); in n_tty_receive_buf_closing() 1556 const unsigned char *cp, const char *fp, int count, bool lookahead_done) in n_tty_receive_buf_standard() argument 1587 n_tty_receive_char_special(tty, c, lookahead_done); in n_tty_receive_buf_standard()
|