Searched refs:tty_termios_hw_change (Results 1 – 6 of 6) sorted by relevance
178 if (!tty_termios_hw_change(tty->termios, old_termios)) in f81232_set_termios()
348 if (old_termios && !tty_termios_hw_change(tty->termios, old_termios)) in spcp8x5_set_termios()
275 if (old_termios && !tty_termios_hw_change(tty->termios, old_termios)) in pl2303_set_termios()
476 int tty_termios_hw_change(struct ktermios *a, struct ktermios *b) in tty_termios_hw_change() function484 EXPORT_SYMBOL(tty_termios_hw_change);
455 extern int tty_termios_hw_change(struct ktermios *a, struct ktermios *b);
980 if (old_termios && !tty_termios_hw_change(old_termios, tty->termios)) in qt2_set_termios()