Searched refs:CMSPAR (Results 1 – 25 of 68) sorted by relevance
123
202 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR); 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()
50 #define CMSPAR 0x40000000 /* mark or space (stick) parity */ macro
349 tty->termios.c_cflag &= ~CMSPAR; in upd78f0730_set_termios()
295 termios->c_cflag &= ~CMSPAR; in belkin_sa_set_termios()
211 if (cflag & CMSPAR) in ark3116_set_termios()
514 tty->termios.c_cflag &= ~CMSPAR; in kobil_set_termios()
885 const u32 supported_mask = CMSPAR|PARENB|PARODD; in iuu_set_termios()902 if (cflag & CMSPAR) { /* Using mark space */ in iuu_set_termios()
664 termios->c_cflag &= ~CMSPAR; in mct_u232_set_termios()
629 if (cflag & CMSPAR) in firm_setup_port()
233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
380 new->c_cflag &= ~(CMSPAR|CRTSCTS|CSIZE); in arc_serial_set_termios()
260 termios->c_cflag &= ~CMSPAR; in uart_clps711x_set_termios()
295 termios->c_cflag &= ~CMSPAR; in digicolor_uart_set_termios()
347 termios->c_cflag &= ~(CRTSCTS | CMSPAR); in mps2_uart_set_termios()
224 if (termios->c_cflag & CMSPAR) { in mcf_set_termios()
482 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
358 termios->c_cflag &= ~CMSPAR; in vt8500_set_termios()
2008 if (termios->c_cflag & CMSPAR) { in lpuart_set_termios()2035 if (termios->c_cflag & CMSPAR) { in lpuart_set_termios()2243 if (termios->c_cflag & CMSPAR) { in lpuart32_set_termios()2273 if (termios->c_cflag & CMSPAR) { in lpuart32_set_termios()
312 new->c_cflag &= ~CMSPAR; in ar933x_uart_set_termios()
400 termios->c_cflag &= ~CMSPAR; in esp32_uart_set_termios()
694 termios->c_cflag &= ~CMSPAR; /* Mark/Space parity is not supported */ in men_z135_set_termios()
344 if (termios->c_cflag & CMSPAR) { in owl_uart_set_termios()
284 if (termios->c_cflag & CMSPAR) { in rda_uart_set_termios()
98 #define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR)
712 if (ch->ch_c_cflag & CMSPAR) in cls_param()
Completed in 68 milliseconds