Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c3167 tty_termios_copy_hw(&tty->termios, old); in gsmtty_set_termios()
/kernel/linux/linux-5.10/drivers/usb/serial/
Dir-usb.c435 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.c346 tty_termios_copy_hw(&tty->termios, old_termios); in keyspan_pda_set_termios()
Dch341.c551 tty_termios_copy_hw(&tty->termios, old_termios); in ch341_set_termios()
Diuu_phoenix.c932 tty_termios_copy_hw(&tty->termios, old_termios); in iuu_set_termios()
Dusb-serial.c447 tty_termios_copy_hw(&tty->termios, old); in serial_set_termios()
/kernel/linux/linux-5.10/drivers/tty/serial/
Daltera_jtaguart.c114 tty_termios_copy_hw(termios, old); in altera_jtaguart_set_termios()
Dtimbuart.c298 tty_termios_copy_hw(termios, old); in timbuart_set_termios()
Darc_uart.c392 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()
/kernel/linux/linux-5.10/include/linux/
Dtty.h543 extern void tty_termios_copy_hw(struct ktermios *new, struct ktermios *old);