tty_termios_hw_change
EXPORT_SYMBOL(tty_termios_hw_change);
if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
return tty_termios_hw_change(a, b) || iflag_change || cc_change;
if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
!tty_termios_hw_change(&tty->termios, old_termios) &&
return tty_termios_hw_change(a, b) || ixon_change;
if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);