| /rk3399_rockchip-uboot/drivers/serial/ |
| H A D | sandbox.c | 39 int colour; /* Text colour to use for output, -1 for none */ member 51 static void output_ansi_colour(int colour) in output_ansi_colour() argument 55 ansi_code[5] = '0' + colour; in output_ansi_colour() 80 if (plat->colour != -1) in sandbox_serial_remove() 91 if (priv->start_of_line && plat->colour != -1) { in sandbox_serial_putc() 93 output_ansi_colour(plat->colour); in sandbox_serial_putc() 151 const char *colour; in sandbox_serial_ofdata_to_platdata() local 154 plat->colour = -1; in sandbox_serial_ofdata_to_platdata() 155 colour = fdt_getprop(gd->fdt_blob, dev_of_offset(dev), in sandbox_serial_ofdata_to_platdata() 157 if (colour) { in sandbox_serial_ofdata_to_platdata() [all …]
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | terminal.py | 31 def __init__(self, text, newline, colour): argument 34 self.colour = colour 37 return 'newline=%s, colour=%s, text=%s' % (self.newline, self.colour, 40 def Print(text='', newline=True, colour=None): argument 52 print_test_list.append(PrintLine(text, newline, colour)) 54 if colour: 56 text = col.Color(colour, text) 84 if line.colour: 86 print(col.Color(line.colour, line.text), end='')
|
| /rk3399_rockchip-uboot/drivers/demo/ |
| H A D | demo-pdata.c | 12 .colour = "red", 16 .colour = "green", 20 .colour = "yellow",
|
| H A D | demo-shape.c | 46 const char *colour = pdata->colour; in shape_hello() local 64 putc(first ? *colour++ : ch); in shape_hello() 67 if (!*colour) in shape_hello() 68 colour = pdata->colour; in shape_hello()
|
| H A D | demo-uclass.c | 72 pdata->colour = fdt_getprop(gd->fdt_blob, dn, "colour", NULL); in demo_parse_dt() 73 if (!pdata->sides || !pdata->colour) { in demo_parse_dt()
|
| H A D | demo-simple.c | 20 printf("Hello from %08x: %s %d\n", map_to_sysmem(dev), pdata->colour, in simple_hello()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/serial/ |
| H A D | sandbox-serial.txt | 10 sandbox,text-colour: If present, this is the colour of the console text.
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 86 colour = "white"; 228 colour = "blue"; 243 colour = "cyan"; 252 sandbox,text-colour = "cyan";
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dm-demo.h | 20 const char *colour; member
|
| /rk3399_rockchip-uboot/board/bluewater/gurnard/ |
| H A D | gurnard.c | 120 u16 colour; in lcd_splash() local 131 colour = bmp_logo_palette[bmp_logo_bitmap[ in lcd_splash() 135 base_addr[posy * width + posx] = colour; in lcd_splash()
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | builder.py | 863 Print(msg, colour=color) 891 Print(msg, colour=color, newline=False) 1001 Print(msg, colour=color, newline=False) 1126 Print(' ' + line, newline=True, colour=col) 1173 Print('\n'.join(better_err), colour=self.col.GREEN) 1176 Print('\n'.join(worse_err), colour=self.col.RED) 1179 Print('\n'.join(better_warn), colour=self.col.CYAN) 1182 Print('\n'.join(worse_warn), colour=self.col.MAGENTA) 1314 Print(msg, colour=self.col.BLUE) 1339 Print('(no errors to report)', colour=self.col.GREEN)
|
| H A D | test.py | 219 self.assertEqual(lines[5].colour, col.MAGENTA) 238 self.assertEqual(lines[14].colour, col.GREEN) 242 self.assertEqual(lines[15].colour, col.MAGENTA)
|
| H A D | README | 70 red/green colour coding. Full error information can be requested, in which
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | Kconfig | 508 model. Video drivers typically provide a colour text console and 519 bool "Enable colour frame buffer console" 523 Enables the colour frame buffer driver. This supports colour 525 Several colour devices are supported along with various options to 563 This allows the colour buffer frame buffer driver to support 609 hex "Background colour" 613 Defines the background colour for the console. The value is from 616 the background and foreground to the same colour or you will see 620 hex "Foreground colour" 624 Defines the foreground colour for the console. The value is from [all …]
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | exynos-dp.txt | 43 samsung,color-depth: number of bits per colour component
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fdtgrep.c | 52 int colour; /* Display output in ANSI colour */ member 336 if (disp->colour) in display_fdt_by_regions() 365 if (disp->colour) in display_fdt_by_regions() 1195 disp.colour = disp.all && isatty(0); in main()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | libnsbmp.c | 319 uint32_t colour = data[2] | (data[1] << 8) | (data[0] << 16); in bmp_info_header_parse() local 321 colour |= ((uint32_t)0xff << 24); in bmp_info_header_parse() 323 bmp->colour_table[i] = read_uint32((uint8_t *)&colour,0); in bmp_info_header_parse() 1311 bmp_result bmp_decode_trans(bmp_image *bmp, uint32_t colour) in bmp_decode_trans() argument 1314 bmp->trans_colour = colour; in bmp_decode_trans()
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | README.txt | 274 pdata->colour, pdata->sides); 388 .colour = "red", 414 colour = "red";
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 353 Console: colour dummy device 80x25
|