Searched refs:htransp (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/core/ |
H A D | fbcmap.c | 235 u_int hred, hgreen, hblue, htransp = 0xffff; in fb_set_cmap() local 254 htransp = *transp++; in fb_set_cmap() 257 htransp, info)) in fb_set_cmap()
|
/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1291 u_int hred, hgreen, hblue, htransp = 0xffff; in radeonfb_setcmap() local 1297 htransp = *transp++; in radeonfb_setcmap() 1298 rc = radeon_setcolreg (start++, hred, hgreen, hblue, htransp, in radeonfb_setcmap()
|