Searched refs:ISIG (Results 1 - 17 of 17) sorted by relevance

/linux-master/drivers/usb/serial/
H A Dempeg.c108 | ISIG /* disable interrupt, quit, and suspend special characters */
H A Dkobil_sct.c159 tty->termios.c_iflag &= ~(ISIG | ICANON | ECHO | IEXTEN | XCASE);
H A Dcypress_m8.c943 | ISIG /* disable interrupt, quit, and suspend
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h135 #define ISIG 0x00000080 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h167 #define ISIG 0x00000001 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h145 #define ISIG 0x00000080 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h127 #define ISIG 0x00001 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h55 #define VINTR 0 /* Interrupt character [ISIG] */
56 #define VQUIT 1 /* Quit character [ISIG] */
66 #define VSUSP 10 /* Suspend character [ISIG] */
71 #define VDSUSP 11 /* Delayed suspend character [ISIG] */
151 #define ISIG 0x00001 /* Enable signals */ macro
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h127 #define ISIG 0x00001 macro
/linux-master/drivers/staging/gdm724x/
H A Dgdm_tty.c288 tty_driver->init_termios.c_lflag = ISIG | ICANON | IEXTEN;
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c131 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN);
/linux-master/drivers/s390/char/
H A Dsclp_tty.c550 driver->init_termios.c_lflag = ISIG | ECHO;
H A Dcon3215.c1180 driver->init_termios.c_lflag = ISIG;
/linux-master/include/linux/
H A Dtty.h100 #define L_ISIG(tty) _L_FLAG((tty), ISIG)
/linux-master/drivers/tty/
H A Dtty_ioctl.c596 termios->c_lflag = ISIG | ICANON;
610 termios->c_lflag &= ~(ISIG | ICANON);
H A Dtty_io.c128 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
/linux-master/drivers/net/usb/
H A Dhso.c1065 | ISIG /* disable interrupt, quit, and suspend special

Completed in 214 milliseconds