tty_termios_hw_change  301 drivers/tty/tty_ioctl.c EXPORT_SYMBOL(tty_termios_hw_change);
tty_termios_hw_change  417 drivers/usb/serial/ch341.c 	if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
tty_termios_hw_change  540 drivers/usb/serial/f81232.c 	if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
tty_termios_hw_change  855 drivers/usb/serial/mxuport.c 	    !tty_termios_hw_change(&tty->termios, old_termios) &&
tty_termios_hw_change  581 drivers/usb/serial/pl2303.c 	return tty_termios_hw_change(a, b) || ixon_change;
tty_termios_hw_change  301 drivers/usb/serial/spcp8x5.c 	if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
tty_termios_hw_change  312 drivers/usb/serial/upd78f0730.c 	if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
tty_termios_hw_change  540 include/linux/tty.h extern int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);