/linux/tools/scripts/ |
A D | utilities.mak | 8 # nl-escape 10 # Usage: escape = $(call nl-escape[,escape]) 18 # escape-nl 20 # Usage: escaped-text = $(call escape-nl,text[,escape]) 32 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1)) 38 # See escape-nl. 42 # shell-escape-nl 44 # Usage: $(shell some-command | $(call shell-escape-nl[,escape])) 54 define shell-escape-nl 78 # escape-for-shell-sq [all …]
|
/linux/drivers/input/joystick/ |
A D | spaceball.c | 57 int escape; member 148 spaceball->escape = 0; in spaceball_interrupt() 151 if (!spaceball->escape) { in spaceball_interrupt() 152 spaceball->escape = 1; in spaceball_interrupt() 155 spaceball->escape = 0; in spaceball_interrupt() 160 if (spaceball->escape) { in spaceball_interrupt() 161 spaceball->escape = 0; in spaceball_interrupt() 166 if (spaceball->escape) in spaceball_interrupt() 167 spaceball->escape = 0; in spaceball_interrupt()
|
/linux/tools/testing/selftests/tc-testing/ |
A 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/drivers/gpu/drm/vmwgfx/ |
A 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/drivers/input/serio/ |
A 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/arch/x86/tools/ |
A 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/tools/arch/x86/tools/ |
A 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/scripts/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 16 # No need to escape '$' itself. 22 # You need a trick to escape '$' followed by '('
|
/linux/Documentation/devicetree/bindings/display/ |
A D | brcm,bcm2835-dsi0.yaml | 37 - const: escape 79 clock-names = "phy", "escape", "pixel";
|
/linux/Documentation/devicetree/bindings/display/bridge/ |
A D | nwl-dsi.yaml | 43 - description: RX_ESC clock (used in escape mode) 44 - description: TX_ESC clock (used in escape mode)
|
/linux/drivers/media/cec/usb/pulse8/ |
A D | pulse8-cec.c | 200 bool escape; member 372 pulse8->escape = true; in pulse8_interrupt() 375 if (pulse8->escape) { in pulse8_interrupt() 377 pulse8->escape = false; in pulse8_interrupt()
|
/linux/Documentation/admin-guide/ |
A D | lcd-panel-cgram.rst | 6 characters 0 to 7. The escape code to define a new character is
|
A D | vga-softcursor.rst | 15 The cursor appearance is controlled by a ``<ESC>[?1;2;3c`` escape sequence
|
A 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/fs/isofs/ |
A D | inode.c | 698 if (sec->escape[0] == 0x25 && sec->escape[1] == 0x2f) { in isofs_fill_super() 700 if (sec->escape[2] == 0x40) in isofs_fill_super() 702 else if (sec->escape[2] == 0x43) in isofs_fill_super() 704 else if (sec->escape[2] == 0x45) in isofs_fill_super()
|
/linux/Documentation/devicetree/bindings/media/ |
A D | cdns,csi2tx.txt | 13 * esc_clk: escape mode clock
|
/linux/arch/x86/lib/ |
A 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 814 Referrer: 3-byte escape 2
|
/linux/tools/arch/x86/lib/ |
A 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 814 Referrer: 3-byte escape 2
|
/linux/Documentation/devicetree/bindings/display/exynos/ |
A D | exynos_dsim.txt | 26 - samsung,esc-clock-frequency: specifies DSI frequency in escape mode
|
/linux/include/uapi/linux/ |
A D | iso_fs.h | 75 __u8 escape [ISODCL ( 89, 120)]; /* 856 */ member
|
/linux/arch/arm/boot/dts/ |
A D | ste-nomadik-s8815.dts | 160 /* User key mapped in as "escape" */
|
A D | bcm283x.dtsi | 371 clock-names = "phy", "escape", "pixel"; 450 clock-names = "phy", "escape", "pixel";
|
/linux/Documentation/admin-guide/sysctl/ |
A D | user.rst | 34 user namespace does not allow a user to escape their current limits.
|
/linux/fs/proc/ |
A D | internal.h | 151 bool escape);
|
/linux/Documentation/devicetree/bindings/display/msm/ |
A D | dsi-controller-main.yaml | 34 - description: Display escape clock
|