Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtty.h61 #define I_INPCK(tty) _I_FLAG((tty), INPCK) macro
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c608 if (I_PARMRK(tp) || I_BRKINT(tp) || I_INPCK(tp)) { in jsm_input()
/linux/drivers/tty/
H A Dn_tty.c1168 if (I_INPCK(tty)) { in n_tty_receive_parity_error()
1837 (I_IGNPAR(tty) || !I_INPCK(tty)) && in n_tty_set_termios()
H A Damiserial.c652 if (I_INPCK(tty)) in change_speed()
H A Dmxser.c641 if (I_INPCK(tty)) in mxser_change_speed()
H A Dsynclink_gt.c2489 if (I_INPCK(info->port.tty)) in change_params()
/linux/drivers/usb/serial/
H A Dcp210x.c1323 if (I_INPCK(tty)) in cp210x_set_termios()