Lines Matching refs:blue
229 .blue = { .length = 4, .offset = 0, .msb_right = 0 },
236 .blue = { .length = 5, .offset = 0, .msb_right = 0 },
243 .blue = { .length = 8, .offset = 0, .msb_right = 0 },
250 .blue = { .length = 8, .offset = 0, .msb_right = 0 },
257 .blue = { .length = 8, .offset = 0, .msb_right = 0 },
264 .blue = { .length = 8, .offset = 8, .msb_right = 0 },
271 .blue = { .length = 8, .offset = 8, .msb_right = 0 },
288 var->blue.length == 0 || in cmp_var_to_colormode()
295 cmp_component(&var->blue, &color->blue) && in cmp_var_to_colormode()
306 var->blue = color->blue; in assign_colormode_to_var()
1142 u_int blue, u_int transp, int update_hw_pal) in _setcolreg() argument
1183 (blue >> (16 - var->blue.length)); in _setcolreg()
1193 static int omapfb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in omapfb_setcolreg() argument
1198 return _setcolreg(info, regno, red, green, blue, transp, 1); in omapfb_setcolreg()
1204 u16 *red, *green, *blue, *transp; in omapfb_setcmap() local
1211 blue = cmap->blue; in omapfb_setcmap()
1218 r = _setcolreg(info, index++, *red++, *green++, *blue++, trans, in omapfb_setcmap()