Home
last modified time | relevance | path

Searched refs:cmap_greyscale (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/arch/arm/mach-pxa/
Dcm-x2xx.c210 .cmap_greyscale = 0,
234 .cmap_greyscale = 0,
259 .cmap_greyscale = 0,
283 .cmap_greyscale = 0,
306 .cmap_greyscale = 0,
330 .cmap_greyscale = 0,
Dpcm990-baseboard.c105 .cmap_greyscale = 0,
127 .cmap_greyscale = 0,
Dcolibri-pxa3xx.c92 .cmap_greyscale = 0,
Didp.c138 .cmap_greyscale = 0,
Dtrizeps4.c466 .cmap_greyscale = 0,
490 .cmap_greyscale = 0,
Dcm-x300.c276 .cmap_greyscale = 0,
289 .cmap_greyscale = 0,
Dlubbock.c402 .cmap_greyscale = 0,
/linux-3.4.99/include/video/
Dsa1100fb.h47 u_int cmap_greyscale:1, member
/linux-3.4.99/arch/arm/plat-mxc/include/mach/
Dimxfb.h64 u_int cmap_greyscale:1, member
/linux-3.4.99/arch/arm/mach-sa1100/
Dh3100.c51 .cmap_greyscale = 1,
Dlart.c41 .cmap_greyscale = 1,
/linux-3.4.99/arch/arm/mach-pxa/include/mach/
Dpxafb.h77 u_int cmap_greyscale:1, member
/linux-3.4.99/drivers/video/
Dimxfb.c715 info->var.grayscale = pdata->cmap_greyscale; in imxfb_init_fbinfo()
Dsa1100fb.c1189 fbi->fb.var.grayscale = inf->cmap_greyscale; in sa1100fb_init_fbinfo()
Dpxafb.c401 var->grayscale = mode->cmap_greyscale; in pxafb_setmode()