Searched refs:grayscale (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/amba/
H A Dclcd.h79 grayscale:1; member in struct:clcd_panel
183 else if (!fb->fb.var.grayscale) /* STN color */
195 if (fb->fb.var.grayscale)
253 * You can't change the grayscale setting, and
256 if (var->grayscale != fb->fb.var.grayscale ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dimpd1.c126 .grayscale = 0,
153 .grayscale = 0,
181 .grayscale = 0,
212 .grayscale = 0,
H A Dintegrator_cp.c459 .grayscale = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtx3912fb.c229 tx3912fb_fix.grayscale = 1;
249 tx3912fb_fix.grayscale = 1;
H A Dgbefb.c103 .grayscale = 0,
134 .grayscale = 0,
912 var->grayscale = 0; /* No grayscale for now */
929 /* No grayscale for now */
930 var->grayscale = 0;
H A Dxilinxfb.c145 if (fbi->var.grayscale) {
146 /* Convert color to grayscale.
147 * grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Damba-clcd.c379 fb->fb.var.grayscale = fb->panel->grayscale;
H A Depson1355fb.c182 if (info->var.grayscale)
564 var->grayscale = !is_color;
H A Dimxfb.c114 if (info->var.grayscale)
148 * yres, xres_virtual, yres_virtual, xoffset, yoffset, grayscale,
491 info->var.grayscale = inf->cmap_greyscale;
H A Ds1d13xxxfb.c234 if (info->var.grayscale)
475 var->grayscale = !is_color;
H A Dclps711xfb.c334 info->var.grayscale = info->var.bits_per_pixel > 1;
H A Dskeletonfb.c294 /* grayscale works only partially under directcolor */
295 if (info->var.grayscale) {
296 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Dstifb.c26 * HPA1924A known as "GRX", a 1280x1024 grayscale device with 8 planes
31 * HP710G same as HP710C, 1280x1024 grayscale only
816 if (unlikely(fb->info.var.grayscale)) {
1030 case S9000_ID_ELM: /* GRX, grayscale but else same as A1659A */
1031 var->grayscale = 1;
1034 case S9000_ID_TIMBER: /* HP9000/710 Any (may be a grayscale device) */
1038 strstr(dev_name, "grayscale"))
1039 var->grayscale = 1;
H A Dpxafb.c112 if (fbi->fb.var.grayscale) {
149 if (fbi->fb.var.grayscale)
253 var->grayscale = mode->cmap_greyscale;
264 * yres, xres_virtual, yres_virtual, xoffset, yoffset, grayscale,
H A D68328fb.c294 /* grayscale works only partially under directcolor */
295 if (info->var.grayscale) {
296 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Dpmag-aa-fb.c332 var->grayscale = 1;
H A Dvfb.c267 /* grayscale works only partially under directcolor */
268 if (info->var.grayscale) {
269 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
H A Dsa1100fb.c33 * - Linear grayscale palettes and the kernel.
42 * detect if we are using grayscale.
562 if (fbi->fb.var.grayscale)
613 * yres, xres_virtual, yres_virtual, xoffset, yoffset, grayscale,
1378 fbi->fb.var.grayscale = inf->cmap_greyscale;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-netx/
H A Dnxdb500.c58 .grayscale = 0,
H A Dnxeb500hmi.c58 .grayscale = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h43 u32 grayscale; member in struct:display
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dgx1fb_core.c166 if (info->var.grayscale) {
167 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
309 info->var.grayscale = 0;
H A Dgxfb_core.c171 if (info->var.grayscale) {
172 /* grayscale = 0.30*R + 0.59*G + 0.11*B */
300 info->var.grayscale = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfbset.c86 uint32_t grayscale; /* !=0 Graylevels instead of colors */ member in struct:fb_var_screeninfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_base.c662 if (ACCESS_FBINFO(fbcon).var.grayscale) {
1251 static int grayscale; /* "matrox:grayscale" */ variable
1752 vesafb_defined.grayscale = grayscale;
2424 else if (!strcmp(this_opt, "grayscale"))
2425 grayscale = value;
2536 module_param(grayscale, int, 0);
2537 MODULE_PARM_DESC(grayscale, "Sets display into grayscale
[all...]

Completed in 208 milliseconds

12