tag
line
file
source code
CSIZE
957
drivers/char/serial.c
cval = cflag & (CSIZE | CSTOPB);
CSIZE
202
include/linux/tty.h
#define C_CSIZE(tty) _C_FLAG((tty),CSIZE)