Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
Dupd78f0730.c312 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
Dspcp8x5.c301 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
Dch341.c511 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
Df81232.c640 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
Dmxuport.c855 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
Dpl2303.c644 return tty_termios_hw_change(a, b) || ixon_change; in pl2303_termios_change()
/kernel/linux/linux-5.10/drivers/tty/
Dtty_ioctl.c293 int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function
301 EXPORT_SYMBOL(tty_termios_hw_change);
/kernel/linux/linux-5.10/include/linux/
Dtty.h544 extern int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);