Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/
Dtty_ioctl.c252 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old) in tty_termios_copy_hw() function
261 EXPORT_SYMBOL(tty_termios_copy_hw);
360 tty_termios_copy_hw(&tty->termios, &old_termios); in tty_set_termios()
Dn_gsm.c3651 tty_termios_copy_hw(&tty->termios, old); in gsmtty_set_termios()
/linux-5.19.10/drivers/usb/serial/
Dir-usb.c435 tty_termios_copy_hw(&tty->termios, old_termios); in ir_set_termios()
Dkeyspan_pda.c362 tty_termios_copy_hw(&tty->termios, old_termios); in keyspan_pda_set_termios()
Dkobil_sct.c489 tty_termios_copy_hw(&tty->termios, old); in kobil_set_termios()
Dch341.c534 tty_termios_copy_hw(&tty->termios, old_termios); in ch341_set_termios()
Diuu_phoenix.c926 tty_termios_copy_hw(&tty->termios, old_termios); in iuu_set_termios()
Dusb-serial.c531 tty_termios_copy_hw(&tty->termios, old); in serial_set_termios()
/linux-5.19.10/drivers/tty/serial/
Daltera_jtaguart.c114 tty_termios_copy_hw(termios, old); in altera_jtaguart_set_termios()
Dtimbuart.c296 tty_termios_copy_hw(termios, old); in timbuart_set_termios()
Darc_uart.c390 tty_termios_copy_hw(new, old); in arc_serial_set_termios()
Daltera_uart.c187 tty_termios_copy_hw(termios, old); in altera_uart_set_termios()
/linux-5.19.10/include/linux/
Dtty.h461 void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);