Symbol: PARENB
arch/m68k/atari/debug.c
169
int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0;
arch/m68k/atari/debug.c
245
SCC_WRITE(4, (cflag & PARENB) ? ((cflag & PARODD) ? 0x01 : 0x03)
arch/m68k/atari/debug.c
268
int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04;
drivers/accessibility/speakup/serialio.c
70
if (cflag & PARENB)
drivers/ipack/devices/ipoctal.c
528
if (cflag & PARENB)
drivers/mmc/core/sdio_uart.c
256
if (termios->c_cflag & PARENB)
drivers/net/usb/hso.c
1071
| PARENB /* disable parity bit */
drivers/net/usb/hso.c
1099
| PARENB /* disable parity bit */
drivers/staging/greybus/uart.c
492
newline.parity = termios->c_cflag & PARENB ?
drivers/tty/amiserial.c
584
if (cflag & PARENB) {
drivers/tty/moxa.c
1821
if (termio->c_cflag & PARENB) {
drivers/tty/mxser.c
588
if (cflag & PARENB)
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/serdev/serdev-ttyport.c
194
ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR);
drivers/tty/serdev/serdev-ttyport.c
196
ktermios.c_cflag |= PARENB;
drivers/tty/serdev/serdev-ttyport.c
203
if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) !=
drivers/tty/serdev/serdev-ttyport.c
204
(ktermios.c_cflag & (PARENB | PARODD | CMSPAR)))
drivers/tty/serial/21285.c
266
if (termios->c_cflag & PARENB) {
drivers/tty/serial/8250/8250_omap.c
374
if (termios->c_cflag & PARENB)
drivers/tty/serial/8250/8250_port.c
2501
if (c_cflag & PARENB)
drivers/tty/serial/8250/8250_port.c
2616
termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);
drivers/tty/serial/amba-pl010.c
380
if (termios->c_cflag & PARENB) {
drivers/tty/serial/amba-pl011.c
2139
if (termios->c_cflag & PARENB) {
drivers/tty/serial/amba-pl011.c
2239
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/apbuart.c
221
if (termios->c_cflag & PARENB) {
drivers/tty/serial/ar933x_uart.c
302
if (new->c_cflag & PARENB) {
drivers/tty/serial/atmel_serial.c
2146
if (termios->c_cflag & PARENB) {
drivers/tty/serial/bcm63xx_uart.c
511
if (new->c_cflag & PARENB)
drivers/tty/serial/clps711x.c
287
if (termios->c_cflag & PARENB) {
drivers/tty/serial/cpm_uart.c
528
if (termios->c_cflag & PARENB) {
drivers/tty/serial/digicolor-usart.c
318
if (termios->c_cflag & PARENB) {
drivers/tty/serial/dz.c
586
if (termios->c_cflag & PARENB)
drivers/tty/serial/esp32_uart.c
417
if (termios->c_cflag & PARENB) {
drivers/tty/serial/fsl_linflexuart.c
464
termios->c_cflag |= PARENB;
drivers/tty/serial/fsl_linflexuart.c
466
if ((termios->c_cflag & PARENB)) {
drivers/tty/serial/fsl_lpuart.c
2047
termios->c_cflag |= PARENB;
drivers/tty/serial/fsl_lpuart.c
2049
if (termios->c_cflag & PARENB) {
drivers/tty/serial/fsl_lpuart.c
2288
if ((termios->c_cflag & CSIZE) == CS7 && !(termios->c_cflag & PARENB)) {
drivers/tty/serial/fsl_lpuart.c
2294
termios->c_cflag |= PARENB;
drivers/tty/serial/fsl_lpuart.c
2297
if ((termios->c_cflag & PARENB)) {
drivers/tty/serial/icom.c
1384
if (cflag & PARENB) {
drivers/tty/serial/imx.c
1810
if (termios->c_cflag & PARENB) {
drivers/tty/serial/ip22zilog.c
837
if (cflag & PARENB)
drivers/tty/serial/jsm/jsm_cls.c
706
if (ch->ch_c_cflag & PARENB)
drivers/tty/serial/jsm/jsm_neo.c
982
if (ch->ch_c_cflag & PARENB)
drivers/tty/serial/lantiq.c
421
if (cflag & PARENB) {
drivers/tty/serial/lpc32xx_hs.c
479
termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
drivers/tty/serial/ma35d1_serial.c
426
if (termios->c_cflag & PARENB)
drivers/tty/serial/max3100.c
486
if (cflag & PARENB) {
drivers/tty/serial/max310x.c
930
if (termios->c_cflag & PARENB) {
drivers/tty/serial/mcf.c
223
if (termios->c_cflag & PARENB) {
drivers/tty/serial/men_z135_uart.c
674
if (termios->c_cflag & PARENB) {
drivers/tty/serial/meson_uart.c
365
if (cflags & PARENB)
drivers/tty/serial/milbeaut_usio.c
325
if (termios->c_cflag & PARENB) {
drivers/tty/serial/mpc52xx_uart.c
1191
if (new->c_cflag & PARENB) {
drivers/tty/serial/mps2-uart.c
350
termios->c_cflag &= ~PARENB;
drivers/tty/serial/msm_serial.c
1292
if (termios->c_cflag & PARENB) {
drivers/tty/serial/mxs-auart.c
957
if (cflag & PARENB) {
drivers/tty/serial/omap-serial.c
788
if (termios->c_cflag & PARENB)
drivers/tty/serial/owl-uart.c
343
if (termios->c_cflag & PARENB) {
drivers/tty/serial/pch_uart.c
1316
if (termios->c_cflag & PARENB) {
drivers/tty/serial/pic32_uart.c
619
if (new->c_cflag & PARENB) {
drivers/tty/serial/pmac_zilog.c
1026
if (cflag & PARENB)
drivers/tty/serial/pxa.c
415
if (termios->c_cflag & PARENB)
drivers/tty/serial/qcom_geni_serial.c
1373
if (termios->c_cflag & PARENB) {
drivers/tty/serial/rda-uart.c
280
if (termios->c_cflag & PARENB) {
drivers/tty/serial/rp2.c
359
((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) |
drivers/tty/serial/rsci.c
238
if (termios->c_cflag & PARENB)
drivers/tty/serial/sa1100.c
412
if (termios->c_cflag & PARENB) {
drivers/tty/serial/samsung_tty.c
1556
if (termios->c_cflag & PARENB) {
drivers/tty/serial/sb1250-duart.c
570
if (termios->c_cflag & PARENB)
drivers/tty/serial/sc16is7xx.c
1015
if (termios->c_cflag & PARENB) {
drivers/tty/serial/sccnxp.c
679
if (termios->c_cflag & PARENB) {
drivers/tty/serial/serial-tegra.c
1319
if ((termios->c_cflag & PARENB) == PARENB) {
drivers/tty/serial/serial_core.c
2224
termios.c_cflag |= PARENB;
drivers/tty/serial/serial_txx9.c
610
if (termios->c_cflag & PARENB)
drivers/tty/serial/sh-sci.c
2697
if (termios->c_cflag & PARENB)
drivers/tty/serial/sprd_serial.c
812
if (termios->c_cflag & PARENB) {
drivers/tty/serial/st-asc.c
500
cflag |= PARENB;
drivers/tty/serial/st-asc.c
502
ctrl_val |= (cflag & PARENB) ? ASC_CTL_MODE_8BIT_PAR :
drivers/tty/serial/stm32-usart.c
1213
if (cflag & PARENB) {
drivers/tty/serial/stm32-usart.c
1236
if (cflag & PARENB) {
drivers/tty/serial/suncore.c
157
case 'o': cflag |= (PARENB | PARODD); break;
drivers/tty/serial/suncore.c
158
case 'e': cflag |= PARENB; break;
drivers/tty/serial/sunplus-uart.c
370
if (termios->c_cflag & PARENB) {
drivers/tty/serial/sunsab.c
700
if (cflag & PARENB)
drivers/tty/serial/sunsu.c
773
if (cflag & PARENB)
drivers/tty/serial/sunzilog.c
907
if (cflag & PARENB)
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/uartlite.c
821
pdata->cflags |= PARENB;
drivers/tty/serial/ucc_uart.c
879
if (termios->c_cflag & PARENB) {
drivers/tty/serial/vt8500_serial.c
356
if (termios->c_cflag & PARENB) {
drivers/tty/serial/xilinx_uartps.c
906
if (termios->c_cflag & PARENB) {
drivers/tty/serial/zs.c
891
if (termios->c_cflag & PARENB)
drivers/tty/synclink_gt.c
2464
if (cflag & PARENB)
drivers/tty/tty_ioctl.c
300
if (cflag & PARENB)
drivers/usb/class/cdc-acm.c
1101
newline.bParityType = termios->c_cflag & PARENB ?
drivers/usb/serial/ark3116.c
207
if (cflag & PARENB)
drivers/usb/serial/belkin_sa.c
348
if ((cflag ^ old_cflag) & (PARENB | PARODD)) {
drivers/usb/serial/belkin_sa.c
349
if (cflag & PARENB)
drivers/usb/serial/console.c
101
cflag |= PARENB;
drivers/usb/serial/cypress_m8.c
882
if (cflag & PARENB) {
drivers/usb/serial/digi_acceleport.c
720
if ((cflag & (PARENB | PARODD)) != (old_cflag & (PARENB | PARODD))) {
drivers/usb/serial/digi_acceleport.c
721
if (cflag & PARENB) {
drivers/usb/serial/empeg.c
112
| PARENB /* disable parity bit */
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
2648
if (cflag & PARENB) {
drivers/usb/serial/io_edgeport.c
2378
if (cflag & PARENB) {
drivers/usb/serial/io_ti.c
2256
if (cflag & PARENB) {
drivers/usb/serial/iuu_phoenix.c
885
const u32 supported_mask = CMSPAR|PARENB|PARODD;
drivers/usb/serial/iuu_phoenix.c
907
} else if (!(cflag & PARENB)) {
drivers/usb/serial/iuu_phoenix.c
950
tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
drivers/usb/serial/keyspan.c
2100
if (p_priv->cflag & PARENB) {
drivers/usb/serial/keyspan.c
2370
if (p_priv->cflag & PARENB) {
drivers/usb/serial/keyspan.c
2546
if (p_priv->cflag & PARENB) {
drivers/usb/serial/keyspan.c
2672
if (p_priv->cflag & PARENB) {
drivers/usb/serial/kl5kusb105.c
463
if ((cflag & (PARENB|PARODD)) != (old_cflag & (PARENB|PARODD))
drivers/usb/serial/kl5kusb105.c
466
tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB);
drivers/usb/serial/kobil_sct.c
466
if (c_cflag & PARENB) {
drivers/usb/serial/mct_u232.c
641
if (cflag & PARENB)
drivers/usb/serial/mos7720.c
1392
if (cflag & PARENB) {
drivers/usb/serial/mos7840.c
1218
if (cflag & PARENB) {
drivers/usb/serial/oti6858.c
458
if ((cflag & PARENB) != 0) {
drivers/usb/serial/quatech2.c
269
if (cflag & PARENB) {
drivers/usb/serial/spcp8x5.c
358
if (cflag & PARENB) {
drivers/usb/serial/ssu100.c
227
if (cflag & PARENB) {
drivers/usb/serial/whiteheat.c
627
if (cflag & PARENB)
include/linux/tty.h
92
#define C_PARENB(tty) _C_FLAG((tty), PARENB)
net/bluetooth/rfcomm/tty.c
872
if (((old->c_cflag & PARENB) != (new->c_cflag & PARENB)) ||
net/bluetooth/rfcomm/tty.c
879
if (new->c_cflag & PARENB) {