Lines Matching full:transp
219 .transp = { .length = 4, .offset = 12, .msb_right = 0 },
226 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
233 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
240 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
247 .transp = { .length = 8, .offset = 24, .msb_right = 0 },
254 .transp = { .length = 8, .offset = 0, .msb_right = 0 },
261 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
285 cmp_component(&var->transp, &color->transp); in cmp_var_to_colormode()
296 var->transp = color->transp; in assign_colormode_to_var()
1134 u_int blue, u_int transp, int update_hw_pal) in _setcolreg() argument
1157 transp, update_hw_pal); in _setcolreg()
1182 u_int transp, struct fb_info *info) in omapfb_setcolreg() argument
1186 return _setcolreg(info, regno, red, green, blue, transp, 1); in omapfb_setcolreg()
1192 u16 *red, *green, *blue, *transp; in omapfb_setcmap() local
1200 transp = cmap->transp; in omapfb_setcmap()
1204 if (transp) in omapfb_setcmap()
1205 trans = *transp++; in omapfb_setcmap()