Home
last modified time | relevance | path

Searched refs:colour (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/drivers/serial/
H A Dsandbox.c39 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 Dterminal.py31 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 Ddemo-pdata.c12 .colour = "red",
16 .colour = "green",
20 .colour = "yellow",
H A Ddemo-shape.c46 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 Ddemo-uclass.c72 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 Ddemo-simple.c20 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 Dsandbox-serial.txt10 sandbox,text-colour: If present, this is the colour of the console text.
/rk3399_rockchip-uboot/arch/sandbox/dts/
H A Dsandbox.dts86 colour = "white";
228 colour = "blue";
243 colour = "cyan";
252 sandbox,text-colour = "cyan";
/rk3399_rockchip-uboot/include/
H A Ddm-demo.h20 const char *colour; member
/rk3399_rockchip-uboot/board/bluewater/gurnard/
H A Dgurnard.c120 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 Dbuilder.py863 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 Dtest.py219 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 DREADME70 red/green colour coding. Full error information can be requested, in which
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig508 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 Dexynos-dp.txt43 samsung,color-depth: number of bits per colour component
/rk3399_rockchip-uboot/tools/
H A Dfdtgrep.c52 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 Dlibnsbmp.c319 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 DREADME.txt274 pdata->colour, pdata->sides);
388 .colour = "red",
414 colour = "red";
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A DREADME353 Console: colour dummy device 80x25