Searched refs:fb_alloc_cmap_gfp (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | fbcmap.c | 92 int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags) fb_alloc_cmap_gfp() function 133 return fb_alloc_cmap_gfp(cmap, len, transp, GFP_ATOMIC); fb_alloc_cmap() 272 rc = fb_alloc_cmap_gfp(&umap, cmap->len, cmap->transp != NULL, fb_set_user_cmap()
|
/linux-4.1.27/include/linux/ |
H A D | fb.h | 756 extern int fb_alloc_cmap_gfp(struct fb_cmap *cmap, int len, int transp, gfp_t flags);
|
Completed in 178 milliseconds