Home
last modified time | relevance | path

Searched refs:tty_termios_hw_change (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dupd78f0730.c312 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
H A Dspcp8x5.c301 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
H A Dch341.c523 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
H A Df81232.c642 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
H A Dpl2303.c646 return tty_termios_hw_change(a, b) || ixon_change; in pl2303_termios_change()
759 * Note that the tty_termios_hw_change check above is not sufficient in pl2303_set_termios()
H A Dmxuport.c855 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
/kernel/linux/linux-6.6/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.c300 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
H A Dch341.c495 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
H A Df81232.c620 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
H A Dmxuport.c848 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
H A Dpl2303.c774 return tty_termios_hw_change(a, b) || ixon_change; in pl2303_termios_change()
875 * 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()
/kernel/linux/linux-5.10/drivers/tty/
H A Dtty_ioctl.c286 * tty_termios_hw_change - check for setting change
294 int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function
302 EXPORT_SYMBOL(tty_termios_hw_change); variable
/kernel/linux/linux-6.6/drivers/tty/
H A Dtty_ioctl.c256 * tty_termios_hw_change - check for setting change
264 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b) in tty_termios_hw_change() function
272 EXPORT_SYMBOL(tty_termios_hw_change); variable
/kernel/linux/linux-6.6/include/linux/
H A Dtty.h456 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);
/kernel/linux/linux-5.10/include/linux/
H A Dtty.h486 extern int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);

Completed in 23 milliseconds