Home
last modified time | relevance | path

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

12

/linux-5.19.10/include/uapi/asm-generic/ !
Dtermbits-common.h12 #define PARMRK 0x008 /* Mark parity and framing errors */ macro
/linux-5.19.10/drivers/usb/serial/ !
Dempeg.c94 | PARMRK /* disable mark parity errors */ in empeg_init_termios()
Dcypress_m8.c926 | PARMRK /* disable mark parity errors */ in cypress_set_termios()
/linux-5.19.10/drivers/tty/serial/ !
Dsifive.c672 if (termios->c_iflag & (INPCK | PARMRK)) in sifive_serial_set_termios()
676 termios->c_iflag &= ~(INPCK|PARMRK|BRKINT); in sifive_serial_set_termios()
Dsunplus-uart.c385 if (termios->c_iflag & (BRKINT | PARMRK)) in sunplus_set_termios()
Damba-pl010.c419 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in pl010_set_termios()
Ddz.c620 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in dz_set_termios()
Dfsl_linflexuart.c488 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in linflex_set_termios()
Dst-asc.c605 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in asc_set_termios()
Dvr41xx_siu.c532 if (c_iflag & (IGNBRK | BRKINT | PARMRK)) in siu_set_termios()
Dpxa.c475 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_pxa_set_termios()
Dsa1100.c458 if (termios->c_iflag & (BRKINT | PARMRK)) in sa1100_set_termios()
Dsb1250-duart.c590 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sbd_set_termios()
Dserial_txx9.c662 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in serial_txx9_set_termios()
Dip22zilog.c857 if (iflag & (IGNBRK | BRKINT | PARMRK)) in ip22zilog_convert_to_zs()
Dsccnxp.c694 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sccnxp_set_termios()
Dsunsab.c738 if (iflag & (IGNBRK | BRKINT | PARMRK)) in sunsab_convert_to_sab()
Ducc_uart.c921 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in qe_uart_set_termios()
Dmax310x.c942 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in max310x_set_termios()
Dzs.c923 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in zs_set_termios()
Dsprd_serial.c830 if (termios->c_iflag & (IGNBRK | BRKINT | PARMRK)) in sprd_set_termios()
/linux-5.19.10/drivers/tty/serdev/ !
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux-5.19.10/include/linux/ !
Dtty.h61 #define I_PARMRK(tty) _I_FLAG((tty), PARMRK)
/linux-5.19.10/drivers/mmc/core/ !
Dsdio_uart.c290 if (termios->c_iflag & (BRKINT | PARMRK)) in sdio_uart_change_speed()
/linux-5.19.10/drivers/tty/serial/cpm_uart/ !
Dcpm_uart_core.c557 if ((termios->c_iflag & BRKINT) || (termios->c_iflag & PARMRK)) in cpm_uart_set_termios()

12