Searched refs:escape (Results 1 – 17 of 17) sorted by relevance
/u-boot/drivers/input/ |
A D | input.c | 182 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 D | exynos_mipi_dsi.txt | 31 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 D | vidconsole-uclass.c | 240 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 D | Kconfig | 116 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 D | u_boot_console_base.py | 110 self.prompt_compiled = re.compile('^' + re.escape(self.prompt), re.MULTILINE) 196 chunk = re.escape(chunk) 271 text = re.escape(text)
|
A D | multiplexed_log.py | 342 data = html.escape(data)
|
/u-boot/doc/usage/ |
A D | conitrace.rst | 18 To display escape sequences on a single line the output only advances to the
|
A D | bootmenu.rst | 15 The "bootmenu" command interprets ANSI escape sequencies, so
|
/u-boot/include/ |
A D | video_console.h | 82 int escape; member
|
/u-boot/examples/standalone/ |
A D | README.smc91111_eeprom | 68 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 D | README.nokia_rx51 | 27 output with ANSI escape codes and the N900 HW keyboard input.
|
A D | README.autoboot | 132 provides an escape sequence from the limited "password"
|
/u-boot/arch/arm/dts/ |
A D | bcm283x.dtsi | 483 clock-names = "phy", "escape", "pixel"; 569 clock-names = "phy", "escape", "pixel";
|
/u-boot/doc/android/ |
A D | fastboot-protocol.rst | 102 * Command parameters are indicated by printf-style escape sequences.
|
/u-boot/tools/buildman/ |
A D | kconfiglib.py | 1491 .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 D | Kconfig.boot | 843 Setting this variable provides an escape sequence from the
|
/u-boot/ |
A D | README | 3521 - You can also escape text by enclosing in single apostrophes, for example:
|
Completed in 27 milliseconds