Home
last modified time | relevance | path

Searched refs:I_INPCK (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/include/linux/
Dtty.h62 #define I_INPCK(tty) _I_FLAG((tty), INPCK) macro
/Linux-v6.6/drivers/tty/serial/jsm/
Djsm_tty.c607 if (I_PARMRK(tp) || I_BRKINT(tp) || I_INPCK(tp)) { in jsm_input()
/Linux-v6.6/drivers/tty/
Dn_tty.c1197 if (I_INPCK(tty)) { in n_tty_receive_parity_error()
1858 (I_IGNPAR(tty) || !I_INPCK(tty)) && in n_tty_set_termios()
Damiserial.c654 if (I_INPCK(tty)) in change_speed()
Dmxser.c649 if (I_INPCK(tty)) in mxser_change_speed()
Dsynclink_gt.c2488 if (I_INPCK(info->port.tty)) in change_params()
/Linux-v6.6/drivers/usb/serial/
Dcp210x.c1318 if (I_INPCK(tty)) in cp210x_set_termios()