Home
last modified time | relevance | path

Searched refs:escape (Results 1 – 25 of 53) sorted by relevance

123

/Linux-v4.19/tools/scripts/
Dutilities.mak8 # 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-v4.19/drivers/input/joystick/
Dspaceball.c68 int escape; member
153 spaceball->escape = 0; in spaceball_interrupt()
156 if (!spaceball->escape) { in spaceball_interrupt()
157 spaceball->escape = 1; in spaceball_interrupt()
160 spaceball->escape = 0; in spaceball_interrupt()
165 if (spaceball->escape) { in spaceball_interrupt()
166 spaceball->escape = 0; in spaceball_interrupt()
171 if (spaceball->escape) in spaceball_interrupt()
172 spaceball->escape = 0; in spaceball_interrupt()
/Linux-v4.19/drivers/input/serio/
Dps2mult.c45 bool escape; member
246 if (psm->escape) { in ps2mult_interrupt()
247 psm->escape = false; in ps2mult_interrupt()
257 psm->escape = true; in ps2mult_interrupt()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_overlay.c70 struct vmw_escape_header escape; member
85 fill_escape(&cmd->escape, sizeof(cmd->flush)); in fill_flush()
108 struct vmw_escape_header escape; in vmw_overlay_send_put() member
136 fill_escape(&cmds->escape, sizeof(*items) * (num_items + 1)); in vmw_overlay_send_put()
190 struct vmw_escape_header escape; in vmw_overlay_send_stop() member
209 fill_escape(&cmds->escape, sizeof(cmds->body)); in vmw_overlay_send_stop()
/Linux-v4.19/tools/objtool/arch/x86/tools/
Dgen-insn-attr-x86.awk134 eid = escape[ref]
275 if (ref in escape)
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dgen-insn-attr-x86.awk134 eid = escape[ref]
275 if (ref in escape)
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
Dx86-opcode-map.txt13 # 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-v4.19/arch/x86/tools/
Dgen-insn-attr-x86.awk134 eid = escape[ref]
275 if (ref in escape)
277 escape[ref] = geid
279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")"
/Linux-v4.19/scripts/kconfig/tests/preprocess/escape/
DKconfig16 # No need to escape '$' itself.
22 # You need a trick to escape '$' followed by '('
/Linux-v4.19/drivers/media/usb/pulse8-cec/
Dpulse8-cec.c130 bool escape; member
172 pulse8->escape = true; in pulse8_interrupt()
175 if (pulse8->escape) { in pulse8_interrupt()
177 pulse8->escape = false; in pulse8_interrupt()
/Linux-v4.19/Documentation/auxdisplay/
Dlcd-panel-cgram.txt2 characters 0 to 7. The escape code to define a new character is
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dmaintidi.h161 byte escape; member
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dbrcm,bcm-vc4.txt71 b) escape: The DSI ESC clock from CPRMAN
137 clock-names = "phy", "escape", "pixel";
/Linux-v4.19/Documentation/devicetree/bindings/media/
Dcdns,csi2tx.txt12 * esc_clk: escape mode clock
/Linux-v4.19/Documentation/admin-guide/
Dvga-softcursor.rst15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence
Dbinfmt-misc.rst37 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-v4.19/fs/isofs/
Dinode.c703 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super()
705 if (sec->escape[2] == 0x40) in isofs_fill_super()
707 else if (sec->escape[2] == 0x43) in isofs_fill_super()
709 else if (sec->escape[2] == 0x45) in isofs_fill_super()
/Linux-v4.19/Documentation/sysctl/
Duser.txt29 user namespace does not allow a user to escape their current limits.
/Linux-v4.19/arch/arm/boot/dts/
Dste-nomadik-s8815.dts160 /* User key mapped in as "escape" */
/Linux-v4.19/include/uapi/linux/
Diso_fs.h75 __u8 escape [ISODCL ( 89, 120)]; /* 856 */ member
/Linux-v4.19/fs/proc/
Dinternal.h144 bool escape);
/Linux-v4.19/tools/objtool/arch/x86/lib/
Dx86-opcode-map.txt13 # 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-v4.19/arch/x86/lib/
Dx86-opcode-map.txt13 # 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-v4.19/Documentation/devicetree/bindings/display/exynos/
Dexynos_dsim.txt50 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
/Linux-v4.19/tools/perf/Documentation/
Dperf-probe.txt188 …';' are treated as a special character. You can use a backslash ('\') to escape the special charac…
288 Add a probe on specific versioned symbol by backslash escape
292 Add a probe in a source file using special characters by backslash escape

123