Searched refs:fill_op (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/video/fbdev/core/ |
A D | sysfillrect.c | 296 void (*fill_op)(struct fb_info *p, unsigned long *dst, in sys_fillrect() local 307 fill_op = bitfill_unaligned_rev; in sys_fillrect() 310 fill_op = bitfill_unaligned; in sys_fillrect() 315 fill_op = bitfill_unaligned; in sys_fillrect() 324 fill_op(p, dst, dst_idx, pat2, left, right, in sys_fillrect()
|
A 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()
|
Completed in 4 milliseconds