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
1070
~(CSIZE /* no size */
drivers/net/usb/hso.c
1098
~(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
2618
tcflag_t csize = termios->c_cflag & CSIZE;
drivers/tty/serial/8250/8250_port.c
2620
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/amba-pl010.c
364
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/amba-pl011.c
2123
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/amba-pl011.c
2239
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
569
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/esp32_uart.c
423
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
1995
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/fsl_lpuart.c
2012
while ((termios->c_cflag & CSIZE) != CS8 &&
drivers/tty/serial/fsl_lpuart.c
2013
(termios->c_cflag & CSIZE) != CS7) {
drivers/tty/serial/fsl_lpuart.c
2014
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2019
if ((termios->c_cflag & CSIZE) == CS8 ||
drivers/tty/serial/fsl_lpuart.c
2020
(termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2024
if ((termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/fsl_lpuart.c
2025
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2046
if ((termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2058
if ((termios->c_cflag & CSIZE) == CS8)
drivers/tty/serial/fsl_lpuart.c
2233
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/fsl_lpuart.c
2248
while ((termios->c_cflag & CSIZE) != CS8 &&
drivers/tty/serial/fsl_lpuart.c
2249
(termios->c_cflag & CSIZE) != CS7) {
drivers/tty/serial/fsl_lpuart.c
2250
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2255
if ((termios->c_cflag & CSIZE) == CS8 ||
drivers/tty/serial/fsl_lpuart.c
2256
(termios->c_cflag & CSIZE) == CS7)
drivers/tty/serial/fsl_lpuart.c
2260
if ((termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/fsl_lpuart.c
2261
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/fsl_lpuart.c
2288
if ((termios->c_cflag & CSIZE) == CS7 && !(termios->c_cflag & PARENB)) {
drivers/tty/serial/fsl_lpuart.c
2303
if ((termios->c_cflag & CSIZE) == CS8)
drivers/tty/serial/icom.c
1364
switch (cflag & CSIZE) {
drivers/tty/serial/imx.c
1747
unsigned int old_csize = old ? old->c_cflag & CSIZE : CS8;
drivers/tty/serial/imx.c
1755
while ((termios->c_cflag & CSIZE) != CS7 &&
drivers/tty/serial/imx.c
1756
(termios->c_cflag & CSIZE) != CS8) {
drivers/tty/serial/imx.c
1757
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/imx.c
1780
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
470
if ((cflag & CSIZE) == CS8) {
drivers/tty/serial/max3100.c
476
cflag = (cflag & ~CSIZE) | CS7;
drivers/tty/serial/max310x.c
914
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
1303
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/owl-uart.c
321
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/pch_uart.c
1297
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
1530
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sb1250-duart.c
550
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sc16is7xx.c
1009
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/sc16is7xx.c
994
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/sccnxp.c
662
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
2691
if ((termios->c_cflag & CSIZE) == CS7) {
drivers/tty/serial/sh-sci.c
2694
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
300
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
885
switch (termios->c_cflag & CSIZE) {
drivers/tty/serial/xilinx_uartps.c
895
termios->c_cflag &= ~CSIZE;
drivers/tty/serial/zs.c
865
switch (termios->c_cflag & CSIZE) {
drivers/tty/tty_ioctl.c
270
switch (cflag & CSIZE) {
drivers/usb/serial/belkin_sa.c
359
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
735
if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
drivers/usb/serial/digi_acceleport.c
737
switch (cflag & CSIZE) {
drivers/usb/serial/digi_acceleport.c
745
cflag & CSIZE);
drivers/usb/serial/empeg.c
111
&= ~(CSIZE /* no size */
drivers/usb/serial/ftdi_sio.c
2617
termios->c_cflag &= ~CSIZE;
drivers/usb/serial/ftdi_sio.c
2619
termios->c_cflag |= old_termios->c_cflag & CSIZE;
drivers/usb/serial/ftdi_sio.c
2638
if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
drivers/usb/serial/ftdi_sio.c
2639
(termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
drivers/usb/serial/ftdi_sio.c
2660
switch (cflag & CSIZE) {
drivers/usb/serial/io_edgeport.c
2357
switch (cflag & CSIZE) {
drivers/usb/serial/io_ti.c
2236
switch (cflag & CSIZE) {
drivers/usb/serial/iuu_phoenix.c
932
tty->termios.c_cflag &= ~(supported_mask|CSIZE);
drivers/usb/serial/keyspan.c
2086
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/keyspan.c
2356
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/keyspan.c
2532
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/keyspan.c
2658
switch (p_priv->cflag & CSIZE) {
drivers/usb/serial/kl5kusb105.c
436
if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
drivers/usb/serial/kl5kusb105.c
438
switch (cflag & CSIZE) {
drivers/usb/serial/mct_u232.c
648
switch (cflag & CSIZE) {
drivers/usb/serial/mos7840.c
1198
switch (cflag & CSIZE) {
drivers/usb/serial/oti6858.c
416
switch (cflag & CSIZE) {
drivers/usb/serial/spcp8x5.c
337
switch (cflag & CSIZE) {
drivers/usb/serial/upd78f0730.c
329
tty->termios.c_cflag &= ~CSIZE;
drivers/usb/serial/xr_serial.c
705
termios->c_cflag &= ~CSIZE;
drivers/usb/serial/xr_serial.c
707
termios->c_cflag |= old_termios->c_cflag & CSIZE;
drivers/usb/serial/xr_serial.c
791
tty->termios.c_cflag &= ~CSIZE;
drivers/usb/serial/xr_serial.c
793
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
924
if ((old->c_cflag & CSIZE) != (new->c_cflag & CSIZE))
net/bluetooth/rfcomm/tty.c
927
switch (new->c_cflag & CSIZE) {