Home
last modified time | relevance | path

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

/linux/drivers/tty/
H A Dtty_ioctl.c235 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old) in tty_termios_copy_hw() function
244 EXPORT_SYMBOL(tty_termios_copy_hw);
347 tty_termios_copy_hw(&tty->termios, &old_termios); in tty_set_termios()
H A Dn_gsm.c4505 tty_termios_copy_hw(&tty->termios, old); in gsmtty_set_termios()
/linux/drivers/usb/serial/
H A Dir-usb.c437 tty_termios_copy_hw(&tty->termios, old_termios); in ir_set_termios()
H A Dkeyspan_pda.c367 tty_termios_copy_hw(&tty->termios, old_termios); in keyspan_pda_set_termios()
H A Dkobil_sct.c491 tty_termios_copy_hw(&tty->termios, old); in kobil_set_termios()
H A Dch341.c535 tty_termios_copy_hw(&tty->termios, old_termios); in ch341_set_termios()
H A Diuu_phoenix.c927 tty_termios_copy_hw(&tty->termios, old_termios); in iuu_set_termios()
H A Dusb-serial.c531 tty_termios_copy_hw(&tty->termios, old); in serial_set_termios()
/linux/drivers/tty/serial/
H A Daltera_jtaguart.c108 tty_termios_copy_hw(termios, old); in altera_jtaguart_set_termios()
H A Darc_uart.c384 tty_termios_copy_hw(new, old); in arc_serial_set_termios()
H A Dtimbuart.c292 tty_termios_copy_hw(termios, old); in timbuart_set_termios()
H A Daltera_uart.c187 tty_termios_copy_hw(termios, old); in altera_uart_set_termios()
/linux/include/linux/
H A Dtty.h447 void tty_termios_copy_hw(struct ktermios *new, const struct ktermios *old);