Home
last modified time | relevance | path

Searched refs:fb_cmap_user (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dfb.h93 struct fb_cmap_user { struct
111 struct fb_cmap_user cmap; /* color map info */ argument
782 extern int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to);
784 extern int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *fb_info);
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcmap.c189 int fb_cmap_to_user(const struct fb_cmap *from, struct fb_cmap_user *to) in fb_cmap_to_user()
265 int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *info) in fb_set_user_cmap()
Dfbmem.c1085 struct fb_cmap_user cmap; in do_fb_ioctl()
1256 struct fb_cmap_user __user *cmap; in fb_getput_cmap()