tag | line | file | source code |
---|---|---|---|
CSIZE | 1424 | drivers/char/cyclades.c | switch(cflag & CSIZE){ |
CSIZE | 2739 | drivers/char/istallion.c | switch (tiosp->c_cflag & CSIZE) { |
CSIZE | 1196 | drivers/char/serial.c | switch (cflag & CSIZE) { |
CSIZE | 2087 | drivers/char/stallion.c | switch (tiosp->c_cflag & CSIZE) { |
CSIZE | 266 | drivers/isdn/isdn_tty.c | cval = cflag & (CSIZE | CSTOPB); |
CSIZE | 159 | include/linux/tty.h | #define C_CSIZE(tty) _C_FLAG((tty),CSIZE) |