Home
last modified time | relevance | path

Searched refs:PARODD (Results 1 – 25 of 88) sorted by relevance

1234

/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c202 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 Ddebug.c169 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 Dkl5kusb105.c463 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 Dbelkin_sa.c348 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 Dconsole.c98 cflag |= PARODD; in usb_console_setup()
H A Dwhiteheat.c630 if (cflag & PARODD) in firm_setup_port()
635 if (cflag & PARODD) in firm_setup_port()
H A Diuu_phoenix.c885 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 Ddigi_acceleport.c720 if ((cflag & (PARENB | PARODD)) != (old_cflag & (PARENB | PARODD))) { in digi_set_termios()
722 if (cflag & PARODD) in digi_set_termios()
H A Dspcp8x5.c359 buf[1] |= (cflag & PARODD) ? in spcp8x5_set_termios()
H A Dssu100.c228 if (cflag & PARODD) in ssu100_set_termios()
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h129 #define PARODD 0x00002000 macro
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h104 #define PARODD 0x00000200 macro
/linux/include/uapi/asm-generic/
H A Dtermbits.h104 #define PARODD 0x00000200 macro
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h139 #define PARODD 0x00002000 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h128 #define PARODD 0x00000200 /* Odd parity instead of even */ macro
/linux/drivers/tty/serial/
H A Duartlite.c330 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 Dsuncore.c157 case 'o': cflag |= (PARENB | PARODD); break; in sunserial_console_termios()
H A Dmcf.c225 if (termios->c_cflag & PARODD) in mcf_set_termios()
230 if (termios->c_cflag & PARODD) in mcf_set_termios()
H A Dowl-uart.c345 if (termios->c_cflag & PARODD) in owl_uart_set_termios()
349 } else if (termios->c_cflag & PARODD) in owl_uart_set_termios()
H A Drda-uart.c285 if (termios->c_cflag & PARODD) in rda_uart_set_termios()
289 } else if (termios->c_cflag & PARODD) { in rda_uart_set_termios()
H A D21285.c268 if (!(termios->c_cflag & PARODD)) in serial21285_set_termios()
H A Dapbuart.c223 if ((termios->c_cflag & PARODD)) in apbuart_set_termios()
/linux/net/bluetooth/rfcomm/
H A Dtty.c878 ((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 Dserialio.c72 if (!(cflag & PARODD)) in spk_serial_init()
/linux/include/linux/
H A Dtty.h93 #define C_PARODD(tty) _C_FLAG((tty), PARODD)

1234