Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/tty/
Dn_tty.c1459 int canon_change = 1; in n_tty_set_termios() local
1463 canon_change = (old->c_lflag ^ tty->termios->c_lflag) & ICANON; in n_tty_set_termios()
1464 if (canon_change) { in n_tty_set_termios()
1471 if (canon_change && !L_ICANON(tty) && tty->read_cnt) in n_tty_set_termios()