Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_tty.c607 if (I_PARMRK(tp) || I_BRKINT(tp) || I_INPCK(tp)) { in jsm_input()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dcp210x.c875 if (I_INPCK(tty)) in cp210x_open()
1506 if (I_INPCK(tty)) in cp210x_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_tty.c1222 if (I_INPCK(tty)) { in n_tty_receive_parity_error()
1853 (I_IGNPAR(tty) || !I_INPCK(tty)) && in n_tty_set_termios()
H A Damiserial.c696 if (I_INPCK(tty)) in change_speed()
H A Drocket.c799 if (I_INPCK(tty)) in configure_r_port()
H A Dmxser.c758 if (I_INPCK(tty)) in mxser_change_speed()
H A Dsynclink_gt.c2505 if (I_INPCK(info->port.tty)) in change_params()
H A Dsynclinkmp.c2804 if (I_INPCK(info->port.tty)) in change_params()
H A Dsynclink.c1970 if (I_INPCK(info->port.tty)) in mgsl_change_params()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h134 #define I_INPCK(tty) _I_FLAG((tty), INPCK) macro
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c1475 if (I_INPCK(tty)) in mgslpc_change_params()