Home
last modified time | relevance | path

Searched refs:tty_termios_hw_change (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
Dspcp8x5.c302 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
Df81232.c447 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
Dpl2303.c489 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in pl2303_set_termios()
Dmxuport.c859 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
/linux-4.4.14/drivers/tty/
Dtty_ioctl.c521 int tty_termios_hw_change(struct ktermios *a, struct ktermios *b) in tty_termios_hw_change() function
529 EXPORT_SYMBOL(tty_termios_hw_change);
/linux-4.4.14/include/linux/
Dtty.h495 extern int tty_termios_hw_change(struct ktermios *a, struct ktermios *b);