Searched refs:tty_termios_hw_change (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | upd78f0730.c | 312 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
|
H A D | spcp8x5.c | 301 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
|
H A D | ch341.c | 523 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
|
H A D | f81232.c | 642 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
|
H A D | pl2303.c | 646 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 D | mxuport.c | 855 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | upd78f0730.c | 309 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in upd78f0730_set_termios()
|
H A D | spcp8x5.c | 300 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in spcp8x5_set_termios()
|
H A D | ch341.c | 495 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in ch341_set_termios()
|
H A D | f81232.c | 620 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios)) in f81232_set_termios()
|
H A D | mxuport.c | 848 !tty_termios_hw_change(&tty->termios, old_termios) && in mxuport_set_termios()
|
H A D | pl2303.c | 774 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 D | cp210x.c | 1132 return tty_termios_hw_change(a, b) || iflag_change || cc_change; in cp210x_termios_change()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ioctl.c | 286 * 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 D | tty_ioctl.c | 256 * 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 D | tty.h | 456 bool tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty.h | 486 extern int tty_termios_hw_change(const struct ktermios *a, const struct ktermios *b);
|
Completed in 22 milliseconds