CSIZE             143 include/linux/tty.h #define C_CSIZE(tty)	_C_FLAG((tty), CSIZE)
CSIZE             944 net/bluetooth/rfcomm/tty.c 	if ((old->c_cflag & CSIZE) != (new->c_cflag & CSIZE))
CSIZE             947 net/bluetooth/rfcomm/tty.c 	switch (new->c_cflag & CSIZE) {
CSIZE              68 net/irda/ircomm/ircomm_tty_ioctl.c 	switch (cflag & CSIZE) {