Searched refs:tty_termios_hw_change (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/serial/
H A Df81232.c173 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
H A Dspcp8x5.c302 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
H A Dmxuport.c859 !tty_termios_hw_change(&tty->termios, old_termios) &&
H A Dpl2303.c472 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
557 * Note that the tty_termios_hw_change check above is not sufficient
/drivers/tty/
H A Dtty_ioctl.c504 * tty_termios_hw_change - check for setting change
512 int tty_termios_hw_change(struct ktermios *a, struct ktermios *b) function
520 EXPORT_SYMBOL(tty_termios_hw_change); variable

Completed in 70 milliseconds