/u-boot/test/py/ |
A D | multiplexed_log.css | 15 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 D | theme_overrides.css | 59 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 D | tilcdc.txt | 22 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 D | terminal.py | 224 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 D | tout.py | 73 def _Output(level, msg, color=None): argument 84 if color: 85 msg = _color.Color(color, msg)
|
A D | checkpatch.py | 214 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 D | exynos-dp.txt | 37 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 D | sandbox_osd.c | 25 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 D | video_osd-uclass.c | 33 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 D | bus_vcxk.c | 187 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 D | Kconfig | 285 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 D | osd_cmd.c | 77 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 D | efi_selftest_console.c | 143 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 D | video_osd.h | 113 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 D | bus_vcxk.h | 11 extern void vcxk_setpixel(int x, int y, unsigned long color);
|
A D | video_fb.h | 80 unsigned int color /* fill color */
|
A D | efi_selftest.h | 96 void efi_st_printc(int color, const char *fmt, ...)
|
/u-boot/cmd/ |
A D | osd.c | 139 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 D | moveconfig.py | 470 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 D | lcd.c | 51 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 D | imx8mm-venice-gw71xx.dtsi | 22 color = <LED_COLOR_ID_GREEN>; 30 color = <LED_COLOR_ID_RED>;
|
A D | exynos5420-smdk5420.dts | 143 samsung,color-space = <0>; 146 samsung,color-depth = <1>;
|
/u-boot/scripts/kconfig/ |
A D | nconf.h | 81 chtype color);
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_mlc.h | 165 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 D | Kconfig | 24 The PDU001 has a bi-color (red/green) LED labeled 'Run' which
|