Searched refs:htransp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1290 u_int hred, hgreen, hblue, htransp = 0xffff; in radeonfb_setcmap() local 1296 htransp = *transp++; in radeonfb_setcmap() 1297 rc = radeon_setcolreg (start++, hred, hgreen, hblue, htransp, in radeonfb_setcmap()
|
/kernel/linux/linux-6.6/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()
|
Completed in 11 milliseconds