Searched refs:PARODD (Results 76 - 100 of 103) sorted by relevance

12345

/linux-master/drivers/tty/serial/
H A Dcpm_uart.c531 if (!(termios->c_cflag & PARODD)) {
H A Dmxs-auart.c959 if ((cflag & PARODD) == 0)
H A Dmax310x.c921 if (!(termios->c_cflag & PARODD))
H A Dsprd_serial.c790 if (termios->c_cflag & PARODD)
H A Dsunsab.c703 if (cflag & PARODD) {
H A Dsc16is7xx.c1051 if (!(termios->c_cflag & PARODD))
H A Dfsl_lpuart.c2037 if (termios->c_cflag & PARODD)
2045 if (termios->c_cflag & PARODD)
2280 if (termios->c_cflag & PARODD)
H A Dmpc52xx_uart.c1195 /* With CMSPAR, PARODD also means high parity (same as termios) */
1196 mr1 |= (new->c_cflag & PARODD) ?
H A Dsunzilog.c911 if (!(cflag & PARODD))
H A Domap-serial.c790 if (!(termios->c_cflag & PARODD))
H A Dqcom_geni_serial.c1273 if (termios->c_cflag & PARODD) {
H A Dmsm_serial.c1293 if (termios->c_cflag & PARODD)
H A Dpch_uart.c1317 if (termios->c_cflag & PARODD)
H A Dpmac_zilog.c1030 if (!(cflag & PARODD))
H A Dserial-tegra.c1320 if (termios->c_cflag & PARODD) {
H A Dicom.c1389 if (cflag & PARODD) {
1392 trace(icom_port, "PARODD", 0);
H A Dsamsung_tty.c1555 if (termios->c_cflag & PARODD)
H A Dimx.c1721 if (termios->c_cflag & PARODD)
H A Dstm32-usart.c1266 if (cflag & PARODD)
/linux-master/drivers/usb/serial/
H A Dmos7840.c1232 if (cflag & PARODD) {
H A Dio_ti.c2258 if (cflag & PARODD) {
/linux-master/drivers/tty/
H A Dmxser.c598 if (!(cflag & PARODD))
H A Dmoxa.c2074 if (termio->c_cflag & PARODD) {
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c394 if (!(termios->c_cflag & PARODD))
/linux-master/drivers/usb/class/
H A Dcdc-acm.c1089 (termios->c_cflag & PARODD ? 1 : 2) +

Completed in 591 milliseconds

12345