Searched refs:n_tty_receive_char_flow_ctrl (Results 1 – 1 of 1) sorted by relevance
1208 * n_tty_receive_char_flow_ctrl - receive flow control chars1222 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, u8 c, in n_tty_receive_char_flow_ctrl() function 1343 if (I_IXON(tty) && n_tty_receive_char_flow_ctrl(tty, c, lookahead_done)) in n_tty_receive_char_special() 1438 if (!n_tty_receive_char_flow_ctrl(tty, c, lookahead_done) && in n_tty_receive_char_closing() 1500 n_tty_receive_char_flow_ctrl(tty, *cp, false); in n_tty_lookahead_flow_ctrl()