Home
last modified time | relevance | path

Searched refs:tty_termios_copy_hw (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/tty/
Dtty_ioctl.c501 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw() function
510 EXPORT_SYMBOL(tty_termios_copy_hw);
564 tty_termios_copy_hw(&tty->termios, &old_termios); in tty_set_termios()
Dn_gsm.c3129 tty_termios_copy_hw(&tty->termios, old); in gsmtty_set_termios()
/linux-4.4.14/drivers/usb/serial/
Dir-usb.c373 tty_termios_copy_hw(&tty->termios, old_termios); in ir_set_termios()
Dkobil_sct.c482 tty_termios_copy_hw(&tty->termios, old); in kobil_set_termios()
Dkeyspan_pda.c344 tty_termios_copy_hw(&tty->termios, old_termios); in keyspan_pda_set_termios()
Diuu_phoenix.c932 tty_termios_copy_hw(&tty->termios, old_termios); in iuu_set_termios()
Dusb-serial.c432 tty_termios_copy_hw(&tty->termios, old); in serial_set_termios()
/linux-4.4.14/drivers/tty/serial/
Daltera_jtaguart.c118 tty_termios_copy_hw(termios, old); in altera_jtaguart_set_termios()
Dnwpserial.c236 tty_termios_copy_hw(termios, old); in nwpserial_set_termios()
Darc_uart.c399 tty_termios_copy_hw(new, old); in arc_serial_set_termios()
Dtimbuart.c310 tty_termios_copy_hw(termios, old); in timbuart_set_termios()
Daltera_uart.c177 tty_termios_copy_hw(termios, old); in altera_uart_set_termios()
/linux-4.4.14/include/linux/
Dtty.h494 extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);