Home
last modified time | relevance | path

Searched refs:lookahead_done (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/
H A Dn_tty.c1244 bool lookahead_done) in n_tty_receive_char_flow_ctrl() argument
1249 if (lookahead_done) in n_tty_receive_char_flow_ctrl()
1360 bool lookahead_done) in n_tty_receive_char_special() argument
1364 if (I_IXON(tty) && n_tty_receive_char_flow_ctrl(tty, c, lookahead_done)) in n_tty_receive_char_special()
1451 bool lookahead_done) in n_tty_receive_char_closing() argument
1459 if (!n_tty_receive_char_flow_ctrl(tty, c, lookahead_done) && in n_tty_receive_char_closing()
1564 size_t count, bool lookahead_done) in n_tty_receive_buf_closing() argument
1572 n_tty_receive_char_closing(tty, *cp++, lookahead_done); in n_tty_receive_buf_closing()
1578 bool lookahead_done) in n_tty_receive_buf_standard() argument
1609 n_tty_receive_char_special(tty, c, lookahead_done); in n_tty_receive_buf_standard()