Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfb.h194 struct fb_pixmap { struct
458 struct fb_pixmap pixmap; /* Image hardware mapper */
459 struct fb_pixmap sprite; /* Cursor hardware mapper */
621 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
/linux-4.1.27/drivers/video/fbdev/core/
Dfbmem.c158 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) in fb_get_buffer_offset()