Home
last modified time | relevance | path

Searched refs:PARMRK (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v4.19/drivers/ipack/devices/
Dipoctal.h21 #define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
/Linux-v4.19/drivers/usb/serial/
Dempeg.c94 | PARMRK /* disable mark parity errors */ in empeg_init_termios()
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dtermbits.h67 #define PARMRK 0000010 macro
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dtermbits.h70 #define PARMRK 0000010 macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dtermbits.h75 #define PARMRK 0000010 macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dtermbits.h65 #define PARMRK 0000010 macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dtermbits.h81 #define PARMRK 0000010 macro
/Linux-v4.19/include/uapi/asm-generic/
Dtermbits.h66 #define PARMRK 0000010 macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dtermbits.h86 #define PARMRK 0000010 /* Mark parity and framing errors. */ macro
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dtermbits.h96 #define PARMRK 0x00000008 macro
/Linux-v4.19/include/linux/usb/
Dserial.h27 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
/Linux-v4.19/drivers/tty/serdev/
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/Linux-v4.19/arch/ia64/hp/sim/
Dsimserial.c327 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))
/Linux-v4.19/drivers/tty/serial/
Dserial_ks8695.c435 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in ks8695uart_set_termios()
Dnetx-serial.c410 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in netx_set_termios()
Dsprd_serial.c420 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
Defm32-uart.c407 if (new->c_iflag & (IGNBRK | BRKINT | PARMRK)) in efm32_uart_set_termios()
Ddz.c624 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
Dpnx8xxx_uart.c486 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pnx8xxx_set_termios()
Damba-pl010.c430 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
Dst-asc.c607 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
Dpxa.c493 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
Dsa1100.c449 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
Dsb1250-duart.c595 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
/Linux-v4.19/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c570 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) in cpm_uart_set_termios()
575 if ((termios->c_iflag & BRKINT) || (termios->c_iflag & PARMRK)) in cpm_uart_set_termios()

123