/openbmc/u-boot/tools/patman/ |
H A D | terminal.py | 28 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 D | sandbox.c | 41 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 D | ext-ctrls-image-source.rst | 36 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 D | biblio.rst | 223 …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 D | pixfmt-srggb10dpcm8.rst | 25 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 D | demo-shape.c | 45 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 D | demo-pdata.c | 11 .colour = "red", 15 .colour = "green", 19 .colour = "yellow",
|
H A D | demo-uclass.c | 71 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 D | sony,imx290.yaml | 15 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 D | copypage-v6.c | 67 * 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 D | Kconfig | 547 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 D | sandbox-serial.txt | 10 sandbox,text-colour: If present, this is the colour of the console text.
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | Kconfig | 12 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 D | 0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch | 28 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 D | dm-demo.h | 14 * @colour: Color of the demo 19 const char *colour; member
|
H A D | video_console.h | 122 * 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 D | mach64_cursor.c | 28 * 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 D | sandbox64.dts | 78 colour = "white"; 231 colour = "blue"; 250 colour = "cyan"; 259 sandbox,text-colour = "cyan";
|
H A D | sandbox.dts | 88 colour = "white"; 266 colour = "blue"; 286 colour = "cyan"; 296 sandbox,text-colour = "cyan";
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | dc-glossary.rst | 28 Bits Per Colour/Component 65 Delta Colour Compression
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | form-elements.scss | 165 /* Disabled tick colour */ 237 /* Disabled tick colour */ 257 /* Disabled circle colour */
|
/openbmc/u-boot/doc/ |
H A D | README.LED | 55 Colour LED 58 Colour LED's are at present only used by ARM.
|
/openbmc/qemu/hw/display/ |
H A D | omap_lcdc.c | 74 * 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 D | fdtgrep.c | 51 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 D | slab_def.h | 34 size_t colour; /* cache colouring range */ member 35 unsigned int colour_off; /* colour offset */
|