| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | sandbox.c | 39 int colour; /* Text colour to use for output, -1 for none */ member 47 * output_ansi_colour() - Output an ANSI colour code 49 * @colour: Colour to output (0-7) 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() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | terminal.py | 29 colour: Text colour to use 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 49 colour: Colour to use for the text 52 print_test_list.append(PrintLine(text, newline, colour)) 54 if colour: 56 text = col.Color(colour, text) 84 if line.colour: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| 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 | 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.
|
| 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
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | overdrive.c | 21 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() 68 static sox_effect_handler_t handler = {"overdrive", "[gain [colour]]", in lsx_overdrive_effect_fn()
|
| H A D | csox | 23 # Add similar lines for other non ANSI colour ttys: 54 $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 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-pdata.c | 12 .colour = "red", 16 .colour = "green", 20 .colour = "yellow",
|
| 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()
|
| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | copypage-v6.c | 66 * Copy the page, taking account of the cache colour. 81 * Now copy the page using the same cache colour as the in v6_copy_user_highpage_aliasing() 99 * so remap the kernel page into the same cache colour as the user 110 * Now clear the page using the same cache colour as in v6_clear_user_highpage_aliasing()
|
| /OK3568_Linux_fs/yocto/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));
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | video_console.h | 82 * set_row() - Set the colour of a text row 88 * @clr: Raw colour (pixel value) to write to each pixel 150 * vidconsole_set_row() - Set the colour of a text row 156 * @clr: Raw colour (pixel value) to write to each pixel
|
| H A D | dm-demo.h | 15 * @colour: Color of the demo 20 const char *colour; member
|
| /OK3568_Linux_fs/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.
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/dts/ |
| H A D | sandbox.dts | 86 colour = "white"; 228 colour = "blue"; 243 colour = "cyan"; 252 sandbox,text-colour = "cyan";
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/ |
| H A D | Kconfig | 11 Choose this option if you have an ARM High Definition Colour LCD 21 Enable this option to show in red colour the pixels that the
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | fdtgrep.c | 52 int colour; /* Display output in ANSI colour */ member 91 * print_ansi_colour() - Print out the ANSI sequence for a colour 94 * @col: Colour to output (COL_...), or COL_NONE to reset colour 336 if (disp->colour) in display_fdt_by_regions() 364 /* Reset colour back to normal before end of line */ in display_fdt_by_regions() 365 if (disp->colour) in display_fdt_by_regions() 926 {"colour", no_argument, NULL, 'A'}, 957 "Show all nodes/tags, colour those that match", 1194 /* Show matched lines in colour if we can */ in main() 1195 disp.colour = disp.all && isatty(0); in main()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | nv50_fbcon.c | 41 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 D | nvc0_fbcon.c | 41 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/kernel/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 2778 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/kernel/drivers/gpu/drm/gma500/ |
| H A D | psb_reg.h | 231 /* Colour Key Colour (SRC/DST)*/ 235 /* Colour Key Mask (SRC/DST)*/ 345 * DWORD0: (Only pass if Pattern control == Use Fill Colour) 346 * Fill Colour RGBA8888
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.LED | 55 Colour LED 58 Colour LED's are at present only used by ARM.
|