Searched refs:tty_termios_hw_change (Results 1 – 9 of 9) sorted by relevance
306 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
299 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
509 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
636 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
848 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
762 return tty_termios_hw_change(a, b) || ixon_change; in pl2303_termios_change()
1163 return tty_termios_hw_change(a, b) || iflag_change || cc_change; in cp210x_termios_change()
272 int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function280 EXPORT_SYMBOL(tty_termios_hw_change);
367 extern int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);