Searched refs:fb_get_buffer_offset (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/core/ | 
| D | softcursor.c | 55 	dst = fb_get_buffer_offset(info, &info->pixmap, size);  in soft_cursor()
 | 
| D | tileblit.c | 69 	blit.indices = (u32 *) fb_get_buffer_offset(info, &info->pixmap, size);  in tile_putcs()
 | 
| D | bitblit.c | 181 		dst = fb_get_buffer_offset(info, &info->pixmap, size);  in bit_putcs()
 | 
| D | fbcon_ccw.c | 174 		dst = fb_get_buffer_offset(info, &info->pixmap, size);  in ccw_putcs()
 | 
| D | fbcon_cw.c | 157 		dst = fb_get_buffer_offset(info, &info->pixmap, size);  in cw_putcs()
 | 
| D | fbcon_ud.c | 197 		dst = fb_get_buffer_offset(info, &info->pixmap, size);  in ud_putcs()
 | 
| D | fbmem.c | 153 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size)  in fb_get_buffer_offset()  function184 EXPORT_SYMBOL(fb_get_buffer_offset);
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | fb.h | 616 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
 |