Searched refs:PARODD (Results 1 - 25 of 103) sorted by last modified time

12345

/linux-master/include/linux/
H A Dtty.h93 #define C_PARODD(tty) _C_FLAG((tty), PARODD)
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c1278 if (cflag & PARODD)
H A Dserial_core.c2319 termios.c_cflag |= PARODD;
H A Dpmac_zilog.c1030 if (!(cflag & PARODD))
H A Dmxs-auart.c970 if ((cflag & PARODD) == 0)
H A Dxilinx_uartps.c909 if (termios->c_cflag & PARODD)
914 if (termios->c_cflag & PARODD)
H A Dsunplus-uart.c371 if (!(termios->c_cflag & PARODD))
H A Dst-asc.c513 if (cflag & PARODD)
H A Dsh-sci.c2441 if (termios->c_cflag & PARODD)
H A Dserial_txx9.c612 if (!(termios->c_cflag & PARODD))
H A Dsamsung_tty.c1553 if (termios->c_cflag & PARODD)
H A Dqcom_geni_serial.c1275 if (termios->c_cflag & PARODD) {
H A Drda-uart.c285 if (termios->c_cflag & PARODD)
289 } else if (termios->c_cflag & PARODD) {
H A Dpxa.c417 if (!(termios->c_cflag & PARODD))
H A Dpch_uart.c1318 if (termios->c_cflag & PARODD)
H A Domap-serial.c790 if (!(termios->c_cflag & PARODD))
H A Dowl-uart.c345 if (termios->c_cflag & PARODD)
349 } else if (termios->c_cflag & PARODD)
H A Dmsm_serial.c1281 if (termios->c_cflag & PARODD)
H A Dmeson_uart.c372 if (cflags & PARODD)
H A Dmax310x.c926 if (!(termios->c_cflag & PARODD))
H A Dmcf.c225 if (termios->c_cflag & PARODD)
230 if (termios->c_cflag & PARODD)
H A Dlpc32xx_hs.c479 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
/linux-master/drivers/usb/serial/
H A Doti6858.c460 if ((cflag & PARODD) != 0)
H A Dkeyspan.c2102 msg.lcr |= (p_priv->cflag & PARODD) ?
2372 msg.lcr |= (p_priv->cflag & PARODD) ?
2548 msg.lcr |= (p_priv->cflag & PARODD) ?
2674 msg.lcr |= (p_priv->cflag & PARODD) ?
H A Dftdi_sio.c2671 if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
2672 (termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
2683 value |= cflag & PARODD ?
2687 value |= cflag & PARODD ?

Completed in 378 milliseconds

12345