/linux-6.1.9/tools/power/acpi/ |
D | Makefile.rules | 11 $(ECHO) " LD " $(subst $(OUTPUT),,$@) 13 $(ECHO) " STRIP " $(subst $(OUTPUT),,$@) 17 $(ECHO) " MKDIR " $(subst $(OUTPUT),,$@) 19 $(ECHO) " CP " $(subst $(OUTPUT),,$@) 23 $(ECHO) " CC " $(subst $(OUTPUT),,$@) 29 $(ECHO) " RMOBJ " $(subst $(OUTPUT),,$(objdir)) 33 $(ECHO) " RM " $(TOOL) 35 $(ECHO) " RMINC " $(subst $(OUTPUT),,$(KERNEL_INCLUDE)) 39 $(ECHO) " INST " $(TOOL) 43 $(ECHO) " UNINST " $(TOOL)
|
D | Makefile.config | 76 ECHO=@echo 79 ECHO=@\#
|
/linux-6.1.9/tools/power/acpi/tools/pfrut/ |
D | Makefile | 19 $(ECHO) " INST " pfrut.8 22 $(ECHO) " UNINST " pfrut.8
|
/linux-6.1.9/tools/power/acpi/tools/acpidump/ |
D | Makefile | 49 $(ECHO) " INST " acpidump.8 52 $(ECHO) " UNINST " acpidump.8
|
/linux-6.1.9/Documentation/devicetree/bindings/pps/ |
D | pps-gpio.txt | 10 Additional required properties for the PPS ECHO functionality: 11 - echo-gpios: one PPS ECHO GPIO in the format described by ../gpio/gpio.txt
|
/linux-6.1.9/drivers/misc/echo/ |
D | Kconfig | 2 config ECHO config
|
/linux-6.1.9/tools/perf/util/ |
D | term.c | 36 tc.c_lflag &= ~(ICANON | ECHO); in set_term_quiet_input()
|
/linux-6.1.9/drivers/usb/serial/ |
D | empeg.c | 105 &= ~(ECHO /* disable echo input characters */ in empeg_init_termios()
|
D | kobil_sct.c | 159 tty->termios.c_iflag &= ~(ISIG | ICANON | ECHO | IEXTEN | XCASE); in kobil_init_termios()
|
D | cypress_m8.c | 939 &= ~(ECHO /* disable echo input characters */ in cypress_set_termios()
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 138 #define ECHO 0x00000008 macro
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | termbits.h | 130 #define ECHO 0x00008 macro
|
/linux-6.1.9/arch/parisc/include/uapi/asm/ |
D | termbits.h | 130 #define ECHO 0x00008 macro
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
D | termbits.h | 154 #define ECHO 0x00008 /* Enable echo */ macro
|
/linux-6.1.9/arch/alpha/include/uapi/asm/ |
D | termbits.h | 148 #define ECHO 0x00000008 macro
|
/linux-6.1.9/arch/sparc/include/uapi/asm/ |
D | termbits.h | 170 #define ECHO 0x00000008 macro
|
/linux-6.1.9/drivers/tty/ |
D | rpmsg_tty.c | 246 rpmsg_tty_driver->init_termios.c_lflag &= ~(ECHO | ICANON); in rpmsg_tty_init()
|
D | tty_ioctl.c | 598 termios->c_lflag |= ECHO | ECHOE | ECHOK | in set_sgflags()
|
/linux-6.1.9/drivers/tty/serdev/ |
D | serdev-ttyport.c | 133 ktermios.c_lflag &= ~(ECHO | ECHONL | ICANON | ISIG | IEXTEN); in ttyport_open()
|
/linux-6.1.9/Documentation/security/ |
D | SCTP.rst | 163 COOKIE ECHO ------------------------------------------> 165 Respond to an COOKIE ECHO chunk.
|
/linux-6.1.9/drivers/s390/char/ |
D | sclp_tty.c | 550 driver->init_termios.c_lflag = ISIG | ECHO; in sclp_tty_init()
|
/linux-6.1.9/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 108 local_term_attributes.c_lflag &= ~(ICANON | ECHO); in os_enter_line_edit_mode()
|
/linux-6.1.9/include/linux/ |
D | tty.h | 104 #define L_ECHO(tty) _L_FLAG((tty), ECHO)
|
/linux-6.1.9/tools/firewire/ |
D | nosy-dump.c | 889 tattr.c_lflag &= ~(ICANON|ECHO); /* Clear ICANON and ECHO. */ in set_input_mode()
|
/linux-6.1.9/Documentation/networking/ |
D | ip-sysctl.rst | 1263 If set non-zero, then the kernel will ignore all ICMP ECHO 1275 If set non-zero, then the kernel will ignore all ICMP ECHO and 2592 If set non-zero, then the kernel will ignore all ICMP ECHO 2598 If set non-zero, then the kernel will ignore all ICMP ECHO 2604 If set non-zero, then the kernel will ignore all ICMP ECHO 2776 The maximum number of retransmissions of INIT and COOKIE-ECHO chunks
|