Searched refs:PARODD (Results 51 - 75 of 103) sorted by relevance

12345

/linux-master/drivers/tty/serial/
H A Dsa1100.c414 if (!(termios->c_cflag & PARODD))
H A Dserial_txx9.c612 if (!(termios->c_cflag & PARODD))
H A Dpxa.c417 if (!(termios->c_cflag & PARODD))
H A Dar933x_uart.c303 if (!(new->c_cflag & PARODD))
H A Dfsl_linflexuart.c468 if (termios->c_cflag & PARODD)
H A Dpic32_uart.c621 if (new->c_cflag & PARODD) {
H A Dsccnxp.c680 if (termios->c_cflag & PARODD)
H A Dsb1250-duart.c574 if (termios->c_cflag & PARODD)
H A Dmeson_uart.c370 if (cflags & PARODD)
H A Dip22zilog.c845 if (!(cflag & PARODD))
H A Dmax3100.c494 if (cflag & PARODD)
H A Dst-asc.c513 if (cflag & PARODD)
H A Damba-pl011.c2072 if (!(termios->c_cflag & PARODD))
2170 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
H A Datmel_serial.c2159 if (termios->c_cflag & PARODD)
2163 } else if (termios->c_cflag & PARODD)
H A Ducc_uart.c883 if (!(termios->c_cflag & PARODD)) {
H A Dsunsu.c799 if (!(cflag & PARODD))
H A Dzs.c893 if (!(termios->c_cflag & PARODD))
/linux-master/drivers/usb/serial/
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 ?
H A Doti6858.c460 if ((cflag & PARODD) != 0)
H A Dio_edgeport.c2377 if (cflag & PARODD) {
2384 } else if (cflag & PARODD) {
H A Dmos7720.c1393 if (cflag & PARODD) {
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c985 if (!(ch->ch_c_cflag & PARODD))
H A Djsm_cls.c709 if (!(ch->ch_c_cflag & PARODD))
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c2603 if (!(c_cflag & PARODD))
2725 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);
/linux-master/drivers/tty/
H A Damiserial.c588 if (!(cflag & PARODD))

Completed in 470 milliseconds

12345