Searched refs:fb_address_forward (Results 1 – 4 of 4) sorted by relevance
| /drivers/video/fbdev/core/ |
| A D | fb_fillrect.h | 216 fb_address_forward(dst, bits_per_line); in fb_fillrect_static() 221 fb_address_forward(dst, bits_per_line); in fb_fillrect_static() 247 fb_address_forward(dst, bits_per_line); in fb_fillrect_rotating() 253 fb_address_forward(dst, bits_per_line); in fb_fillrect_rotating() 265 fb_address_forward(&dst, rect->dy * bits_per_line + rect->dx * bpp); in fb_fillrect()
|
| A D | fb_copyarea.h | 153 fb_address_forward(dst, bits_per_line); in fb_copy_aligned() 154 fb_address_forward(src, bits_per_line); in fb_copy_aligned() 370 fb_address_forward(dst, bits_per_line); in fb_copy() 371 fb_address_forward(src, bits_per_line); in fb_copy() 393 fb_address_forward(&dst, dy*bits_per_line + area->dx*bpp); in fb_copyarea() 394 fb_address_forward(&src, sy*bits_per_line + area->sx*bpp); in fb_copyarea()
|
| A D | fb_imageblit.h | 195 fb_address_forward(dst, bits_per_line); in fb_color_imageblit() 251 fb_address_forward(dst, bits_per_line); in fb_bitmap4x_imageblit() 276 fb_address_forward(dst, bits_per_line); in fb_bitmap1x_imageblit() 489 fb_address_forward(&dst, image->dy * bits_per_line + image->dx * bpp); in fb_imageblit()
|
| A D | fb_draw.h | 22 static inline void fb_address_forward(struct fb_address *adr, unsigned int offset) in fb_address_forward() function
|
Completed in 9 milliseconds