Searched refs:fill_op (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/video/fbdev/core/ |
D | sysfillrect.c | 286 void (*fill_op)(struct fb_info *p, unsigned long *dst, in sys_fillrect() local 297 fill_op = bitfill_unaligned_rev; in sys_fillrect() 300 fill_op = bitfill_unaligned; in sys_fillrect() 305 fill_op = bitfill_unaligned; in sys_fillrect() 314 fill_op(p, dst, dst_idx, pat2, left, right, in sys_fillrect()
|
D | cfbfillrect.c | 333 void (*fill_op)(struct fb_info *p, unsigned long __iomem *dst, in cfb_fillrect() local 344 fill_op = bitfill_unaligned_rev; in cfb_fillrect() 347 fill_op = bitfill_unaligned; in cfb_fillrect() 351 fill_op = bitfill_unaligned; in cfb_fillrect() 360 fill_op(p, dst, dst_idx, pat2, left, right, in cfb_fillrect()
|