Home
last modified time | relevance | path

Searched refs:RELEVANT_IFLAG (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/ipack/devices/
Dipoctal.h21 #define RELEVANT_IFLAG(iflag) ((iflag) & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) macro
/linux-4.1.27/net/irda/ircomm/
Dircomm_tty_ioctl.c45 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) macro
152 (RELEVANT_IFLAG(tty->termios.c_iflag) == in ircomm_tty_set_termios()
153 RELEVANT_IFLAG(old_termios->c_iflag))) in ircomm_tty_set_termios()
/linux-4.1.27/include/linux/usb/
Dserial.h26 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) macro
/linux-4.1.27/arch/ia64/hp/sim/
Dsimserial.c325 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) macro
/linux-4.1.27/drivers/usb/serial/
Dmos7720.c1692 tty->termios.c_cflag, RELEVANT_IFLAG(tty->termios.c_iflag)); in mos7720_set_termios()
1695 old_termios->c_cflag, RELEVANT_IFLAG(old_termios->c_iflag)); in mos7720_set_termios()
Dmos7840.c1896 tty->termios.c_cflag, RELEVANT_IFLAG(tty->termios.c_iflag)); in mos7840_set_termios()
1898 old_termios->c_cflag, RELEVANT_IFLAG(old_termios->c_iflag)); in mos7840_set_termios()
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c119 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) macro
2302 && (RELEVANT_IFLAG(tty->termios.c_iflag) in mgslpc_set_termios()
2303 == RELEVANT_IFLAG(old_termios->c_iflag))) in mgslpc_set_termios()
/linux-4.1.27/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c584 #define RELEVANT_IFLAG(iflag) (iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK)) in cpm_uart_set_termios() macro