PARENB            169 arch/m68k/atari/debug.c 	int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0;
PARENB            245 arch/m68k/atari/debug.c 	SCC_WRITE(4, (cflag & PARENB) ? ((cflag & PARODD) ? 0x01 : 0x03)
PARENB            268 arch/m68k/atari/debug.c 	int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04;
PARENB           1438 drivers/char/pcmcia/synclink_cs.c 	if (cflag & PARENB) {
PARENB            509 drivers/ipack/devices/ipoctal.c 	if (cflag & PARENB)
PARENB            271 drivers/mmc/core/sdio_uart.c 	if (termios->c_cflag & PARENB)
PARENB           1075 drivers/net/usb/hso.c 		| PARENB	/* disable parity bit */
PARENB           1104 drivers/net/usb/hso.c 		| PARENB	/* disable parity bit */
PARENB            504 drivers/staging/greybus/uart.c 	newline.parity = termios->c_cflag & PARENB ?
PARENB            246 drivers/staging/isdn/gigaset/usb-gigaset.c 	if (cflag & PARENB)
PARENB             68 drivers/staging/speakup/serialio.c 	if (cflag & PARENB)
PARENB            664 drivers/tty/amiserial.c 	if (cflag & PARENB) {
PARENB           2061 drivers/tty/cyclades.c 		if (cflag & PARENB) {
PARENB           2198 drivers/tty/cyclades.c 		if (cflag & PARENB) {
PARENB           1773 drivers/tty/moxa.c 	if (termio->c_cflag & PARENB) {
PARENB            675 drivers/tty/mxser.c 	if (cflag & PARENB)
PARENB           1620 drivers/tty/mxser.c 				me->parity[p] = cflag & (PARENB | PARODD |
PARENB            290 drivers/tty/pty.c 	tty->termios.c_cflag &= ~(CSIZE | PARENB);
PARENB            723 drivers/tty/rocket.c 	if (cflag & PARENB) {
PARENB            134 drivers/tty/serdev/serdev-ttyport.c 	ktermios.c_cflag &= ~(CSIZE | PARENB);
PARENB            204 drivers/tty/serdev/serdev-ttyport.c 	ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR);
PARENB            206 drivers/tty/serdev/serdev-ttyport.c 		ktermios.c_cflag |= PARENB;
PARENB            213 drivers/tty/serdev/serdev-ttyport.c 	if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) !=
PARENB            214 drivers/tty/serdev/serdev-ttyport.c 	    (ktermios.c_cflag & (PARENB | PARODD | CMSPAR)))
PARENB            252 drivers/tty/serial/21285.c 	if (termios->c_cflag & PARENB) {
PARENB            359 drivers/tty/serial/8250/8250_omap.c 	if (termios->c_cflag & PARENB)
PARENB           2487 drivers/tty/serial/8250/8250_port.c 	if (c_cflag & PARENB) {
PARENB           2563 drivers/tty/serial/8250/8250_port.c 		termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);
PARENB            412 drivers/tty/serial/amba-pl010.c 	if (termios->c_cflag & PARENB) {
PARENB           1994 drivers/tty/serial/amba-pl011.c 	if (termios->c_cflag & PARENB) {
PARENB           2077 drivers/tty/serial/amba-pl011.c 	termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
PARENB            253 drivers/tty/serial/apbuart.c 	if (termios->c_cflag & PARENB) {
PARENB            245 drivers/tty/serial/ar933x_uart.c 	if (new->c_cflag & PARENB) {
PARENB           2169 drivers/tty/serial/atmel_serial.c 	if (termios->c_cflag & PARENB) {
PARENB            545 drivers/tty/serial/bcm63xx_uart.c 	if (new->c_cflag & PARENB)
PARENB            291 drivers/tty/serial/clps711x.c 	if (termios->c_cflag & PARENB) {
PARENB            561 drivers/tty/serial/cpm_uart/cpm_uart_core.c 	if (termios->c_cflag & PARENB) {
PARENB            318 drivers/tty/serial/digicolor-usart.c 	if (termios->c_cflag & PARENB) {
PARENB            592 drivers/tty/serial/dz.c 	if (termios->c_cflag & PARENB)
PARENB            384 drivers/tty/serial/efm32-uart.c 	if (new->c_cflag & PARENB) {
PARENB            484 drivers/tty/serial/fsl_linflexuart.c 		termios->c_cflag |= PARENB;
PARENB            486 drivers/tty/serial/fsl_linflexuart.c 	if ((termios->c_cflag & PARENB)) {
PARENB           1153 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_cflag & PARENB)
PARENB           1687 drivers/tty/serial/fsl_lpuart.c 		termios->c_cflag |= PARENB;
PARENB           1689 drivers/tty/serial/fsl_lpuart.c 	if (termios->c_cflag & PARENB) {
PARENB           1905 drivers/tty/serial/fsl_lpuart.c 		termios->c_cflag |= PARENB;
PARENB           1907 drivers/tty/serial/fsl_lpuart.c 	if ((termios->c_cflag & PARENB)) {
PARENB           1128 drivers/tty/serial/icom.c 	if (cflag & PARENB) {
PARENB           1635 drivers/tty/serial/imx.c 	if (termios->c_cflag & PARENB) {
PARENB            849 drivers/tty/serial/ip22zilog.c 	if (cflag & PARENB)
PARENB            724 drivers/tty/serial/jsm/jsm_cls.c 	if (ch->ch_c_cflag & PARENB)
PARENB            991 drivers/tty/serial/jsm/jsm_neo.c 	if (ch->ch_c_cflag & PARENB)
PARENB            443 drivers/tty/serial/lantiq.c 	if (cflag & PARENB) {
PARENB            509 drivers/tty/serial/lpc32xx_hs.c 	termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
PARENB            500 drivers/tty/serial/max3100.c 	if (cflag & PARENB) {
PARENB            924 drivers/tty/serial/max310x.c 	if (termios->c_cflag & PARENB) {
PARENB            223 drivers/tty/serial/mcf.c 	if (termios->c_cflag & PARENB) {
PARENB            683 drivers/tty/serial/men_z135_uart.c 	if (termios->c_cflag & PARENB) {
PARENB            345 drivers/tty/serial/meson_uart.c 	if (cflags & PARENB)
PARENB            329 drivers/tty/serial/milbeaut_usio.c 	if (termios->c_cflag & PARENB) {
PARENB           1196 drivers/tty/serial/mpc52xx_uart.c 	if (new->c_cflag & PARENB) {
PARENB            369 drivers/tty/serial/mps2-uart.c 	termios->c_cflag &= ~PARENB;
PARENB           1261 drivers/tty/serial/msm_serial.c 	if (termios->c_cflag & PARENB) {
PARENB           1008 drivers/tty/serial/mxs-auart.c 	if (cflag & PARENB) {
PARENB            865 drivers/tty/serial/omap-serial.c 	if (termios->c_cflag & PARENB)
PARENB            363 drivers/tty/serial/owl-uart.c 	if (termios->c_cflag & PARENB) {
PARENB           1396 drivers/tty/serial/pch_uart.c 	if (termios->c_cflag & PARENB) {
PARENB            550 drivers/tty/serial/pic32_uart.c 	if (new->c_cflag & PARENB) {
PARENB           1071 drivers/tty/serial/pmac_zilog.c 	if (cflag & PARENB)
PARENB            465 drivers/tty/serial/pnx8xxx_uart.c 	if (termios->c_cflag & PARENB) {
PARENB            455 drivers/tty/serial/pxa.c 	if (termios->c_cflag & PARENB)
PARENB            990 drivers/tty/serial/qcom_geni_serial.c 	if (termios->c_cflag & PARENB) {
PARENB            278 drivers/tty/serial/rda-uart.c 	if (termios->c_cflag & PARENB) {
PARENB            361 drivers/tty/serial/rp2.c 		((cfl & PARENB) ? RP2_TXRX_CTL_PARENB_m : 0) |
PARENB            445 drivers/tty/serial/sa1100.c 	if (termios->c_cflag & PARENB) {
PARENB           1351 drivers/tty/serial/samsung.c 	if (termios->c_cflag & PARENB) {
PARENB            574 drivers/tty/serial/sb1250-duart.c 	if (termios->c_cflag & PARENB)
PARENB            899 drivers/tty/serial/sc16is7xx.c 	if (termios->c_cflag & PARENB) {
PARENB            680 drivers/tty/serial/sccnxp.c 	if (termios->c_cflag & PARENB) {
PARENB           1289 drivers/tty/serial/serial-tegra.c 	if ((termios->c_cflag & PARENB) == PARENB) {
PARENB            355 drivers/tty/serial/serial_core.c 	if (cflag & PARENB)
PARENB           2089 drivers/tty/serial/serial_core.c 		termios.c_cflag |= PARENB;
PARENB            660 drivers/tty/serial/serial_txx9.c 	if (termios->c_cflag & PARENB)
PARENB           2387 drivers/tty/serial/sh-sci.c 	if (termios->c_cflag & PARENB)
PARENB           2517 drivers/tty/serial/sh-sci.c 	if (termios->c_cflag & PARENB)
PARENB            756 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_cflag & PARENB) {
PARENB            773 drivers/tty/serial/sirfsoc_uart.c 		if (termios->c_cflag & PARENB)
PARENB            818 drivers/tty/serial/sprd_serial.c 	if (termios->c_cflag & PARENB) {
PARENB            544 drivers/tty/serial/st-asc.c 		ctrl_val |= (cflag & PARENB) ?  ASC_CTL_MODE_8BIT_PAR :
PARENB            723 drivers/tty/serial/stm32-usart.c 	if (cflag & PARENB) {
PARENB            157 drivers/tty/serial/suncore.c 		case 'o': cflag |= (PARENB | PARODD); break;
PARENB            158 drivers/tty/serial/suncore.c 		case 'e': cflag |= PARENB; break;
PARENB            705 drivers/tty/serial/sunsab.c 	if (cflag & PARENB) {
PARENB            804 drivers/tty/serial/sunsu.c 	if (cflag & PARENB)
PARENB            914 drivers/tty/serial/sunzilog.c 	if (cflag & PARENB)
PARENB            904 drivers/tty/serial/ucc_uart.c 	if (termios->c_cflag & PARENB) {
PARENB            528 drivers/tty/serial/vr41xx_siu.c 	if (c_cflag & PARENB)
PARENB            383 drivers/tty/serial/vt8500_serial.c 	if (termios->c_cflag & PARENB) {
PARENB            789 drivers/tty/serial/xilinx_uartps.c 	if (termios->c_cflag & PARENB) {
PARENB            894 drivers/tty/serial/zs.c 	if (termios->c_cflag & PARENB)
PARENB           1935 drivers/tty/synclink.c 	if (cflag & PARENB) {
PARENB           2536 drivers/tty/synclink_gt.c 	if (cflag & PARENB)
PARENB           2770 drivers/tty/synclinkmp.c 	if (cflag & PARENB) {
PARENB           1053 drivers/usb/class/cdc-acm.c 	newline.bParityType = termios->c_cflag & PARENB ?
PARENB            222 drivers/usb/serial/ark3116.c 	if (cflag & PARENB)
PARENB            349 drivers/usb/serial/belkin_sa.c 	if ((cflag ^ old_cflag) & (PARENB | PARODD)) {
PARENB            350 drivers/usb/serial/belkin_sa.c 		if (cflag & PARENB)
PARENB            101 drivers/usb/serial/console.c 		cflag |= PARENB;
PARENB            964 drivers/usb/serial/cp210x.c 		cflag &= ~PARENB;
PARENB            968 drivers/usb/serial/cp210x.c 		cflag |= (PARENB|PARODD);
PARENB            973 drivers/usb/serial/cp210x.c 		cflag |= PARENB;
PARENB            977 drivers/usb/serial/cp210x.c 		cflag |= (PARENB|PARODD|CMSPAR);
PARENB            982 drivers/usb/serial/cp210x.c 		cflag |= (PARENB|CMSPAR);
PARENB            986 drivers/usb/serial/cp210x.c 		cflag &= ~PARENB;
PARENB           1191 drivers/usb/serial/cp210x.c 	if ((cflag     & (PARENB|PARODD|CMSPAR)) !=
PARENB           1192 drivers/usb/serial/cp210x.c 	    (old_cflag & (PARENB|PARODD|CMSPAR))) {
PARENB           1195 drivers/usb/serial/cp210x.c 		if (cflag & PARENB) {
PARENB            883 drivers/usb/serial/cypress_m8.c 	if (cflag & PARENB) {
PARENB            743 drivers/usb/serial/digi_acceleport.c 	if ((cflag & (PARENB | PARODD)) != (old_cflag & (PARENB | PARODD))) {
PARENB            744 drivers/usb/serial/digi_acceleport.c 		if (cflag & PARENB) {
PARENB            113 drivers/usb/serial/empeg.c 		| PARENB	/* disable parity bit */
PARENB           2703 drivers/usb/serial/ftdi_sio.c 	if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
PARENB           2704 drivers/usb/serial/ftdi_sio.c 	    (termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
PARENB           2713 drivers/usb/serial/ftdi_sio.c 	if (cflag & PARENB) {
PARENB           2491 drivers/usb/serial/io_edgeport.c 	if (cflag & PARENB) {
PARENB           2273 drivers/usb/serial/io_ti.c 	if (cflag & PARENB) {
PARENB            880 drivers/usb/serial/iuu_phoenix.c 	const u32 supported_mask = CMSPAR|PARENB|PARODD;
PARENB            902 drivers/usb/serial/iuu_phoenix.c 	} else if (!(cflag & PARENB)) {
PARENB            945 drivers/usb/serial/iuu_phoenix.c 	tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
PARENB           2117 drivers/usb/serial/keyspan.c 	if (p_priv->cflag & PARENB) {
PARENB           2387 drivers/usb/serial/keyspan.c 	if (p_priv->cflag & PARENB) {
PARENB           2563 drivers/usb/serial/keyspan.c 	if (p_priv->cflag & PARENB) {
PARENB           2689 drivers/usb/serial/keyspan.c 	if (p_priv->cflag & PARENB) {
PARENB            494 drivers/usb/serial/kl5kusb105.c 	if ((cflag & (PARENB|PARODD)) != (old_cflag & (PARENB|PARODD))
PARENB            497 drivers/usb/serial/kl5kusb105.c 		tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB);
PARENB            509 drivers/usb/serial/kobil_sct.c 	if (c_cflag & PARENB) {
PARENB            643 drivers/usb/serial/mct_u232.c 	if (cflag & PARENB)
PARENB           1574 drivers/usb/serial/mos7720.c 	if (cflag & PARENB) {
PARENB           1741 drivers/usb/serial/mos7840.c 	if (cflag & PARENB) {
PARENB            460 drivers/usb/serial/oti6858.c 	if ((cflag & PARENB) != 0) {
PARENB            277 drivers/usb/serial/quatech2.c 	if (cflag & PARENB) {
PARENB            369 drivers/usb/serial/spcp8x5.c 	if (cflag & PARENB) {
PARENB            227 drivers/usb/serial/ssu100.c 	if (cflag & PARENB) {
PARENB            654 drivers/usb/serial/whiteheat.c 	if (cflag & PARENB)
PARENB            164 include/linux/tty.h #define C_PARENB(tty)	_C_FLAG((tty), PARENB)
PARENB            877 net/bluetooth/rfcomm/tty.c 	if (((old->c_cflag & PARENB) != (new->c_cflag & PARENB)) ||
PARENB            884 net/bluetooth/rfcomm/tty.c 	if (new->c_cflag & PARENB) {