Home
last modified time | relevance | path

Searched refs:color (Results 1 – 25 of 63) sorted by relevance

123

/u-boot/test/py/
A Dmultiplexed_log.css15 color: #ffffff;
24 color: #808080;
49 color: #ff0000
53 color: #ffff00
57 color: #808080
61 color: #8080ff
65 color: #8080ff
69 color: #00ff00
73 color: #ffff00
77 color: #ffff00
[all …]
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css59 color: blue;
64 color: white;
65 background-color: darkblue;
76 /* inline literal: drop the borderbox, padding and red color */
79 color: inherit;
87 color: inherit;
/u-boot/doc/device-tree-bindings/video/tilcdc/
A Dtilcdc.txt22 color errata [1].
24 BGR888, and XBGR8888 color formats.
31 and blue colors are swapped in either 16 or 24-bit color modes.
43 [1] There is an errata about AM335x color wiring. For 16-bit color mode
45 but for 24 bit color modes the wiring of blue and red components is
/u-boot/tools/patman/
A Dterminal.py224 def Start(self, color, bright=True): argument
236 return base % (color + 30)
250 def Color(self, color, text, bright=True): argument
265 if color == self.BOLD:
269 start = base % (color + 30)
A Dtout.py73 def _Output(level, msg, color=None): argument
84 if color:
85 msg = _color.Color(color, msg)
A Dcheckpatch.py214 color = col.GREEN
216 color = col.YELLOW
218 color = col.RED
219 print(col.Color(color, str % (error_count, warning_count, check_count)))
/u-boot/doc/device-tree-bindings/video/
A Dexynos-dp.txt37 samsung,color-space: input video data format
43 samsung,color-depth: number of bits per colour component
65 samsung,color-space = <0>;
68 samsung,color-depth = <1>;
/u-boot/drivers/video/
A Dsandbox_osd.c25 inline u16 make_memval(u8 chr, u8 color) in make_memval() argument
27 return chr * 0x100 + color; in make_memval()
90 int sandbox_osd_print(struct udevice *dev, uint col, uint row, ulong color, in sandbox_osd_print() argument
101 switch (color) { in sandbox_osd_print()
A Dvideo_osd-uclass.c33 int video_osd_print(struct udevice *dev, uint col, uint row, ulong color, in video_osd_print() argument
38 return ops->print(dev, col, row, color, text); in video_osd_print()
A Dbus_vcxk.c187 void vcxk_setpixel(int x, int y, unsigned long color) in vcxk_setpixel() argument
194 color = ((color >> 16) & 0xFF) | in vcxk_setpixel()
195 ((color >> 8) & 0xFF) | (color & 0xFF); in vcxk_setpixel()
197 if (color > 0x40) { in vcxk_setpixel()
A DKconfig285 bool "640x400 256-color"
288 bool "640x480 256-color"
291 bool "800x600 16-color"
294 bool "800x600 256-color"
297 bool "1024x768 16-color"
300 bool "1024x768 256-color"
303 bool "1280x1024 16-color"
306 bool "1280x1024 256-color"
327 bool "320x200 64k-color (5:6:5)"
336 bool "640x480 64k-color (5:6:5)"
[all …]
/u-boot/board/gdsys/common/
A Dosd_cmd.c77 u8 color; in do_osd_print() local
85 color = simple_strtoul(argv[3], NULL, 16); in do_osd_print()
93 res = video_osd_print(dev, x, y, color, text); in do_osd_print()
/u-boot/lib/efi_selftest/
A Defi_selftest_console.c143 void efi_st_printc(int color, const char *fmt, ...) in efi_st_printc() argument
155 if (color >= 0) in efi_st_printc()
156 con_out->set_attribute(con_out, (unsigned long)color); in efi_st_printc()
245 if (color >= 0) in efi_st_printc()
/u-boot/include/
A Dvideo_osd.h113 int (*print)(struct udevice *dev, uint col, uint row, ulong color,
189 int video_osd_print(struct udevice *dev, uint col, uint row, ulong color,
A Dbus_vcxk.h11 extern void vcxk_setpixel(int x, int y, unsigned long color);
A Dvideo_fb.h80 unsigned int color /* fill color */
A Defi_selftest.h96 void efi_st_printc(int color, const char *fmt, ...)
/u-boot/cmd/
A Dosd.c139 u8 color; in do_osd_print() local
153 color = simple_strtoul(argv[3], NULL, 16); in do_osd_print()
156 res = video_osd_print(osd_cur, x, y, color, text); in do_osd_print()
/u-boot/tools/
A Dmoveconfig.py470 def color_text(color_enabled, color, string): argument
581 options.color)
640 show_diff(lines, tolines, header_path, options.color)
718 show_diff(lines, tolines, defconfig_path, options.color)
990 color_text(self.options.color, COLOR_BROWN,
1060 log += color_text(self.options.color, COLOR_YELLOW,
1215 self.log += color_text(self.options.color, COLOR_LIGHT_RED,
1218 self.log += color_text(self.options.color, COLOR_LIGHT_CYAN,
1239 self.log += color_text(self.options.color, COLOR_YELLOW,
1418 print(color_text(self.options.color, COLOR_LIGHT_RED,
[all …]
/u-boot/common/
A Dlcd.c51 static void lcd_setfgcolor(int color);
52 static void lcd_setbgcolor(int color);
307 static void lcd_setfgcolor(int color) in lcd_setfgcolor() argument
309 lcd_color_fg = color; in lcd_setfgcolor()
317 static void lcd_setbgcolor(int color) in lcd_setbgcolor() argument
319 lcd_color_bg = color; in lcd_setbgcolor()
/u-boot/arch/arm/dts/
A Dimx8mm-venice-gw71xx.dtsi22 color = <LED_COLOR_ID_GREEN>;
30 color = <LED_COLOR_ID_RED>;
A Dexynos5420-smdk5420.dts143 samsung,color-space = <0>;
146 samsung,color-depth = <1>;
/u-boot/scripts/kconfig/
A Dnconf.h81 chtype color);
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.h165 void nx_mlc_set_background(u32 module_index, u32 color);
175 u32 color);
177 u32 color);
178 u32 nx_mlc_get_extended_color(u32 module_index, u32 color,
/u-boot/board/eets/pdu001/
A DKconfig24 The PDU001 has a bi-color (red/green) LED labeled 'Run' which

Completed in 43 milliseconds

123