Home
last modified time | relevance | path

Searched refs:fb_default_cmap (Results 1 – 2 of 2) sorted by relevance

/drivers/video/fbdev/core/
Dfbcmap.c123 ret = fb_copy_cmap(fb_default_cmap(len), cmap); in fb_alloc_cmap_gfp()
307 const struct fb_cmap *fb_default_cmap(int len) in fb_default_cmap() function
361 EXPORT_SYMBOL(fb_default_cmap);
Dfbcon.c2620 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()