/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
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->phy_ctxt->color; in iwl_mvm_quota_iterator() 72 WARN_ON_ONCE(data->colors[id] != mvmvif->phy_ctxt->color); in iwl_mvm_quota_iterator() 135 .colors = { -1, -1, -1, -1 }, in iwl_mvm_update_quotas() 213 if (data.colors[i] < 0) in iwl_mvm_update_quotas() 219 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas()
|
D | binding.c | 17 u16 colors[MAX_MACS_IN_BINDING]; member 50 data->colors[i])); in iwl_mvm_binding_cmd() 85 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator() 124 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
|
/linux-5.19.10/drivers/platform/x86/dell/ |
D | alienware-wmi.c | 193 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-5.19.10/Documentation/userspace-api/media/v4l/ |
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 can no longer be reproduced in 154 If you want to read more about colors and colorspaces, then the
|
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 and the white
|
D | hsv-formats.rst | 10 in a geometrical representation. The colors are mapped into a
|
/linux-5.19.10/Documentation/devicetree/bindings/display/mediatek/ |
D | mediatek,dither.yaml | 15 unavailable colors with available colors and by mixing and matching available 16 colors to mimic unavailable ones.
|
/linux-5.19.10/tools/perf/Documentation/ |
D | perf-config.txt | 77 [colors] 144 To change colors of selected line to other foreground and background colors 147 % perf config --system colors.selected=yellow,green 168 colors.*:: 169 The variables for customizing the colors used in the output for the 171 foreground and background colors, separated by a comma, for example: 180 Available colors: 184 colors.top:: 186 And values of this variable specify percentage colors. 189 colors.medium:: [all …]
|
D | perfconfig.example | 1 [colors]
|
/linux-5.19.10/Documentation/leds/ |
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
|
D | leds-blinkm.rst | 37 We can control the colors separated into red, green and blue and
|
/linux-5.19.10/drivers/video/logo/ |
D | clut_vga16.ppm | 2 # Standard console colors
|
/linux-5.19.10/drivers/media/common/v4l2-tpg/ |
D | Makefile | 2 v4l2-tpg-objs := v4l2-tpg-core.o v4l2-tpg-colors.o
|
D | v4l2-tpg-core.c | 963 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-5.19.10/arch/m68k/atari/ |
D | nvram.c | 174 static const char * const colors[] = { variable 235 colors[vmode & 7], vmode & 8 ? 80 : 40, in atari_nvram_proc_read()
|
/linux-5.19.10/Documentation/ABI/testing/ |
D | sysfs-class-led-multicolor | 7 The multi_index array, when read, will output the LED colors
|
/linux-5.19.10/drivers/staging/media/av7110/ |
D | av7110_hw.c | 963 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-5.19.10/Documentation/fb/ |
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.
|
D | cirrusfb.rst | 55 * Associated with the above, console colors are now obtained from a LUT
|
D | pvr2fb.rst | 43 inverse invert colors on screen (for LCD displays)
|
D | matroxfb.rst | 201 inverse invert colors on screen (for LCD displays) 202 noinverse show true colors on screen. It is default. 221 can paint colors. 357 - text mode uses 6 bit VGA palette instead of 8 bit (one of 262144 colors 358 instead of one of 16M colors). It is due to hardware limitation of
|
/linux-5.19.10/Documentation/admin-guide/laptops/ |
D | lg-laptop.rst | 27 reader mode. In this mode the screen colors change (blue color reduced),
|
/linux-5.19.10/Documentation/s390/ |
D | 3270.ChangeLog | 3 Sep 2002: Get bootup colors right on 3270 console
|
/linux-5.19.10/Documentation/devicetree/bindings/display/tilcdc/ |
D | tilcdc.txt | 31 and blue colors are swapped in either 16 or 24-bit color modes.
|
/linux-5.19.10/Documentation/admin-guide/media/ |
D | cafe_ccic.rst | 18 QVGA modes work; CIF is there but the colors remain funky. Only the OV7670
|