Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dquota.c72 int colors[MAX_BINDINGS]; member
125 if (data->colors[id] < 0) in iwl_mvm_quota_iterator()
126 data->colors[id] = mvmvif->phy_ctxt->color; in iwl_mvm_quota_iterator()
128 WARN_ON_ONCE(data->colors[id] != mvmvif->phy_ctxt->color); in iwl_mvm_quota_iterator()
191 .colors = { -1, -1, -1, -1 }, in iwl_mvm_update_quotas()
269 if (data.colors[i] < 0) in iwl_mvm_update_quotas()
275 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas()
Dbinding.c72 u16 colors[MAX_MACS_IN_BINDING]; member
108 data->colors[i])); in iwl_mvm_binding_cmd()
143 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator()
182 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
/Linux-v5.4/drivers/platform/x86/
Dalienware-wmi.c193 struct color_platform colors; member
206 struct color_platform colors; member
213 struct color_platform colors; member
259 zone->colors = repackager.cp; in parse_rgb()
290 wmax_basic_args.colors = zone->colors; in alienware_update_led()
298 legacy_args.colors = zone->colors; in alienware_update_led()
328 target_zone->colors.red, in zone_show()
329 target_zone->colors.green, target_zone->colors.blue); in zone_show()
/Linux-v5.4/Documentation/media/uapi/v4l/
Dcolorspaces.rst66 colors are specified with lower case 'x' and 'y', then the CIE xyY
74 A monitor or TV will reproduce colors by emitting light at three
92 To recapitulate: the CIE XYZ colorspace uniquely identifies colors.
95 constructed that transforms CIE XYZ colors to colors in the new
107 colors used in graphics are all R'G'B', except in openGL which uses
109 provide linear RGB colors or to use the built-in openGL support to apply
130 all colors that humans can perceive, but the transform to another
131 colorspace will produce colors that are outside the [0…1] range. Once
132 clamped to the [0…1] range those colors can no longer be reproduced in
161 If you want to read more about colors and colorspaces, then the
Dcolorspaces-details.rst24 range. The chromaticities of the primary colors and the white reference
105 quantization is limited range. The chromaticities of the primary colors
233 The chromaticities of the primary colors and the white reference are:
316 The chromaticities of the primary colors and the white reference are:
382 of the primary colors and the white reference are:
486 The chromaticities of the primary colors and the white reference are:
539 quantization is limited range. The chromaticities of the primary colors
610 limited range. The chromaticities of the primary colors and the white
689 range. The chromaticities of the primary colors and the white reference
758 formats. The chromaticities of the primary colors and the white
Dhsv-formats.rst17 in a geometrical representation. The colors are mapped into a
Dext-ctrls-camera.rst296 generally cools down the colors and corresponds approximately to
312 It slightly warms up the colors and corresponds roughly to
418 - Dawn and dusk. Preserves the colors seen in low natural light
423 - Fall colors. Increases saturation and adjusts white balance for
/Linux-v5.4/tools/perf/Documentation/
Dperf-config.txt77 [colors]
143 To change colors of selected line to other foreground and background colors
146 % perf config --system colors.selected=yellow,green
167 colors.*::
168 The variables for customizing the colors used in the output for the
170 foreground and background colors, separated by a comma, for example:
179 Available colors:
183 colors.top::
185 And values of this variable specify percentage colors.
188 colors.medium::
[all …]
Dperfconfig.example1 [colors]
/Linux-v5.4/drivers/video/logo/
Dclut_vga16.ppm2 # Standard console colors
/Linux-v5.4/drivers/media/common/v4l2-tpg/
DMakefile2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o
Dv4l2-tpg-core.c963 tpg->colors[k][0] = h; in precalculate_color()
964 tpg->colors[k][1] = s; in precalculate_color()
965 tpg->colors[k][2] = v; in precalculate_color()
1010 tpg->colors[k][0] = y; in precalculate_color()
1011 tpg->colors[k][1] = cb; in precalculate_color()
1012 tpg->colors[k][2] = cr; in precalculate_color()
1017 tpg->colors[k][0] = r >> 4; in precalculate_color()
1080 tpg->colors[k][0] = r; in precalculate_color()
1081 tpg->colors[k][1] = g; in precalculate_color()
1082 tpg->colors[k][2] = b; in precalculate_color()
[all …]
/Linux-v5.4/arch/m68k/atari/
Dnvram.c174 static const char * const colors[] = { variable
235 colors[vmode & 7], vmode & 8 ? 80 : 40, in atari_nvram_proc_read()
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_hw.c963 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette() argument
974 if (get_user(color, colors + i)) in OSDSetPalette()
1087 u8 __user *colors = (u8 __user *)dc->data; in av7110_osd_cmd() local
1091 if (get_user(r, colors + i * 4) || in av7110_osd_cmd()
1092 get_user(g, colors + i * 4 + 1) || in av7110_osd_cmd()
1093 get_user(b, colors + i * 4 + 2) || in av7110_osd_cmd()
1094 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd()
/Linux-v5.4/Documentation/fb/
Dvesafb.rst44 colors 640x480 800x600 1024x768 1280x1024
61 colors 640x480 800x600 1024x768 1280x1024
72 1024x768x256 colors you have to say "305" at this prompt.
Dcirrusfb.rst55 * Associated with the above, console colors are now obtained from a LUT
Dpvr2fb.rst43 inverse invert colors on screen (for LCD displays)
Dmatroxfb.rst201 inverse invert colors on screen (for LCD displays)
202 noinverse show true colors on screen. It is default.
221 can paint colors.
359 - text mode uses 6 bit VGA palette instead of 8 bit (one of 262144 colors
360 instead of one of 16M colors). It is due to hardware limitation of
/Linux-v5.4/Documentation/admin-guide/laptops/
Dlg-laptop.rst29 reader mode. In this mode the screen colors change (blue color reduced),
/Linux-v5.4/Documentation/leds/
Dleds-blinkm.rst37 We can control the colors separated into red, green and blue and
/Linux-v5.4/Documentation/s390/
D3270.ChangeLog3 Sep 2002: Get bootup colors right on 3270 console
/Linux-v5.4/Documentation/devicetree/bindings/display/
Dssd1307fb.txt34 BANK0, and colors A, B, and C. Each value in range
/Linux-v5.4/Documentation/devicetree/bindings/display/tilcdc/
Dtilcdc.txt31 and blue colors are swapped in either 16 or 24-bit color modes.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dcafe_ccic.rst18 QVGA modes work; CIF is there but the colors remain funky. Only the OV7670
/Linux-v5.4/tools/testing/selftests/ftrace/
Dftracetest183 ncolors=`tput colors 2>/dev/null || echo 0`

12