Home
last modified time | relevance | path

Searched refs:C_CSTOPB (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dupd78f0730.c360 if (C_CSTOPB(tty)) { in upd78f0730_set_termios()
H A Dch341.c553 if (C_CSTOPB(tty)) in ch341_set_termios()
H A Df81232.c670 if (C_CSTOPB(tty)) in f81232_set_termios()
H A Dmxuport.c900 if (C_CSTOPB(tty)) in mxuport_set_termios()
H A Dpl2303.c709 if (C_CSTOPB(tty)) { in pl2303_set_termios()
H A Df81534.c974 if (C_CSTOPB(tty)) in f81534_set_termios()
H A Dti_usb_3410_5052.c957 if (C_CSTOPB(tty)) in ti_set_termios()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h163 #define C_CSTOPB(tty) _C_FLAG((tty), CSTOPB) macro
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c933 frame = 12 + ((C_CSTOPB(tty)) ? 4 : 2) + ((C_PARENB(tty)) ? 2 : 0); in set_termios()
937 frame -= (C_CSTOPB(tty)) ? 1 : 0; in set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Disicom.c742 if (C_CSTOPB(tty)) in isicom_config_port()