Lines Matching refs:transp
230 .transp = { .length = 4, .offset = 12, .msb_right = 0 },
237 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
244 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
251 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
258 .transp = { .length = 8, .offset = 24, .msb_right = 0 },
265 .transp = { .length = 8, .offset = 0, .msb_right = 0 },
272 .transp = { .length = 0, .offset = 0, .msb_right = 0 },
296 cmp_component(&var->transp, &color->transp); in cmp_var_to_colormode()
307 var->transp = color->transp; in assign_colormode_to_var()
1142 u_int blue, u_int transp, int update_hw_pal) in _setcolreg() argument
1194 u_int transp, struct fb_info *info) 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
1212 transp = cmap->transp; in omapfb_setcmap()
1216 if (transp) in omapfb_setcmap()
1217 trans = *transp++; in omapfb_setcmap()