Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dupd78f0730.c309 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
H A Dspcp8x5.c288 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
H A Dch341.c521 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
H A Df81232.c616 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
H A Dmxuport.c846 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
H A Dpl2303.c806 return tty_termios_hw_change(a, b) || ixon_change; in pl2303_termios_change()
907 * Note that the tty_termios_hw_change check above is not sufficient in pl2303_set_termios()
H A Dcp210x.c1132 return tty_termios_hw_change(a, b) || iflag_change || cc_change; in cp210x_termios_change()
/linux/drivers/tty/
H A Dtty_ioctl.c252 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function
260 EXPORT_SYMBOL(tty_termios_hw_change);