/linux/Documentation/userspace-api/media/v4l/ |
H A D | colorspaces.rst | 59 colors are specified with lower case 'x' and 'y', then the CIE xyY 67 A monitor or TV will reproduce colors by emitting light at three 85 To recapitulate: the CIE XYZ colorspace uniquely identifies colors. 88 constructed that transforms CIE XYZ colors to colors in the new 100 colors used in graphics are all R'G'B', except in openGL which uses 102 provide linear RGB colors or to use the built-in openGL support to apply 123 all colors that humans can perceive, but the transform to another 124 colorspace will produce colors that are outside the [0…1] range. Once 125 clamped to the [0…1] range those colors ca [all...] |
H A D | colorspaces-details.rst | 17 range. The chromaticities of the primary colors and the white reference 94 quantization is limited range. The chromaticities of the primary colors 218 The chromaticities of the primary colors and the white reference are: 297 The chromaticities of the primary colors and the white reference are: 359 The chromaticities of the primary colors and the white reference are: 459 The chromaticities of the primary colors and the white reference are: 509 quantization is limited range. The chromaticities of the primary colors 577 limited range. The chromaticities of the primary colors and the white 654 range. The chromaticities of the primary colors and the white reference 720 formats. The chromaticities of the primary colors an [all...] |
H A D | hsv-formats.rst | 10 in a geometrical representation. The colors are mapped into a
|
/linux/drivers/gpu/drm/vkms/tests/ |
H A D | vkms_format_test.c | 35 * @n_colors: Count of test colors in this case 50 } colors[TEST_BUFF_SIZE]; member 78 .colors = { 103 .colors = { 128 .colors = { 153 .colors = { 178 .colors = { 203 .colors = { 216 * colors to ARGB colors i [all...] |
/linux/tools/perf/Documentation/ |
H A D | perf-config.txt | 77 [colors] 141 To change colors of selected line to other foreground and background colors 144 % perf config --system colors.selected=yellow,green 165 colors.*:: 166 The variables for customizing the colors used in the output for the 168 foreground and background colors, separated by a comma, for example: 177 Available colors: 181 colors.top:: 183 And values of this variable specify percentage colors [all...] |
H A D | perfconfig.example | 1 [colors]
|
/linux/drivers/platform/x86/dell/ |
H A D | alienware-wmi-base.c | 176 static int parse_rgb(const char *buf, struct color_platform *colors) in parse_rgb() argument 196 *colors = repackager.cp; in parse_rgb() 207 struct color_platform *colors = &priv->colors[location]; in zone_show() local 210 colors->red, colors->green, colors->blue); in zone_show() 218 struct color_platform *colors = &priv->colors[location]; in zone_store() local 222 ret = parse_rgb(buf, colors); in zone_store() [all...] |
H A D | alienware-wmi-legacy.c | 14 struct color_platform colors; member 27 .colors = priv->colors[location], in legacy_wmi_update_led()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | quota.c | 16 int colors[MAX_BINDINGS]; member 69 if (data->colors[id] < 0) in iwl_mvm_quota_iterator() 70 data->colors[id] = mvmvif->deflink.phy_ctxt->color; in iwl_mvm_quota_iterator() 72 WARN_ON_ONCE(data->colors[id] != in iwl_mvm_quota_iterator() 97 .colors = { -1, -1, -1, -1 }, in iwl_mvm_update_quotas() 175 if (data.colors[i] < 0) in iwl_mvm_update_quotas() 181 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas()
|
H A D | binding.c | 18 u16 colors[MAX_MACS_IN_BINDING]; member 51 data->colors[i])); in iwl_mvm_binding_cmd() 86 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator() 125 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
|
/linux/drivers/video/logo/ |
H A D | pnmtologo.c | 26 #define LINUX_LOGO_VGA16 2 /* 16 colors VGA text palette */ 27 #define LINUX_LOGO_CLUT224 3 /* 224 colors */ 317 die("Image must use the 16 console colors only\n" in write_logo_vga16() 319 "of colors\n"); in write_logo_vga16() 357 die("Image has more than %d colors\n" in write_logo_clut224() 358 "Use ppmquant(1) to reduce the number of colors\n", in write_logo_clut224() 435 " vga16 : 16 colors VGA text palette\n" in usage() 436 " clut224 : 224 colors (default)\n" in usage()
|
H A D | clut_vga16.ppm | 2 # Standard console colors
|
/linux/drivers/video/fbdev/core/ |
H A D | fb_logo.c | 35 /* palette_cmap provides space for only 16 colors at once */ in fb_set_logocmap() 64 * 16 colors long. in fb_set_logo_truepalette() 149 * Three (3) kinds of logo maps exist. linux_logo_clut224 (>16 colors), 150 * linux_logo_vga16 (16 colors) and linux_logo_mono (2 colors). Depending on 155 * Color exceeds the number of console colors (16), thus we set the hardware DAC 163 * The number of colors just matches the console colors, thus there is no need
|
H A D | fb_imageblit.h | 33 unsigned long colors[2]; member 45 *pixels = iter->colors[(iter->data[byte] >> bit) & 1]; in fb_bitmap_image() 263 iter.colors[0] = bgcolor; in fb_bitmap1x_imageblit() 264 iter.colors[1] = fgcolor; in fb_bitmap1x_imageblit() 266 iter.colors[0] <<= BITS_PER_LONG - bpp; in fb_bitmap1x_imageblit() 267 iter.colors[1] <<= BITS_PER_LONG - bpp; in fb_bitmap1x_imageblit()
|
/linux/Documentation/leds/ |
H A D | leds-class-multicolor.rst | 16 The multicolor class presents files that groups the colors as indexes in an 22 colors will be arbitrary. The ``multi_index`` file can be read to determine the 25 The ``multi_index`` file is an array that contains the string list of the colors as
|
/linux/include/linux/ |
H A D | linux_logo.h | 19 #define LINUX_LOGO_VGA16 2 /* 16 colors VGA text palette */ 20 #define LINUX_LOGO_CLUT224 3 /* 224 colors */
|
H A D | console_struct.h | 36 * @color: foreground & background colors 40 * @reverse: reversed foreground/background colors 114 unsigned char vc_def_color; /* Default colors */
|
/linux/drivers/staging/fbtft/ |
H A D | fb_ili9163.c | 33 /* (In normal mode/Full colors) */ 34 #define CMD_FRMCTR2 0xB2 /* Frame Rate Control (In Idle mode/8-colors) */ 36 /* (In Partial mode/full colors) */ 91 /* Frame Rate Control (In normal mode/Full colors) */ in init_display()
|
/linux/tools/testing/selftests/x86/bugs/ |
H A D | its_permutations.py | 54 # Define patterns and their corresponding colors 66 # Apply colors based on patterns
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | binding.h | 22 * @macs: array of MAC id and colors which belong to the binding, 42 * @macs: array of MAC id and colors which belong to the binding
|
/linux/Documentation/fb/ |
H A D | vesafb.rst | 44 colors 640x480 800x600 1024x768 1280x1024 61 colors 640x480 800x600 1024x768 1280x1024 72 1024x768x256 colors you have to say "305" at this prompt.
|
/linux/arch/m68k/atari/ |
H A D | nvram.c | 176 static const char * const colors[] = { variable 236 "Video mode : %s colors, %d columns, %s %s monitor\n", in atari_nvram_proc_read() 237 colors[vmode & 7], vmode & 8 ? 80 : 40, in atari_nvram_proc_read()
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.h | 34 Pal1Bit = 2, /* 2 colors for 1 Bit Palette */ 35 Pal2Bit = 4, /* 4 colors for 2 bit palette */ 36 Pal4Bit = 16, /* 16 colors for 4 bit palette */ 37 Pal8Bit = 256 /* 256 colors for 16 bit palette */
|
/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 228 # Define text colors 229 # Check available colors on the terminal, if any 230 ncolors=`tput colors 2>/dev/null || echo 0` 235 # If stdout exists and number of colors is eight or more, use them
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | Makefile | 2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o
|