Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Dfb.h430 struct fb_pixmap { struct
500 struct fb_pixmap pixmap; /* Image hardware mapper */
501 struct fb_pixmap sprite; /* Cursor hardware mapper */
/OK3568_Linux_fs/kernel/include/linux/
H A Dfb.h185 struct fb_pixmap { struct
452 struct fb_pixmap pixmap; /* Image hardware mapper */
453 struct fb_pixmap sprite; /* Cursor hardware mapper */
614 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbmem.c154 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) in fb_get_buffer_offset()