Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/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 …]
/OK3568_Linux_fs/u-boot/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='')
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Doverdrive.c21 double gain, colour, last_in, last_out, b0, b1, a1; member
28 p->gain = p->colour = 20; in create()
31 NUMERIC_PARAMETER(colour, 0, 100) in create()
34 p->colour /= 200; in create()
57 d += p->colour; in flow()
H A Dcsox54 $colour = $colours{$type};
55 $tail =~ s/\`(.*?)\'/`$name_colour$1$reset$colour'/g;
56 print(STDERR $colour, "$type ", $reset, $colour, $tail, $reset, "\n");
/OK3568_Linux_fs/u-boot/drivers/demo/
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-pdata.c12 .colour = "red",
16 .colour = "green",
20 .colour = "yellow",
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()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-image-source.rst36 Analogue gain is gain affecting all colour components in the pixel
41 Test pattern red colour component.
44 Test pattern green (next to red) colour component.
47 Test pattern blue colour component.
50 Test pattern green (next to blue) colour component.
H A Dpixfmt-srggb10dpcm8.rst25 colour compressed to 8 bits each, using DPCM compression. DPCM,
26 differential pulse-code modulation, is lossy. Each colour component
H A Dpixfmt-srggb12.rst24 colour. Each colour component is stored in a 16-bit word, with 4 unused
H A Dbiblio.rst223 … Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB"
233 … Colour measurement and management - Part 2-1: Colour management - Default RGB colour space - sRGB"
243 …rement and management - Part 2-4: Colour management - Extended-gamut YCC colour space for video ap…
253 …olour measurement and management - Part 2-5: Colour management - Optional RGB colour space - opRGB"
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dsandbox-serial.txt10 sandbox,text-colour: If present, this is the colour of the console text.
/OK3568_Linux_fs/u-boot/arch/sandbox/dts/
H A Dsandbox.dts86 colour = "white";
228 colour = "blue";
243 colour = "cyan";
252 sandbox,text-colour = "cyan";
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnv50_fbcon.c41 u32 colour; in nv50_fbcon_fillrect() local
46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nv50_fbcon_fillrect()
48 colour = rect->color; in nv50_fbcon_fillrect()
59 PUSH_MTHD(push, NV502D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nv50_fbcon_fillrect()
H A Dnvc0_fbcon.c41 u32 colour; in nvc0_fbcon_fillrect() local
46 colour = ((uint32_t *)info->pseudo_palette)[rect->color]; in nvc0_fbcon_fillrect()
48 colour = rect->color; in nvc0_fbcon_fillrect()
59 PUSH_MTHD(push, NV902D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nvc0_fbcon_fillrect()
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/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)
/OK3568_Linux_fs/u-boot/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 …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst2778 indexed colour palette is much easier to set at just two registers, but again
3082 Decoder output video surround colour.
3084 Contains the colour (in yuv) used to fill the screen when the video is
3089 Decoder video window colour
3090 Contains the colour (in yuv) used to fill the video window when the
3397 osd colour mode
3421 osd colour key
3430 osd colour space
3438 When the bits-per-pixel is set to 8, the colour mode is ignored and
3439 assumed to be 8 bit indexed. For 16 & 32 bits-per-pixel the colour depth
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Ddm-demo.h20 const char *colour; member
/OK3568_Linux_fs/buildroot/utils/
H A Dbrmake20 |grep --line-buffered --colour=never -E '>>>'
/OK3568_Linux_fs/buildroot/package/rdesktop/
H A D0001-8bit-colors.patch20 …warning("Display colour depth is %d bit: you may want to use -C for a private colourmap.\n", g_dep…
/OK3568_Linux_fs/kernel/Documentation/
H A DCOPYING-logo1 This is the full-colour version of the currently unofficial Linux logo

123