/Linux-v5.4/tools/scripts/ |
D | utilities.mak | 8 # nl-escape 10 # Usage: escape = $(call nl-escape[,escape]) 16 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n) 18 # escape-nl 20 # Usage: escaped-text = $(call escape-nl,text[,escape]) 32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1)) 36 # Usage: text = $(call unescape-nl,escaped-text[,escape]) 38 # See escape-nl. 40 unescape-nl = $(subst $(call nl-escape,$(2)),$(newline),$(1)) 42 # shell-escape-nl [all …]
|
/Linux-v5.4/drivers/input/joystick/ |
D | spaceball.c | 56 int escape; member 141 spaceball->escape = 0; in spaceball_interrupt() 144 if (!spaceball->escape) { in spaceball_interrupt() 145 spaceball->escape = 1; in spaceball_interrupt() 148 spaceball->escape = 0; in spaceball_interrupt() 153 if (spaceball->escape) { in spaceball_interrupt() 154 spaceball->escape = 0; in spaceball_interrupt() 159 if (spaceball->escape) in spaceball_interrupt() 160 spaceball->escape = 0; in spaceball_interrupt()
|
/Linux-v5.4/tools/testing/selftests/tc-testing/ |
D | TdcResults.py | 110 from xml.sax.saxutils import escape 114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id)) 115 xunit += 'name=\"{}\">\n'.format(escape(t.test_name)) 121 xunit += '\t{}\n'.format(escape(step)) 122 xunit += 'FAILURE: {}\n'.format(escape(t.failmsg)) 125 xunit += '\t\t\t<error>\n{}\n'.format(escape(t.errormsg))
|
/Linux-v5.4/drivers/input/serio/ |
D | ps2mult.c | 42 bool escape; member 243 if (psm->escape) { in ps2mult_interrupt() 244 psm->escape = false; in ps2mult_interrupt() 254 psm->escape = true; in ps2mult_interrupt()
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 68 struct vmw_escape_header escape; member 83 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush() 106 struct vmw_escape_header escape; in vmw_overlay_send_put() member 134 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put() 188 struct vmw_escape_header escape; in vmw_overlay_send_stop() member 207 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
|
/Linux-v5.4/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 134 eid = escape[ref] 275 if (ref in escape) 277 escape[ref] = geid 279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
|
/Linux-v5.4/tools/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 134 eid = escape[ref] 275 if (ref in escape) 277 escape[ref] = geid 279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
|
/Linux-v5.4/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 16 # No need to escape '$' itself. 22 # You need a trick to escape '$' followed by '('
|
/Linux-v5.4/drivers/media/usb/pulse8-cec/ |
D | pulse8-cec.c | 125 bool escape; member 167 pulse8->escape = true; in pulse8_interrupt() 170 if (pulse8->escape) { in pulse8_interrupt() 172 pulse8->escape = false; in pulse8_interrupt()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | lcd-panel-cgram.rst | 6 characters 0 to 7. The escape code to define a new character is
|
D | vga-softcursor.rst | 15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence
|
D | binfmt-misc.rst | 37 must escape any NUL bytes; parsing halts at the first one. In a shell 47 escape any NUL bytes; parsing halts at the first one. Ignored when using
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | brcm,bcm-vc4.txt | 71 b) escape: The DSI ESC clock from CPRMAN 137 clock-names = "phy", "escape", "pixel";
|
/Linux-v5.4/Documentation/devicetree/bindings/media/ |
D | cdns,csi2tx.txt | 13 * esc_clk: escape mode clock
|
/Linux-v5.4/fs/isofs/ |
D | inode.c | 701 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super() 703 if (sec->escape[2] == 0x40) in isofs_fill_super() 705 else if (sec->escape[2] == 0x43) in isofs_fill_super() 707 else if (sec->escape[2] == 0x45) in isofs_fill_super()
|
/Linux-v5.4/include/uapi/linux/ |
D | iso_fs.h | 75 __u8 escape [ISODCL ( 89, 120)]; /* 856 */ member
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | user.rst | 34 user namespace does not allow a user to escape their current limits.
|
/Linux-v5.4/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_dsim.txt | 26 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | ste-nomadik-s8815.dts | 160 /* User key mapped in as "escape" */
|
D | bcm283x.dtsi | 485 clock-names = "phy", "escape", "pixel"; 571 clock-names = "phy", "escape", "pixel";
|
/Linux-v5.4/fs/proc/ |
D | internal.h | 142 bool escape);
|
D | array.c | 99 void proc_task_name(struct seq_file *m, struct task_struct *p, bool escape) in proc_task_name() argument 112 if (escape) { in proc_task_name()
|
/Linux-v5.4/arch/x86/lib/ |
D | x86-opcode-map.txt | 13 # opcode: escape # escaped-name 56 0f: escape # 2-byte escape 324 Referrer: 2-byte escape 397 38: escape # 3-byte escape 1 399 3a: escape # 3-byte escape 2 614 Referrer: 3-byte escape 1 798 Referrer: 3-byte escape 2
|
/Linux-v5.4/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 13 # opcode: escape # escaped-name 56 0f: escape # 2-byte escape 324 Referrer: 2-byte escape 397 38: escape # 3-byte escape 1 399 3a: escape # 3-byte escape 2 614 Referrer: 3-byte escape 1 798 Referrer: 3-byte escape 2
|
/Linux-v5.4/tools/perf/Documentation/ |
D | perf-probe.txt | 188 …';' are treated as a special character. You can use a backslash ('\') to escape the special charac… 289 Add a probe on specific versioned symbol by backslash escape 293 Add a probe in a source file using special characters by backslash escape
|