| /OK3568_Linux_fs/kernel/drivers/tty/serdev/ |
| H A D | serdev-ttyport.c | 210 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR); in ttyport_set_parity() 214 ktermios.c_cflag |= PARODD; in ttyport_set_parity() 219 if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) != in ttyport_set_parity() 220 (ktermios.c_cflag & (PARENB | PARODD | CMSPAR))) in ttyport_set_parity()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | termios-c_cflag.h | 32 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | termios-c_cflag.h | 32 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | kl5kusb105.c | 492 if ((cflag & (PARENB|PARODD)) != (old_cflag & (PARENB|PARODD)) in klsi_105_set_termios() 495 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
|
| H A D | cp210x.c | 1142 cflag |= (PARENB|PARODD); in cp210x_get_termios_port() 1146 cflag &= ~PARODD; in cp210x_get_termios_port() 1151 cflag |= (PARENB|PARODD|CMSPAR); in cp210x_get_termios_port() 1155 cflag &= ~PARODD; in cp210x_get_termios_port() 1420 if ((cflag & (PARENB|PARODD|CMSPAR)) != in cp210x_set_termios() 1421 (old_cflag & (PARENB|PARODD|CMSPAR))) { in cp210x_set_termios() 1426 if (cflag & PARODD) { in cp210x_set_termios() 1434 if (cflag & PARODD) { in cp210x_set_termios()
|
| H A D | belkin_sa.c | 349 if ((cflag ^ old_cflag) & (PARENB | PARODD)) { in belkin_sa_set_termios() 351 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()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/ |
| H A D | gprs.cpp | 224 serialAttr.c_cflag |= (PARODD | PARENB); in openSerialPort() 230 serialAttr.c_cflag &= ~PARODD; in openSerialPort()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 256 t.c_cflag |= PARENB | PARODD; in xf86SetSerial() 260 t.c_cflag &= ~(PARODD); in xf86SetSerial()
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 141 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termbits.h | 140 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 170 #define PARODD 00020000 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 140 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termbits.h | 149 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/ |
| H A D | termbits.h | 157 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/ |
| H A D | termbits.h | 140 #define PARODD 0001000 macro
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 164 #define PARODD 0001000 /* Odd parity instead of even. */ macro
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 179 #define PARODD 00020000 macro
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 172 #define PARODD 0x00000200 macro
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| 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 | 365 if (termios->c_cflag & PARODD) in owl_uart_set_termios() 369 } else if (termios->c_cflag & PARODD) in owl_uart_set_termios()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | serialio.c | 72 if (!(cflag & PARODD)) in spk_serial_init()
|