CSTOPB            144 include/linux/tty.h #define C_CSTOPB(tty)	_C_FLAG((tty), CSTOPB)
CSTOPB            931 net/bluetooth/rfcomm/tty.c 	if ((old->c_cflag & CSTOPB) != (new->c_cflag & CSTOPB))
CSTOPB            937 net/bluetooth/rfcomm/tty.c 	if (new->c_cflag & CSTOPB) {
CSTOPB             75 net/irda/ircomm/ircomm_tty_ioctl.c 	if (cflag & CSTOPB)