Searched refs:fb_get_buffer_offset (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| A D | softcursor.c | 55 dst = fb_get_buffer_offset(info, &info->pixmap, size); in soft_cursor()
|
| A D | tileblit.c | 54 blit.indices = (u32 *) fb_get_buffer_offset(info, &info->pixmap, size); in tile_putcs()
|
| A D | fbcon_ccw.c | 155 dst = fb_get_buffer_offset(info, &info->pixmap, size); in ccw_putcs()
|
| A D | fbcon_cw.c | 138 dst = fb_get_buffer_offset(info, &info->pixmap, size); in cw_putcs()
|
| A D | bitblit.c | 166 dst = fb_get_buffer_offset(info, &info->pixmap, size); in bit_putcs()
|
| A D | fbcon_ud.c | 177 dst = fb_get_buffer_offset(info, &info->pixmap, size); in ud_putcs()
|
| A D | fbmem.c | 154 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) in fb_get_buffer_offset() function 185 EXPORT_SYMBOL(fb_get_buffer_offset);
|
| /linux/include/linux/ |
| A D | fb.h | 616 extern char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size);
|
| /linux/ |
| A D | vmlinux.symvers | 11912 0x00000000 fb_get_buffer_offset vmlinux EXPORT_SYMBOL
|
| A D | System.map | 22198 ffff8000105e8590 T fb_get_buffer_offset
|
| A D | .tmp_System.map | 22198 ffff8000105e8590 T fb_get_buffer_offset
|
Completed in 351 milliseconds