Home
last modified time | relevance | path

Searched refs:fb_address_move_long (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/video/fbdev/core/
H A Dfb_copyarea.h358 fb_address_move_long(src, move); in fb_copy()
362 fb_address_move_long(src, -move); in fb_copy()
368 fb_address_move_long(src, move); in fb_copy()
372 fb_address_move_long(src, -move); in fb_copy()
H A Dfb_imageblit.h323 fb_address_move_long(dst, words_per_line); in fb_bitmap_1ppw()
379 fb_address_move_long(dst, words_per_line); in fb_bitmap_2ppw()
437 fb_address_move_long(dst, words_per_line); in fb_bitmap_4ppw()
H A Dfb_draw.h16 static inline void fb_address_move_long(struct fb_address *adr, int offset) in fb_address_move_long() function