Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dtty_ioctl.c273 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw() function
282 EXPORT_SYMBOL(tty_termios_copy_hw);
336 tty_termios_copy_hw(&tty->termios, &old_termios); in tty_set_termios()
Dn_gsm.c3137 tty_termios_copy_hw(&tty->termios, old); in gsmtty_set_termios()
/Linux-v4.19/drivers/usb/serial/
Dir-usb.c372 tty_termios_copy_hw(&tty->termios, old_termios); in ir_set_termios()
Dkobil_sct.c491 tty_termios_copy_hw(&tty->termios, old); in kobil_set_termios()
Dkeyspan_pda.c349 tty_termios_copy_hw(&tty->termios, old_termios); in keyspan_pda_set_termios()
Dch341.c403 tty_termios_copy_hw(&tty->termios, old_termios); in ch341_set_termios()
Diuu_phoenix.c922 tty_termios_copy_hw(&tty->termios, old_termios); in iuu_set_termios()
Dusb-serial.c429 tty_termios_copy_hw(&tty->termios, old); in serial_set_termios()
/Linux-v4.19/drivers/tty/serial/
Daltera_jtaguart.c114 tty_termios_copy_hw(termios, old); in altera_jtaguart_set_termios()
Darc_uart.c396 tty_termios_copy_hw(new, old); in arc_serial_set_termios()
Dtimbuart.c298 tty_termios_copy_hw(termios, old); in timbuart_set_termios()
Daltera_uart.c187 tty_termios_copy_hw(termios, old); in altera_uart_set_termios()
/Linux-v4.19/include/linux/
Dtty.h530 extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);