Searched refs:CMSPAR (Results 1 – 25 of 76) sorted by relevance
1234
14 #ifndef CMSPAR15 #define CMSPAR 0 macro
204 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR); in ttyport_set_parity()213 if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) != in ttyport_set_parity()214 (ktermios.c_cflag & (PARENB | PARODD | CMSPAR))) in ttyport_set_parity()
178 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
170 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
162 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
174 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
161 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
33 #ifndef CMSPAR34 #define CMSPAR 0 macro633 if (cflag & CMSPAR) in firm_setup_port()
224 #ifdef CMSPAR in ark3116_set_termios()225 if (cflag & CMSPAR) in ark3116_set_termios()
346 tty->termios.c_cflag &= ~CMSPAR; in upd78f0730_set_termios()
294 termios->c_cflag &= ~CMSPAR; in belkin_sa_set_termios()
884 const u32 supported_mask = CMSPAR|PARENB|PARODD; in iuu_set_termios()901 if (cflag & CMSPAR) { /* Using mark space */ in iuu_set_termios()
514 tty->termios.c_cflag &= ~CMSPAR; in kobil_set_termios()
185 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
183 #define CMSPAR 010000000000 /* mark or space (stick) parity */ macro
204 #define CMSPAR 0x40000000 /* mark or space (stick) parity */ macro
732 #ifdef CMSPAR in cls_param()733 if (ch->ch_c_cflag & CMSPAR) in cls_param()
1003 #ifdef CMSPAR in neo_param()1004 if (ch->ch_c_cflag & CMSPAR) in neo_param()
254 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
386 new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE); in arc_serial_set_termios()
260 termios->c_cflag &= ~CMSPAR; in uart_clps711x_set_termios()
297 termios->c_cflag &= ~CMSPAR; in digicolor_uart_set_termios()
1884 if (termios->c_cflag & CMSPAR) { in lpuart_set_termios()1911 if (termios->c_cflag & CMSPAR) { in lpuart_set_termios()2120 if (termios->c_cflag & CMSPAR) { in lpuart32_set_termios()2152 if (termios->c_cflag & CMSPAR) { in lpuart32_set_termios()
99 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR)
593 #ifdef CMSPAR in change_speed()594 if (cflag & CMSPAR) in change_speed()
Completed in 759 milliseconds