Searched refs:tty_termios_hw_change (Results 1 – 5 of 5) sorted by relevance
309 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
521 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
846 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
1132 return tty_termios_hw_change(a, b) || iflag_change || cc_change; in cp210x_termios_change()
252 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function260 EXPORT_SYMBOL(tty_termios_hw_change);