Home
last modified time | relevance | path

Searched full:colour (Results 1 – 25 of 190) sorted by relevance

12345678

/openbmc/u-boot/tools/patman/
H A Dterminal.py28 colour: Text colour to use
30 def __init__(self, text, newline, colour): argument
33 self.colour = colour
36 return 'newline=%s, colour=%s, text=%s' % (self.newline, self.colour,
39 def Print(text='', newline=True, colour=None): argument
48 colour: Colour to use for the text
51 print_test_list.append(PrintLine(text, newline, colour))
53 if colour:
55 text = col.Color(colour, text)
83 if line.colour:
[all …]
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c41 int colour; /* Text colour to use for output, -1 for none */ member
49 * output_ansi_colour() - Output an ANSI colour code
51 * @colour: Colour to output (0-7)
53 static void output_ansi_colour(int colour) in output_ansi_colour() argument
57 ansi_code[5] = '0' + colour; in output_ansi_colour()
85 if (plat->colour != -1) in sandbox_serial_remove()
96 if (priv->start_of_line && plat->colour != -1) { in sandbox_serial_putc()
98 output_ansi_colour(plat->colour); in sandbox_serial_putc()
220 const char *colour; in sandbox_serial_ofdata_to_platdata() local
223 plat->colour = -1; in sandbox_serial_ofdata_to_platdata()
[all …]
/openbmc/linux/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.
78 colour channels by subsequent processing (such as by an ISP). The
89 with, for example, non-Bayer CFAs (colour filter arrays).
H A Dbiblio.rst223 …ultimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management …
233 …ultimedia systems and equipment - Colour measurement and management - Part 2-1: Colour management …
243 …imedia systems and equipment - Colour measurement and management - Part 2-4: Colour management - E…
253 …ultimedia systems and equipment - Colour measurement and management - Part 2-5: Colour management …
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
/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c45 const char *colour = pdata->colour; in shape_hello() local
63 putc(first ? *colour++ : ch); in shape_hello()
66 if (!*colour) in shape_hello()
67 colour = pdata->colour; in shape_hello()
H A Ddemo-pdata.c11 .colour = "red",
15 .colour = "green",
19 .colour = "yellow",
H A Ddemo-uclass.c71 pdata->colour = fdt_getprop(gd->fdt_blob, dn, "colour", NULL); in demo_parse_dt()
72 if (!pdata->sides || !pdata->colour) { in demo_parse_dt()
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsony,imx290.yaml15 Pixel, available in either mono or colour variants. It is programmable
22 imx290lqr is the full model identifier for the colour variant. "sony,imx290"
30 - sony,imx290lqr # Colour
32 - sony,imx327lqr # Colour
/openbmc/linux/arch/arm/mm/
H A Dcopypage-v6.c67 * Copy the page, taking account of the cache colour.
83 * Now copy the page using the same cache colour as the in v6_copy_user_highpage_aliasing()
101 * so remap the kernel page into the same cache colour as the user
112 * Now clear the page using the same cache colour as in v6_clear_user_highpage_aliasing()
/openbmc/u-boot/drivers/video/
H A DKconfig547 model. Video drivers typically provide a colour text console and
558 bool "Enable colour frame buffer console"
562 Enables the colour frame buffer driver. This supports colour
564 Several colour devices are supported along with various options to
602 This allows the colour buffer frame buffer driver to support
648 hex "Background colour"
652 Defines the background colour for the console. The value is from
655 the background and foreground to the same colour or you will see
659 hex "Foreground colour"
663 Defines the foreground colour for the console. The value is from
[all …]
/openbmc/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.
/openbmc/linux/drivers/gpu/drm/arm/
H A DKconfig12 Choose this option if you have an ARM High Definition Colour LCD
22 Enable this option to show in red colour the pixels that the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch28 COLOUR wattrset(padsmp, COLOR_PAIR(2)); /* Green */
31 COLOUR wattrset(padsmp, COLOR_PAIR(1)); /* Red */
34 COLOUR wattrset(padsmp, COLOR_PAIR(4)); /* Blue */
38 COLOUR wattrset(padsmp, COLOR_PAIR(5));
42 COLOUR wattrset(padsmp, COLOR_PAIR(0));
46 COLOUR wattrset(padsmp, COLOR_PAIR(0));
/openbmc/u-boot/include/
H A Ddm-demo.h14 * @colour: Color of the demo
19 const char *colour; member
H A Dvideo_console.h122 * set_row() - Set the colour of a text row
128 * @clr: Raw colour (pixel value) to write to each pixel
190 * vidconsole_set_row() - Set the colour of a text row
196 * @clr: Raw colour (pixel value) to write to each pixel
/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_cursor.c28 * 00 - pixel colour = CURSOR_CLR_0
29 * 01 - pixel colour = CURSOR_CLR_1
30 * 10 - pixel colour = transparent (current display pixel)
31 * 11 - pixel colour = 1's complement of current display pixel
/openbmc/u-boot/arch/sandbox/dts/
H A Dsandbox64.dts78 colour = "white";
231 colour = "blue";
250 colour = "cyan";
259 sandbox,text-colour = "cyan";
H A Dsandbox.dts88 colour = "white";
266 colour = "blue";
286 colour = "cyan";
296 sandbox,text-colour = "cyan";
/openbmc/linux/Documentation/gpu/amdgpu/display/
H A Ddc-glossary.rst28 Bits Per Colour/Component
65 Delta Colour Compression
/openbmc/phosphor-webui/app/common/styles/components/
H A Dform-elements.scss165 /* Disabled tick colour */
237 /* Disabled tick colour */
257 /* Disabled circle colour */
/openbmc/u-boot/doc/
H A DREADME.LED55 Colour LED
58 Colour LED's are at present only used by ARM.
/openbmc/qemu/hw/display/
H A Domap_lcdc.c74 * 2-bit colour
113 * 4-bit colour
140 * 8-bit colour
160 * 12-bit colour
180 * 16-bit colour
231 /* Colour depth */ in omap_update_display()
/openbmc/u-boot/tools/
H A Dfdtgrep.c51 int colour; /* Display output in ANSI colour */ member
90 * print_ansi_colour() - Print out the ANSI sequence for a colour
93 * @col: Colour to output (COL_...), or COL_NONE to reset colour
338 if (disp->colour) in display_fdt_by_regions()
366 /* Reset colour back to normal before end of line */ in display_fdt_by_regions()
367 if (disp->colour) in display_fdt_by_regions()
931 {"colour", no_argument, NULL, 'A'},
962 "Show all nodes/tags, colour those that match",
1199 /* Show matched lines in colour if we can */ in main()
1200 disp.colour = disp.all && isatty(0); in main()
/openbmc/linux/include/linux/
H A Dslab_def.h34 size_t colour; /* cache colouring range */ member
35 unsigned int colour_off; /* colour offset */

12345678