Home
last modified time | relevance | path

Searched refs:ISTRIP (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/include/uapi/asm-generic/
Dtermbits-common.h14 #define ISTRIP 0x020 /* Strip 8th bit off characters */ macro
/linux-6.6.21/drivers/usb/serial/
Dempeg.c95 | ISTRIP /* disable clear high bit of input characters */ in empeg_init_termios()
Dcypress_m8.c929 | ISTRIP /* disable clear high bit of input char */ in cypress_set_termios()
/linux-6.6.21/drivers/tty/serdev/
Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/linux-6.6.21/include/linux/
Dtty.h63 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP)
/linux-6.6.21/drivers/net/usb/
Dhso.c1052 | ISTRIP /* disable clear high bit of input characters */ in hso_init_termios()