/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 202 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR); in ttyport_set_parity() 206 ktermios.c_cflag |= PARODD; in ttyport_set_parity() 211 if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) != in ttyport_set_parity() 212 (ktermios.c_cflag & (PARENB | PARODD | CMSPAR))) in ttyport_set_parity()
|
/linux/arch/m68k/atari/ |
H A D | debug.c | 169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0; in atari_init_mfp_port() 245 SCC_WRITE(4, (cflag & PARENB) ? ((cflag & PARODD) ? 0x01 : 0x03) in atari_init_scc_port() 268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04; in atari_init_midi_port()
|
/linux/drivers/usb/serial/ |
H A D | kl5kusb105.c | 463 if ((cflag & (PARENB|PARODD)) != (old_cflag & (PARENB|PARODD)) in klsi_105_set_termios() 466 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
|
H A D | belkin_sa.c | 348 if ((cflag ^ old_cflag) & (PARENB | PARODD)) { in belkin_sa_set_termios() 350 urb_value = (cflag & PARODD) ? BELKIN_SA_PARITY_ODD in belkin_sa_set_termios()
|
H A D | console.c | 98 cflag |= PARODD; in usb_console_setup()
|
H A D | whiteheat.c | 630 if (cflag & PARODD) in firm_setup_port() 635 if (cflag & PARODD) in firm_setup_port()
|
H A D | iuu_phoenix.c | 885 const u32 supported_mask = CMSPAR|PARENB|PARODD; in iuu_set_termios() 903 if (cflag & PARODD) in iuu_set_termios() 910 } else if (cflag & PARODD) in iuu_set_termios()
|
H A D | digi_acceleport.c | 720 if ((cflag & (PARENB | PARODD)) != (old_cflag & (PARENB | PARODD))) { in digi_set_termios() 722 if (cflag & PARODD) in digi_set_termios()
|
H A D | spcp8x5.c | 359 buf[1] |= (cflag & PARODD) ? in spcp8x5_set_termios()
|
H A D | ssu100.c | 228 if (cflag & PARODD) in ssu100_set_termios()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 129 #define PARODD 0x00002000 macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 104 #define PARODD 0x00000200 macro
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 104 #define PARODD 0x00000200 macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 139 #define PARODD 0x00002000 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 128 #define PARODD 0x00000200 /* Odd parity instead of even */ macro
|
/linux/drivers/tty/serial/ |
H A D | uartlite.c | 330 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CSIZE); in ulite_set_termios() 331 termios->c_cflag |= pdata->cflags & (PARENB | PARODD | CSIZE); in ulite_set_termios() 820 pdata->cflags |= PARODD; in ulite_probe()
|
H A D | suncore.c | 157 case 'o': cflag |= (PARENB | PARODD); break; in sunserial_console_termios()
|
H A D | mcf.c | 225 if (termios->c_cflag & PARODD) in mcf_set_termios() 230 if (termios->c_cflag & PARODD) in mcf_set_termios()
|
H A D | owl-uart.c | 345 if (termios->c_cflag & PARODD) in owl_uart_set_termios() 349 } else if (termios->c_cflag & PARODD) in owl_uart_set_termios()
|
H A D | rda-uart.c | 285 if (termios->c_cflag & PARODD) in rda_uart_set_termios() 289 } else if (termios->c_cflag & PARODD) { in rda_uart_set_termios()
|
H A D | 21285.c | 268 if (!(termios->c_cflag & PARODD)) in serial21285_set_termios()
|
H A D | apbuart.c | 223 if ((termios->c_cflag & PARODD)) in apbuart_set_termios()
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 878 ((old->c_cflag & PARODD) != (new->c_cflag & PARODD))) { in rfcomm_tty_set_termios() 885 if (new->c_cflag & PARODD) { in rfcomm_tty_set_termios()
|
/linux/drivers/accessibility/speakup/ |
H A D | serialio.c | 72 if (!(cflag & PARODD)) in spk_serial_init()
|
/linux/include/linux/ |
H A D | tty.h | 93 #define C_PARODD(tty) _C_FLAG((tty), PARODD)
|