/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | quota.c | 75 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() 182 .colors = { -1, -1, -1, -1 }, in iwl_mvm_update_quotas() 254 if (data.colors[i] < 0) in iwl_mvm_update_quotas() 258 cpu_to_le32(FW_CMD_ID_AND_COLOR(i, data.colors[i])); in iwl_mvm_update_quotas()
|
D | binding.c | 75 u16 colors[MAX_MACS_IN_BINDING]; member 98 data->colors[i])); in iwl_mvm_binding_cmd() 133 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator() 172 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
|
/linux-4.1.27/drivers/platform/x86/ |
D | alienware-wmi.c | 128 struct color_platform colors; member 141 struct color_platform colors; member 148 struct color_platform colors; member 194 zone->colors = repackager.cp; in parse_rgb() 224 wmax_args.colors = zone->colors; in alienware_update_led() 232 legacy_args.colors = zone->colors; in alienware_update_led() 262 target_zone->colors.red, in zone_show() 263 target_zone->colors.green, target_zone->colors.blue); in zone_show()
|
/linux-4.1.27/drivers/video/logo/ |
D | clut_vga16.ppm | 2 # Standard console colors
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perfconfig.example | 1 [colors]
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | Makefile | 5 vivid-osd.o vivid-tpg.o vivid-tpg-colors.o
|
D | vivid-tpg.c | 718 tpg->colors[k][0] = clamp(y >> 4, 1, 254); in precalculate_color() 719 tpg->colors[k][1] = clamp(cb >> 4, 1, 254); in precalculate_color() 720 tpg->colors[k][2] = clamp(cr >> 4, 1, 254); in precalculate_color() 757 tpg->colors[k][0] = y; in precalculate_color() 758 tpg->colors[k][1] = cb; in precalculate_color() 759 tpg->colors[k][2] = cr; in precalculate_color() 807 tpg->colors[k][0] = r; in precalculate_color() 808 tpg->colors[k][1] = g; in precalculate_color() 809 tpg->colors[k][2] = b; in precalculate_color() 835 r_y = tpg->colors[color][0]; /* R or precalculated Y */ in gen_twopix() [all …]
|
D | vivid-tpg.h | 152 u8 colors[TPG_COLOR_MAX][3]; member
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_hw.c | 982 static int OSDSetPalette(struct av7110 *av7110, u32 __user * colors, u8 first, u8 last) in OSDSetPalette() argument 993 if (get_user(color, colors + i)) in OSDSetPalette() 1106 u8 __user *colors = (u8 __user *)dc->data; in av7110_osd_cmd() local 1110 if (get_user(r, colors + i * 4) || in av7110_osd_cmd() 1111 get_user(g, colors + i * 4 + 1) || in av7110_osd_cmd() 1112 get_user(b, colors + i * 4 + 2) || in av7110_osd_cmd() 1113 get_user(blend, colors + i * 4 + 3)) { in av7110_osd_cmd()
|
/linux-4.1.27/Documentation/fb/ |
D | cirrusfb.txt | 56 * Associated with the above, console colors are now obtained from a LUT
|
D | pvr2fb.txt | 42 inverse - invert colors on screen (for LCD displays)
|
D | matroxfb.txt | 184 inverse - invert colors on screen (for LCD displays) 185 noinverse - show true colors on screen. It is default. 204 can paint colors. 328 + text mode uses 6 bit VGA palette instead of 8 bit (one of 262144 colors 329 instead of one of 16M colors). It is due to hardware limitation of
|
D | vesafb.txt | 67 1024x768x256 colors you have to say "305" at this prompt.
|
D | framebuffer.txt | 165 electron beam, pixels with various colors and intensities can be shown.
|
/linux-4.1.27/Documentation/leds/ |
D | leds-blinkm.txt | 32 We can control the colors separated into red, green and blue and
|
/linux-4.1.27/Documentation/s390/ |
D | 3270.ChangeLog | 3 Sep 2002: Get bootup colors right on 3270 console
|
/linux-4.1.27/drivers/char/ |
D | nvram.c | 649 static char *colors[] = { variable 708 colors[vmode & 7], in atari_proc_infos()
|
/linux-4.1.27/Documentation/video4linux/ |
D | cafe_ccic | 8 QVGA modes work; CIF is there but the colors remain funky. Only the OV7670
|
D | vivid.txt | 581 testing colorspace conversions: the colors used in that test pattern 582 map to valid colors in all colorspaces. The colorspace conversion
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | spca501.c | 38 __u8 colors; member
|
D | sonixj.c | 1871 int i, v, colors; in setcolors() local 1883 colors = sd->saturation->val; in setcolors() 1889 v = uv[i] * colors / COLORS_DEF; in setcolors()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 1234 static struct { struct fb_bitfield red, green, blue, transp; int bits_per_pixel; } colors[] = { variable 1795 vesafb_defined.red = colors[depth-1].red; in initMatrox2() 1796 vesafb_defined.green = colors[depth-1].green; in initMatrox2() 1797 vesafb_defined.blue = colors[depth-1].blue; in initMatrox2() 1798 vesafb_defined.bits_per_pixel = colors[depth-1].bits_per_pixel; in initMatrox2()
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 424 of colors possible. (Or, the other way round: The number of colors is 437 (256 colors) on graphic cards 444 'n': normal colors, i.e. 0=white, 1=black 445 'i': inverted colors, i.e. 0=black, 1=white 465 thus you have to set appropriate colors before you start Linux. But if
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-roccat-kone | 44 mappings, sensitivity, the colors of the 5 leds and light
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 393 colors 998 * colors: 1000 foreground and background colors. These names come from the i18n/colors 1040 For example, if you view the file /speakup/i18n/colors, you will see the 1056 cp ~/my_colors /speakup/i18n/colors 1061 Looking at the colors file, we see that the name "blue" is at position 1 1062 within the colors group. Let's change blue to azul: 1063 echo '1 azul' > /speakup/i18n/colors 1064 The next time that Speakup says message 1 from the colors group, it will
|
D | kobjects.c | 915 __ATTR(colors, S_IWUSR|S_IRUGO, message_show, message_store);
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig.txt | 192 mono => selects colors suitable for monochrome displays
|
/linux-4.1.27/drivers/media/i2c/ |
D | Kconfig | 673 the colors of a composite signal.
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 28 properties (such as colors or beeping) of a virtual terminal. The
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 443 Q: Why are the colors all messed up?
|
/linux-4.1.27/drivers/hid/ |
D | Kconfig | 782 RGB colors, fade time and playing. The device is exposed through hidraw
|