Searched refs:fb_get_buffer_offset (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/video/fbdev/core/ |
H A D | softcursor.c | 55 dst = fb_get_buffer_offset(info, &info->pixmap, size); in soft_cursor()
|
H A D | fbmem.c | 134 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) in fb_get_buffer_offset() function 165 EXPORT_SYMBOL(fb_get_buffer_offset);
|
H A D | tileblit.c | 67 blit.indices = (u32 *) fb_get_buffer_offset(info, &info->pixmap, size); in tile_putcs()
|
H A D | fbcon_cw.c | 156 dst = fb_get_buffer_offset(info, &info->pixmap, size); in cw_putcs()
|
H A D | fbcon_ccw.c | 173 dst = fb_get_buffer_offset(info, &info->pixmap, size); in ccw_putcs()
|
H A D | fbcon_ud.c | 196 dst = fb_get_buffer_offset(info, &info->pixmap, size); in ud_putcs()
|
/linux/include/linux/ |
H A D | fb.h | 611 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
|