Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/serial/
Df81232.c178 if (!tty_termios_hw_change(tty->termios, old_termios)) in f81232_set_termios()
Dspcp8x5.c348 if (old_termios && !tty_termios_hw_change(tty->termios, old_termios)) in spcp8x5_set_termios()
Dpl2303.c275 if (old_termios && !tty_termios_hw_change(tty->termios, old_termios)) in pl2303_set_termios()
/linux-3.4.99/drivers/tty/
Dtty_ioctl.c476 int tty_termios_hw_change(struct ktermios *a, struct ktermios *b) in tty_termios_hw_change() function
484 EXPORT_SYMBOL(tty_termios_hw_change);
/linux-3.4.99/include/linux/
Dtty.h455 extern int tty_termios_hw_change(struct ktermios *a, struct ktermios *b);
/linux-3.4.99/drivers/staging/quatech_usb2/
Dquatech_usb2.c980 if (old_termios && !tty_termios_hw_change(old_termios, tty->termios)) in qt2_set_termios()