IGNPAR            106 include/linux/tty.h #define I_IGNPAR(tty)	_I_FLAG((tty), IGNPAR)
IGNPAR             26 include/linux/usb/serial.h #define RELEVANT_IFLAG(iflag)	(iflag & (IGNBRK|BRKINT|IGNPAR|PARMRK|INPCK))