Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tty/
Dn_tty.c1248 static bool n_tty_receive_char_flow_ctrl(struct tty_struct *tty, unsigned char c, in n_tty_receive_char_flow_ctrl() function
1273 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()