Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dtermios.c26 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/alpha/include/uapi/asm/
H A Dtermbits.h146 #define ICANON 0x00000100 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h152 #define ICANON 0x00002 /* Do erase and kill processing */ macro
/linux/drivers/tty/
H A Dtty_ioctl.c596 termios->c_lflag = ISIG | ICANON; in set_sgflags()
599 termios->c_lflag &= ~ICANON; in set_sgflags()
610 termios->c_lflag &= ~(ISIG | ICANON); in set_sgflags()
612 if (!(termios->c_lflag & ICANON)) { in set_sgflags()
H A Drpmsg_tty.c247 rpmsg_tty_driver->init_termios.c_lflag &= ~(ECHO | ICANON); in rpmsg_tty_init()
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.c131 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/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.c1141 rfcomm_tty_driver->init_termios.c_lflag &= ~ICANON; in rfcomm_init_ttys()
/linux/drivers/net/usb/
H A Dhso.c1063 | ICANON /* disable erase, kill, werase, and rprnt in hso_init_termios()