Searched refs:fb_cmap (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/vt/hw/fb/ |
H A D | vt_early_fb.c | 117 (cell_t)((info->fb_cmap[i] >> 16) & 0xff), in vt_efb_initialize() 118 (cell_t)((info->fb_cmap[i] >> 8) & 0xff), in vt_efb_initialize() 119 (cell_t)((info->fb_cmap[i] >> 0) & 0xff), in vt_efb_initialize()
|
H A D | vt_fb.c | 174 c = info->fb_cmap[color]; in vt_fb_setpixel() 228 c = info->fb_cmap[color]; in vt_fb_blank() 281 fgc = info->fb_cmap[fg]; in vt_fb_bitblt_bitmap() 282 bgc = info->fb_cmap[bg]; in vt_fb_bitblt_bitmap()
|
/freebsd/sys/dev/vt/hw/ofwfb/ |
H A D | ofwfb.c | 161 fgc = sc->fb_cmap[fg]; in ofwfb_bitblt_bitmap() 162 bgc = sc->fb_cmap[bg]; in ofwfb_bitblt_bitmap() 436 (cell_t)((sc->fb.fb_cmap[i] >> 16) & 0xff), in ofwfb_initialize() 437 (cell_t)((sc->fb.fb_cmap[i] >> 8) & 0xff), in ofwfb_initialize() 438 (cell_t)((sc->fb.fb_cmap[i] >> 0) & 0xff), in ofwfb_initialize()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_fb_helper.h | 115 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
|
H A D | drm_fb_helper.c | 635 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info)
|
/freebsd/sys/dev/vt/colors/ |
H A D | vt_termcolors.c | 189 return (vt_generate_cons_palette(info->fb_cmap, format, rmax, in vt_config_cons_colors()
|
/freebsd/sys/sys/ |
H A D | fbio.h | 157 uint32_t fb_cmap[16]; member
|