Home
last modified time | relevance | path

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

/openbmc/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 */
/openbmc/linux/include/linux/
H A Dfb.h187 struct fb_pixmap { struct
458 struct fb_pixmap pixmap; /* Image hardware mapper */
459 struct fb_pixmap sprite; /* Cursor hardware mapper */
596 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
/openbmc/linux/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()