Home
last modified time | relevance | path

Searched refs:fb_cmap (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c61 struct fb_cmap { struct
74 struct fb_cmap sc_cmap[CMAP_SIZE]; argument
108 static void s3_putcmap(struct fb_dev *, const struct fb_cmap *);
154 s3_putcmap(&console_dev, (const struct fb_cmap*)rasops_cmap); in fb_cnattach()
526 s3_putcmap(struct fb_dev *fb, const struct fb_cmap *cmap) in s3_putcmap()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_fb_helper.h278 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info);
362 static inline int drm_fb_helper_setcmap(struct fb_cmap *cmap, in drm_fb_helper_setcmap()
/netbsd-src/sys/dev/sun/
H A Dbt_subr.c208 struct cmap *cm = &fb->fb_cmap; in bt_loadcmap_packed256()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_fb_helper.c920 static int setcmap_pseudo_palette(struct fb_cmap *cmap, struct fb_info *info) in setcmap_pseudo_palette()
952 static int setcmap_legacy(struct fb_cmap *cmap, struct fb_info *info) in setcmap_legacy()
988 struct fb_cmap *cmap) in setcmap_new_gamma_lut()
1030 static int setcmap_atomic(struct fb_cmap *cmap, struct fb_info *info) in setcmap_atomic()
1118 int drm_fb_helper_setcmap(struct fb_cmap *cmap, struct fb_info *info) in drm_fb_helper_setcmap()