Searched refs:n_tty_receive_char_flow_ctrl (Results 1 – 1 of 1) sorted by relevance
1248 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, unsigned char c, in n_tty_receive_char_flow_ctrl() function1273 if (I_IXON(tty) && n_tty_receive_char_flow_ctrl(tty, c, lookahead_done)) in n_tty_receive_char_special()1437 if (!n_tty_receive_char_flow_ctrl(tty, c, lookahead_done) && in n_tty_receive_char_closing()1499 n_tty_receive_char_flow_ctrl(tty, *cp, false); in n_tty_lookahead_flow_ctrl()