Searched refs:ICANON (Results 1 - 24 of 24) sorted by relevance

/linux-master/tools/perf/util/
H A Dterm.c36 tc.c_lflag &= ~(ICANON | ECHO);
/linux-master/arch/sparc/kernel/
H A Dtermios.c7 * interpreted differently depending on whether ICANON is set in
26 if (!(v.c_lflag & ICANON)) {
43 if (k->c_lflag & ICANON) {
65 if (!(k->c_lflag & ICANON)) {
87 if (k->c_lflag & ICANON) {
107 if (!(k->c_lflag & ICANON)) {
/linux-master/arch/alpha/kernel/
H A Dtermios.c19 canon = v.c_lflag & ICANON;
45 canon = v.c_lflag & ICANON;
/linux-master/drivers/usb/serial/
H A Dempeg.c107 | ICANON /* disable erase, kill, werase, and rprnt special characters */
H A Dkobil_sct.c159 tty->termios.c_iflag &= ~(ISIG | ICANON | ECHO | IEXTEN | XCASE);
H A Dcypress_m8.c941 | ICANON /* disable erase, kill, werase, and rprnt
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h136 #define ICANON 0x00000100 macro
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h168 #define ICANON 0x00000002 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h146 #define ICANON 0x00000100 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h128 #define ICANON 0x00002 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h57 #define VERASE 2 /* Erase character [ICANON] */
58 #define VKILL 3 /* Kill-line character [ICANON] */
59 #define VMIN 4 /* Minimum number of bytes read at once [!ICANON] */
60 #define VTIME 5 /* Time-out value (tenths of a second) [!ICANON] */
61 #define VEOL2 6 /* Second EOL character [ICANON] */
73 #define VREPRINT 12 /* Reprint-line character [ICANON] */
75 #define VWERASE 14 /* Word-erase character [ICANON] */
77 #define VEOF 16 /* End-of-file character [ICANON] */
78 #define VEOL 17 /* End-of-line character [ICANON] */
152 #define ICANON macro
[all...]
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h128 #define ICANON 0x00002 macro
/linux-master/drivers/tty/
H A Drpmsg_tty.c247 rpmsg_tty_driver->init_termios.c_lflag &= ~(ECHO | ICANON);
H A Dtty_ioctl.c596 termios->c_lflag = ISIG | ICANON;
599 termios->c_lflag &= ~ICANON;
610 termios->c_lflag &= ~(ISIG | ICANON);
612 if (!(termios->c_lflag & ICANON)) {
H A Dn_tty.c1794 if (!old || (old->c_lflag ^ tty->termios.c_lflag) & (ICANON | EXTPROC)) {
1941 * Helper function to speed up n_tty_read(). It is only called when %ICANON is
1992 * Helper function for n_tty_read(). It is only called when %ICANON is on; it
H A Dtty_io.c128 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
/linux-master/samples/uhid/
H A Duhid-example.c399 state.c_lflag &= ~ICANON;
/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/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c108 local_term_attributes.c_lflag &= ~(ICANON | ECHO);
/linux-master/include/linux/
H A Dtty.h101 #define L_ICANON(tty) _L_FLAG((tty), ICANON)
/linux-master/tools/firewire/
H A Dnosy-dump.c889 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c1144 rfcomm_tty_driver->init_termios.c_lflag &= ~ICANON;
/linux-master/drivers/net/usb/
H A Dhso.c1063 | ICANON /* disable erase, kill, werase, and rprnt

Completed in 296 milliseconds