tag | line | file | source code |
---|---|---|---|
CSIZE | 1394 | drivers/char/cyclades.c | switch(cflag & CSIZE){ |
CSIZE | 2633 | drivers/char/istallion.c | switch (tiosp->c_cflag & CSIZE) { |
CSIZE | 1168 | drivers/char/serial.c | switch (cflag & CSIZE) { |
CSIZE | 2010 | drivers/char/stallion.c | switch (tiosp->c_cflag & CSIZE) { |
CSIZE | 161 | include/linux/tty.h | #define C_CSIZE(tty) _C_FLAG((tty),CSIZE) |