tty_termios_copy_hw 3145 drivers/tty/n_gsm.c 	tty_termios_copy_hw(&tty->termios, old);
tty_termios_copy_hw  114 drivers/tty/serial/altera_jtaguart.c 		tty_termios_copy_hw(termios, old);
tty_termios_copy_hw  187 drivers/tty/serial/altera_uart.c 		tty_termios_copy_hw(termios, old);
tty_termios_copy_hw  396 drivers/tty/serial/arc_uart.c 		tty_termios_copy_hw(new, old);
tty_termios_copy_hw  298 drivers/tty/serial/timbuart.c 		tty_termios_copy_hw(termios, old);
tty_termios_copy_hw  282 drivers/tty/tty_ioctl.c EXPORT_SYMBOL(tty_termios_copy_hw);
tty_termios_copy_hw  336 drivers/tty/tty_ioctl.c 		tty_termios_copy_hw(&tty->termios, &old_termios);
tty_termios_copy_hw  456 drivers/usb/serial/ch341.c 			tty_termios_copy_hw(&tty->termios, old_termios);
tty_termios_copy_hw  444 drivers/usb/serial/ir-usb.c 	tty_termios_copy_hw(&tty->termios, old_termios);
tty_termios_copy_hw  922 drivers/usb/serial/iuu_phoenix.c 		tty_termios_copy_hw(&tty->termios, old_termios);
tty_termios_copy_hw  349 drivers/usb/serial/keyspan_pda.c 	tty_termios_copy_hw(&tty->termios, old_termios);
tty_termios_copy_hw  491 drivers/usb/serial/kobil_sct.c 		tty_termios_copy_hw(&tty->termios, old);
tty_termios_copy_hw  447 drivers/usb/serial/usb-serial.c 		tty_termios_copy_hw(&tty->termios, old);
tty_termios_copy_hw  539 include/linux/tty.h extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);