Symbol: CSIZE
arch/m68k/atari/debug.c
170
int csize = ((cflag & CSIZE) == CS7) ? 0x20 : 0x00;
arch/m68k/atari/debug.c
239
reg3 = (cflag & CSIZE) == CS8 ? 0xc0 : 0x40;
arch/m68k/atari/debug.c
240
reg5 = (cflag & CSIZE) == CS8 ? 0x60 : 0x20 | 0x82 /* assert DTR/RTS */;
arch/m68k/atari/debug.c
266
int csize = ((cflag & CSIZE) == CS8) ? 0x10 : 0x00;
drivers/accessibility/speakup/serialio.c
64
cval = cflag & (CSIZE | CSTOPB);
drivers/ipack/devices/ipoctal.c
512
switch (cflag & CSIZE) {
drivers/ipack/devices/ipoctal.c
523
tty->termios.c_cflag = (cflag & ~CSIZE) | CS8;
drivers/net/usb/hso.c
1068
~(CSIZE /* no size */
drivers/net/usb/hso.c
1096
~(CSIZE /* no size */
drivers/tty/moxa.c
1803
mode = termio->c_cflag & CSIZE;
drivers/tty/pty.c
269
tty->termios.c_cflag &= ~(CSIZE | PARENB);
drivers/tty/serdev/serdev-ttyport.c
124
ktermios.c_cflag &= ~(CSIZE | PARENB);
drivers/tty/serial/21285.c
249
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/8250/8250_port.c
2640
tcflag_t csize = termios->c_cflag & CSIZE;
drivers/tty/serial/8250/8250_port.c
2642
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/amba-pl010.c
364
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/amba-pl011.c
2207
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/amba-pl011.c
2330
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/ar933x_uart.c
295
new->c_cflag &= ~CSIZE;
drivers/tty/serial/arc_uart.c
380
new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE);
drivers/tty/serial/atmel_serial.c
2126
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/bcm63xx_uart.c
489
switch (new->c_cflag & CSIZE) {
drivers/tty/serial/clps711x.c
268
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/digicolor-usart.c
304
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/digicolor-usart.c
310
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/dz.c
598
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/fsl_linflexuart.c
408
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/fsl_linflexuart.c
433
while ((termios->c_cflag & CSIZE) != CS8 &&
drivers/tty/serial/fsl_linflexuart.c
434
(termios->c_cflag & CSIZE) != CS7) {
drivers/tty/serial/fsl_linflexuart.c
435
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_linflexuart.c
440
if ((termios->c_cflag & CSIZE) == CS7) {
drivers/tty/serial/fsl_linflexuart.c
445
if ((termios->c_cflag & CSIZE) == CS8) {
drivers/tty/serial/fsl_linflexuart.c
451
if ((termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/fsl_linflexuart.c
452
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_linflexuart.c
463
if ((termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2004
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/fsl_lpuart.c
2021
while ((termios->c_cflag & CSIZE) != CS8 &&
drivers/tty/serial/fsl_lpuart.c
2022
(termios->c_cflag & CSIZE) != CS7) {
drivers/tty/serial/fsl_lpuart.c
2023
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2028
if ((termios->c_cflag & CSIZE) == CS8 ||
drivers/tty/serial/fsl_lpuart.c
2029
(termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2033
if ((termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/fsl_lpuart.c
2034
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2055
if ((termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2067
if ((termios->c_cflag & CSIZE) == CS8)
drivers/tty/serial/fsl_lpuart.c
2242
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/fsl_lpuart.c
2257
while ((termios->c_cflag & CSIZE) != CS8 &&
drivers/tty/serial/fsl_lpuart.c
2258
(termios->c_cflag & CSIZE) != CS7) {
drivers/tty/serial/fsl_lpuart.c
2259
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2264
if ((termios->c_cflag & CSIZE) == CS8 ||
drivers/tty/serial/fsl_lpuart.c
2265
(termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2269
if ((termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/fsl_lpuart.c
2270
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2297
if ((termios->c_cflag & CSIZE) == CS7 && !(termios->c_cflag & PARENB)) {
drivers/tty/serial/fsl_lpuart.c
2312
if ((termios->c_cflag & CSIZE) == CS8)
drivers/tty/serial/icom.c
1364
switch (cflag & CSIZE) {
drivers/tty/serial/imx.c
1748
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/imx.c
1756
while ((termios->c_cflag & CSIZE) != CS7 &&
drivers/tty/serial/imx.c
1757
(termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/imx.c
1758
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/imx.c
1781
if ((termios->c_cflag & CSIZE) == CS8)
drivers/tty/serial/ip22zilog.c
809
switch (cflag & CSIZE) {
drivers/tty/serial/lantiq.c
402
switch (cflag & CSIZE) {
drivers/tty/serial/lantiq.c
410
new->c_cflag &= ~ CSIZE;
drivers/tty/serial/lpc32xx_hs.c
479
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/max3100.c
469
if ((cflag & CSIZE) == CS8) {
drivers/tty/serial/max3100.c
475
cflag = (cflag & ~CSIZE) | CS7;
drivers/tty/serial/max310x.c
945
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/mcf.c
215
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/men_z135_uart.c
654
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/meson_uart.c
350
switch (cflags & CSIZE) {
drivers/tty/serial/milbeaut_usio.c
306
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/mpc52xx_uart.c
1180
switch (new->c_cflag & CSIZE) {
drivers/tty/serial/mpc52xx_uart.c
1207
mr2 |= ((new->c_cflag & CSIZE) == CS5) ?
drivers/tty/serial/mps2-uart.c
348
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/msm_serial.c
1304
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/owl-uart.c
321
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/pch_uart.c
1304
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/pmac_zilog.c
998
switch (cflag & CSIZE) {
drivers/tty/serial/rda-uart.c
258
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/rda-uart.c
265
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/rp2.c
348
(((cfl & CSIZE) == CS8) ? RP2_UART_CTL_DATABITS_8 : 0) |
drivers/tty/serial/rp2.c
349
(((cfl & CSIZE) == CS7) ? RP2_UART_CTL_DATABITS_7 : 0) |
drivers/tty/serial/rp2.c
350
(((cfl & CSIZE) == CS6) ? RP2_UART_CTL_DATABITS_6 : 0) |
drivers/tty/serial/rp2.c
351
(((cfl & CSIZE) == CS5) ? RP2_UART_CTL_DATABITS_5 : 0));
drivers/tty/serial/rsci.c
231
if ((termios->c_cflag & CSIZE) == CS7) {
drivers/tty/serial/rsci.c
234
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sa1100.c
393
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/sa1100.c
398
while ((termios->c_cflag & CSIZE) != CS7 &&
drivers/tty/serial/sa1100.c
399
(termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/sa1100.c
400
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sa1100.c
405
if ((termios->c_cflag & CSIZE) == CS8)
drivers/tty/serial/samsung_tty.c
1522
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sb1250-duart.c
550
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sc16is7xx.c
1008
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sc16is7xx.c
993
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sccnxp.c
661
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/serial_txx9.c
590
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/serial_txx9.c
599
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sh-sci.c
2692
if ((termios->c_cflag & CSIZE) == CS7) {
drivers/tty/serial/sh-sci.c
2695
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sifive.c
645
if ((termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/sifive.c
647
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sprd_serial.c
786
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/st-asc.c
498
if ((cflag & CSIZE) == CS7) {
drivers/tty/serial/st-asc.c
504
cflag &= ~CSIZE;
drivers/tty/serial/stm32-usart.c
1232
cflag &= ~CSIZE;
drivers/tty/serial/sunplus-uart.c
352
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sunsab.c
688
switch (cflag & CSIZE) {
drivers/tty/serial/sunsu.c
755
switch (cflag & CSIZE) {
drivers/tty/serial/sunzilog.c
879
switch (cflag & CSIZE) {
drivers/tty/serial/tegra-utc.c
299
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/uartlite.c
330
termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CSIZE);
drivers/tty/serial/uartlite.c
331
termios->c_cflag |= pdata->cflags & (PARENB | PARODD | CSIZE);
drivers/tty/serial/ucc_uart.c
854
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/vt8500_serial.c
365
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/vt8500_serial.c
371
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/xilinx_uartps.c
884
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/xilinx_uartps.c
894
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/zs.c
864
switch (termios->c_cflag & CSIZE) {
drivers/tty/tty_ioctl.c
270
switch (cflag & CSIZE) {
drivers/usb/serial/belkin_sa.c
360
if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
drivers/usb/serial/cp210x.c
1272
tty->termios.c_cflag &= ~(CSIZE | CSTOPB | CMSPAR);
drivers/usb/serial/digi_acceleport.c
740
if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
drivers/usb/serial/digi_acceleport.c
742
switch (cflag & CSIZE) {
drivers/usb/serial/digi_acceleport.c
750
cflag & CSIZE);
drivers/usb/serial/empeg.c
108
&= ~(CSIZE /* no size */
drivers/usb/serial/ftdi_sio.c
2618
termios->c_cflag &= ~CSIZE;
drivers/usb/serial/ftdi_sio.c
2620
termios->c_cflag |= old_termios->c_cflag & CSIZE;
drivers/usb/serial/ftdi_sio.c
2639
if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
drivers/usb/serial/ftdi_sio.c
2640
(termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
drivers/usb/serial/ftdi_sio.c
2661
switch (cflag & CSIZE) {
drivers/usb/serial/io_edgeport.c
2358
switch (cflag & CSIZE) {
drivers/usb/serial/io_ti.c
2251
switch (cflag & CSIZE) {
drivers/usb/serial/iuu_phoenix.c
930
tty->termios.c_cflag &= ~(supported_mask|CSIZE);
drivers/usb/serial/keyspan.c
2088
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/keyspan.c
2358
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/keyspan.c
2534
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/keyspan.c
2660
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/kl5kusb105.c
434
if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
drivers/usb/serial/kl5kusb105.c
436
switch (cflag & CSIZE) {
drivers/usb/serial/mct_u232.c
652
switch (cflag & CSIZE) {
drivers/usb/serial/mos7840.c
1197
switch (cflag & CSIZE) {
drivers/usb/serial/oti6858.c
413
switch (cflag & CSIZE) {
drivers/usb/serial/spcp8x5.c
335
switch (cflag & CSIZE) {
drivers/usb/serial/upd78f0730.c
329
tty->termios.c_cflag &= ~CSIZE;
drivers/usb/serial/xr_serial.c
706
termios->c_cflag &= ~CSIZE;
drivers/usb/serial/xr_serial.c
708
termios->c_cflag |= old_termios->c_cflag & CSIZE;
drivers/usb/serial/xr_serial.c
792
tty->termios.c_cflag &= ~CSIZE;
drivers/usb/serial/xr_serial.c
794
tty->termios.c_cflag |= old_termios->c_cflag & CSIZE;
include/linux/tty.h
89
#define C_CSIZE(tty) _C_FLAG((tty), CSIZE)
net/bluetooth/rfcomm/tty.c
921
if ((old->c_cflag & CSIZE) != (new->c_cflag & CSIZE))
net/bluetooth/rfcomm/tty.c
924
switch (new->c_cflag & CSIZE) {