Searched refs:ICANON (Results 1 – 20 of 20) sorted by relevance
/linux/arch/sparc/kernel/ |
H A D | termios.c | 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 D | termios.c | 19 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 D | term.c | 36 tc.c_lflag &= ~(ICANON | ECHO); in set_term_quiet_input()
|
/linux/drivers/usb/serial/ |
H A D | empeg.c | 106 | ICANON /* disable erase, kill, werase, and rprnt special characters */ in empeg_init_termios()
|
H A D | cypress_m8.c | 938 | ICANON /* disable erase, kill, werase, and rprnt in cypress_set_termios()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 136 #define ICANON 0x00000100 macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 128 #define ICANON 0x00002 macro
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 128 #define ICANON 0x00002 macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 146 #define ICANON 0x00000100 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 152 #define ICANON 0x00002 /* Do erase and kill processing */ macro
|
/linux/drivers/tty/ |
H A D | tty_ioctl.c | 596 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 D | rpmsg_tty.c | 247 rpmsg_tty_driver->init_termios.c_lflag &= ~(ECHO | ICANON); in rpmsg_tty_init()
|
H A D | tty_io.c | 128 .c_lflag = ISIG | ICANON | ECHO | ECHOE | ECHOK |
|
/linux/samples/uhid/ |
H A D | uhid-example.c | 399 state.c_lflag &= ~ICANON; in main()
|
/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 131 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
|
/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 108 local_term_attributes.c_lflag &= ~(ICANON | ECHO); in os_enter_line_edit_mode()
|
/linux/include/linux/ |
H A D | tty.h | 101 #define L_ICANON(tty) _L_FLAG((tty), ICANON)
|
/linux/tools/firewire/ |
H A D | nosy-dump.c | 889 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 1141 rfcomm_tty_driver->init_termios.c_lflag &= ~ICANON; in rfcomm_init_ttys()
|
/linux/drivers/net/usb/ |
H A D | hso.c | 1063 | ICANON /* disable erase, kill, werase, and rprnt in hso_init_termios()
|