Searched refs:PARENB (Results 1 - 25 of 108) sorted by path

12345

/linux-master/arch/m68k/atari/
H A Ddebug.c169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0;
245 SCC_WRITE(4, (cflag & PARENB) ? ((cflag & PARODD) ? 0x01 : 0x03)
268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04;
/linux-master/drivers/tty/serial/
H A Dsuncore.c157 case 'o': cflag |= (PARENB | PARODD); break;
158 case 'e': cflag |= PARENB; break;
H A D21285.c266 if (termios->c_cflag & PARENB) {
H A Damba-pl010.c380 if (termios->c_cflag & PARENB) {
H A Damba-pl011.c2078 if (termios->c_cflag & PARENB) {
2178 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
H A Dapbuart.c221 if (termios->c_cflag & PARENB) {
H A Dar933x_uart.c302 if (new->c_cflag & PARENB) {
/linux-master/drivers/usb/serial/
H A Dempeg.c113 | PARENB /* disable parity bit */
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h138 #define PARENB 0x00001000 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h127 #define PARENB 0x00000100 /* Parity enable */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h103 #define PARENB 0x00000100 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h128 #define PARENB 0x00001000 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h132 #define PARENB 0x00000100 macro
/linux-master/drivers/accessibility/speakup/
H A Dserialio.c70 if (cflag & PARENB)
/linux-master/drivers/ipack/devices/
H A Dipoctal.c528 if (cflag & PARENB)
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c256 if (termios->c_cflag & PARENB)
/linux-master/drivers/net/usb/
H A Dhso.c1071 | PARENB /* disable parity bit */
1099 | PARENB /* disable parity bit */
/linux-master/drivers/staging/greybus/
H A Duart.c492 newline.parity = termios->c_cflag & PARENB ?
/linux-master/drivers/tty/
H A Damiserial.c584 if (cflag & PARENB) {
H A Dmoxa.c2073 if (termio->c_cflag & PARENB) {
H A Dmxser.c596 if (cflag & PARENB)
H A Dpty.c270 tty->termios.c_cflag &= ~(CSIZE | PARENB);
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c132 ktermios.c_cflag &= ~(CSIZE | PARENB);
202 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR);
204 ktermios.c_cflag |= PARENB;
211 if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) !=
212 (ktermios.c_cflag & (PARENB | PARODD | CMSPAR)))
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c393 if (termios->c_cflag & PARENB)
H A D8250_port.c2604 if (c_cflag & PARENB)
2728 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);

Completed in 679 milliseconds

12345