Home
last modified time | relevance | path

Searched refs:colors (Results 1 – 25 of 63) sorted by relevance

123

/linux/drivers/gpu/drm/vkms/tests/
H A Dvkms_format_test.c35 * @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/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dquota.c16 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 Dbinding.c18 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/platform/x86/dell/
H A Dalienware-wmi-base.c176 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 Dalienware-wmi-legacy.c14 struct color_platform colors; member
27 .colors = priv->colors[location], in legacy_wmi_update_led()
H A Dalienware-wmi.h53 struct color_platform colors[4]; member
/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces.rst59 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 Dcolorspaces-details.rst17 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 Dhsv-formats.rst10 in a geometrical representation. The colors are mapped into a
/linux/tools/perf/Documentation/
H A Dperf-config.txt77 [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 Dperfconfig.example1 [colors]
/linux/arch/arc/mm/
H A Dcache.c32 unsigned int sz_k, line_len, colors; member
120 p_ic->colors = p_ic->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo()
125 p_ic->colors > 1 ? " aliasing" : "", in arc_cache_mumbojumbo()
137 p_dc->colors = p_dc->sz_k/assoc/TO_KB(PAGE_SIZE); in arc_cache_mumbojumbo()
141 p_dc->colors = 1; /* PIPT so can't VIPT alias */ in arc_cache_mumbojumbo()
1011 if (is_isa_arcv2() && ic->colors > 1) in arc_cache_init_master()
1028 if (is_isa_arcompact() && dc->colors > 1) { in arc_cache_init_master()
/linux/drivers/video/fbdev/core/
H A Dfb_imageblit.h33 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 Dleds-class-multicolor.rst16 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/drivers/video/logo/
H A Dclut_vga16.ppm2 # Standard console colors
/linux/drivers/media/common/v4l2-tpg/
H A DMakefile2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o
H A Dv4l2-tpg-core.c999 tpg->colors[k][0] = h; in precalculate_color()
1000 tpg->colors[k][1] = s; in precalculate_color()
1001 tpg->colors[k][2] = v; in precalculate_color()
1046 tpg->colors[k][0] = y; in precalculate_color()
1047 tpg->colors[k][1] = cb; in precalculate_color()
1048 tpg->colors[k][2] = cr; in precalculate_color()
1053 tpg->colors[k][0] = r >> 4; in precalculate_color()
1116 tpg->colors[k][0] = r; in precalculate_color()
1117 tpg->colors[k][1] = g; in precalculate_color()
1118 tpg->colors[ in precalculate_color()
[all...]
/linux/arch/m68k/atari/
H A Dnvram.c176 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 Dav7110_hw.c948 static int OSDSetPalette(struct av7110 *av7110, u32 __user *colors, u8 first, u8 last) in OSDSetPalette() argument
959 if (get_user(color, colors + i)) in OSDSetPalette()
1073 u8 __user *colors = (u8 __user *)dc->data; in av7110_osd_cmd() local
1078 if (get_user(r, colors + i * 4) || in av7110_osd_cmd()
1079 get_user(g, colors + i * 4 + 1) || in av7110_osd_cmd()
1080 get_user(b, colors + i * 4 + 2) || in av7110_osd_cmd()
1081 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-multicolor7 The multi_index array, when read, will output the LED colors
/linux/Documentation/fb/
H A Dvesafb.rst44 colors 640x480 800x600 1024x768 1280x1024
61 colors 640x480 800x600 1024x768 1280x1024
72 1024x768x256 colors you have to say "305" at this prompt.
H A Dcirrusfb.rst55 * Associated with the above, console colors are now obtained from a LUT
/linux/Documentation/admin-guide/laptops/
H A Dlg-laptop.rst27 reader mode. In this mode the screen colors change (blue color reduced),
/linux/Documentation/arch/s390/
H A D3270.ChangeLog3 Sep 2002: Get bootup colors right on 3270 console
/linux/Documentation/iio/
H A Dopt4060.rst53 and B values. This is useful to get a value for the ratio between colors

123