Home
last modified time | relevance | path

Searched refs:CMSPAR (Results 1 – 25 of 87) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/usb/class/
H A Dcdc-acm.h14 #ifndef CMSPAR
15 #define CMSPAR 0 macro
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h21 #ifndef CMSPAR
22 #define CMSPAR 0 macro
H A Dwhiteheat.c33 #ifndef CMSPAR
34 #define CMSPAR 0 macro
654 if (cflag & CMSPAR) in firm_setup_port()
H A Dark3116.c226 #ifdef CMSPAR in ark3116_set_termios()
227 if (cflag & CMSPAR) in ark3116_set_termios()
H A Dcp210x.c1151 cflag |= (PARENB|PARODD|CMSPAR); in cp210x_get_termios_port()
1156 cflag |= (PARENB|CMSPAR); 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()
1425 if (cflag & CMSPAR) { in cp210x_set_termios()
H A Dupd78f0730.c352 tty->termios.c_cflag &= ~CMSPAR; in upd78f0730_set_termios()
H A Dbelkin_sa.c296 termios->c_cflag &= ~CMSPAR; in belkin_sa_set_termios()
H A Diuu_phoenix.c890 const u32 supported_mask = CMSPAR|PARENB|PARODD; in iuu_set_termios()
907 if (cflag & CMSPAR) { /* Using mark space */ in iuu_set_termios()
/OK3568_Linux_fs/kernel/drivers/tty/serdev/
H A Dserdev-ttyport.c210 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR); 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/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 Dtermios-baud.h28 # define CMSPAR 010000000000 /* Mark or space (stick) parity. */ 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 Dtermios-baud.h28 # define CMSPAR 010000000000 /* Mark or space (stick) parity. */ macro
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dtermbits.h162 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dtermbits.h161 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dtermbits.h174 #define CMSPAR 010000000000 /* mark or space (stick) parity */ 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 Dtermbits.h161 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dtermbits.h170 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dtermbits.h178 #define CMSPAR 010000000000 /* mark or space (stick) parity */ 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 Dtermbits.h161 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dtermbits.h185 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dtermbits.h183 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dtermbits.h204 #define CMSPAR 0x40000000 /* mark or space (stick) parity */ macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/jsm/
H A Djsm_cls.c734 #ifdef CMSPAR in cls_param()
735 if (ch->ch_c_cflag & CMSPAR) in cls_param()
H A Djsm_neo.c1003 #ifdef CMSPAR in neo_param()
1004 if (ch->ch_c_cflag & CMSPAR) in neo_param()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A D21285.c254 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
H A Darc_uart.c388 new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE); in arc_serial_set_termios()

1234