Home
last modified time | relevance | path

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

/u-boot/drivers/input/
A Dinput.c182 char *escape; member
427 const char *escape; in input_keycode_to_ansi364() local
435 for (escape = kbd_to_ansi364[i].escape; *escape; escape++) { in input_keycode_to_ansi364()
437 output_ch[ch_count] = *escape; in input_keycode_to_ansi364()
/u-boot/doc/device-tree-bindings/video/
A Dexynos_mipi_dsi.txt31 samsung,dsim-config-esc-clk: escape clock frequency for getting
32 the escape clock prescaler value.
40 with respect to Tx escape clock.
43 after RxLpdt asserts with respect to Tx escape clock.
/u-boot/drivers/video/
A Dvidconsole-uclass.c240 priv->escape = 0; in vidconsole_escape_char()
249 priv->escape = 0; in vidconsole_escape_char()
273 priv->escape = 0; in vidconsole_escape_char()
478 priv->escape = 0; in vidconsole_escape_char()
512 if (priv->escape) { in vidconsole_put_char()
520 priv->escape = 1; in vidconsole_put_char()
A DKconfig116 bool "Support ANSI escape sequences in video console"
120 Enable ANSI escape sequence decoding for a more fully functional
731 bool "Support ANSI escape sequences"
735 a limited number of ANSI escape sequences (cursor control,
/u-boot/test/py/
A Du_boot_console_base.py110 self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE)
196 chunk = re.escape(chunk)
271 text = re.escape(text)
A Dmultiplexed_log.py342 data = html.escape(data)
/u-boot/doc/usage/
A Dconitrace.rst18 To display escape sequences on a single line the output only advances to the
A Dbootmenu.rst15 The "bootmenu" command interprets ANSI escape sequencies, so
/u-boot/include/
A Dvideo_console.h82 int escape; member
/u-boot/examples/standalone/
A DREADME.smc91111_eeprom68 Type the escape character followed by C to get back,
115 Type the escape character followed by C to get back,
/u-boot/doc/
A DREADME.nokia_rx5127 output with ANSI escape codes and the N900 HW keyboard input.
A DREADME.autoboot132 provides an escape sequence from the limited "password"
/u-boot/arch/arm/dts/
A Dbcm283x.dtsi483 clock-names = "phy", "escape", "pixel";
569 clock-names = "phy", "escape", "pixel";
/u-boot/doc/android/
A Dfastboot-protocol.rst102 * Command parameters are indicated by printf-style escape sequences.
/u-boot/tools/buildman/
A Dkconfiglib.py1491 .format(self.config_prefix, sym.name, escape(val)))
4549 .format(self.kconfig.config_prefix, self.name, escape(val))
5835 indent_add_cond(prefix + ' "{}"'.format(escape(self.prompt[0])),
6054 return '"{}"'.format(escape(sc.name))
6176 def escape(s): function
/u-boot/common/
A DKconfig.boot843 Setting this variable provides an escape sequence from the
/u-boot/
A DREADME3521 - You can also escape text by enclosing in single apostrophes, for example:

Completed in 27 milliseconds