Home
last modified time | relevance | path

Searched refs:ICANON (Results 1 – 20 of 20) sorted by relevance

/linux/arch/sparc/kernel/
H A Dtermios.c7 * interpreted differently depending on whether ICANON is set in
26 if (!(v.c_lflag & ICANON)) { in kernel_termios_to_user_termio()
43 if (k->c_lflag & ICANON) { in user_termios_to_kernel_termios()
65 if (!(k->c_lflag & ICANON)) { in kernel_termios_to_user_termios()
87 if (k->c_lflag & ICANON) { in user_termios_to_kernel_termios_1()
107 if (!(k->c_lflag & ICANON)) { in kernel_termios_to_user_termios_1()
/linux/arch/alpha/kernel/
H A Dtermios.c19 canon = v.c_lflag & ICANON; in user_termio_to_kernel_termios()
45 canon = v.c_lflag & ICANON; in kernel_termios_to_user_termio()
/linux/tools/perf/util/
H A Dterm.c36 tc.c_lflag &= ~(ICANON | ECHO); in set_term_quiet_input()
/linux/drivers/usb/serial/
H A Dempeg.c106 | ICANON /* disable erase, kill, werase, and rprnt special characters */ in empeg_init_termios()
H A Dcypress_m8.c938 | ICANON /* disable erase, kill, werase, and rprnt in cypress_set_termios()
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h136 #define ICANON 0x00000100 macro
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h128 #define ICANON 0x00002 macro
/linux/include/uapi/asm-generic/
H A Dtermbits.h128 #define ICANON 0x00002 macro
/linux/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/arch/alpha/include/uapi/asm/
H A Dtermbits.h146 #define ICANON 0x00000100 macro
/linux/drivers/tty/
H A Dtty_ioctl.c592 termios->c_lflag = ISIG | ICANON; in set_sgflags()
595 termios->c_lflag &= ~ICANON; in set_sgflags()
606 termios->c_lflag &= ~(ISIG | ICANON); in set_sgflags()
608 if (!(termios->c_lflag & ICANON)) { in set_sgflags()
H A Dn_tty.c1788 if (!old || (old->c_lflag ^ tty->termios.c_lflag) & (ICANON | EXTPROC)) { in n_tty_set_termios()
1935 * Helper function to speed up n_tty_read(). It is only called when %ICANON is
1986 * 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/samples/uhid/
H A Duhid-example.c399 state.c_lflag &= ~ICANON; in main()
/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c123 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c108 local_term_attributes.c_lflag &= ~(ICANON | ECHO); in os_enter_line_edit_mode()
/linux/include/linux/
H A Dtty.h101 #define L_ICANON(tty) _L_FLAG((tty), ICANON)
/linux/tools/accounting/
H A Ddelaytop.c153 raw.c_lflag &= ~(ICANON | ECHO); in enable_raw_mode()
/linux/tools/firewire/
H A Dnosy-dump.c889 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
/linux/net/bluetooth/rfcomm/
H A Dtty.c1136 rfcomm_tty_driver->init_termios.c_lflag &= ~ICANON; in rfcomm_init_ttys()