Searched refs:tty_termios_hw_change (Results 1 – 8 of 8) sorted by relevance
312 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
301 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
511 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
640 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
855 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
644 return tty_termios_hw_change(a, b) || ixon_change; in pl2303_termios_change()
293 int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function301 EXPORT_SYMBOL(tty_termios_hw_change);
544 extern int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);