Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dfb.h186 struct fb_pixmap { struct
453 struct fb_pixmap pixmap; /* Image hardware mapper */
454 struct fb_pixmap sprite; /* Cursor hardware mapper */
615 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
/Linux-v5.15/drivers/video/fbdev/core/
Dfbmem.c154 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) in fb_get_buffer_offset()