Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
H A Dfbcmap.c92 int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) in fb_alloc_cmap_gfp() function
135 return fb_alloc_cmap_gfp(cmap, len, transp, GFP_ATOMIC); in fb_alloc_cmap()
276 rc = fb_alloc_cmap_gfp(&umap, cmap->len, cmap->transp != NULL, in fb_set_user_cmap()
/linux/include/linux/
H A Dfb.h819 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);