Searched refs:tty_termios_copy_hw (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/tty/ |
| H A D | tty_ioctl.c | 231 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old) in tty_termios_copy_hw() function 240 EXPORT_SYMBOL(tty_termios_copy_hw); 343 tty_termios_copy_hw(&tty->termios, &old_termios); in tty_set_termios()
|
| H A D | n_gsm.c | 4544 tty_termios_copy_hw(&tty->termios, old); in gsmtty_set_termios()
|
| /linux/drivers/usb/serial/ |
| H A D | ir-usb.c | 436 tty_termios_copy_hw(&tty->termios, old_termios); in ir_set_termios()
|
| H A D | kobil_sct.c | 444 tty_termios_copy_hw(&tty->termios, old); in kobil_set_termios()
|
| H A D | keyspan_pda.c | 367 tty_termios_copy_hw(&tty->termios, old_termios); in keyspan_pda_set_termios()
|
| H A D | ch341.c | 561 tty_termios_copy_hw(&tty->termios, old_termios); in ch341_set_termios()
|
| H A D | usb-serial.c | 531 tty_termios_copy_hw(&tty->termios, old); in serial_set_termios()
|
| /linux/drivers/tty/serial/ |
| H A D | timbuart.c | 292 tty_termios_copy_hw(termios, old); in timbuart_set_termios()
|
| H A D | altera_uart.c | 186 tty_termios_copy_hw(termios, old); in altera_uart_set_termios()
|