fill_op           333 drivers/video/fbdev/core/cfbfillrect.c 		void (*fill_op)(struct fb_info *p, unsigned long __iomem *dst,
fill_op           344 drivers/video/fbdev/core/cfbfillrect.c 			fill_op = bitfill_unaligned_rev;
fill_op           347 drivers/video/fbdev/core/cfbfillrect.c 			fill_op = bitfill_unaligned;
fill_op           351 drivers/video/fbdev/core/cfbfillrect.c 			fill_op = bitfill_unaligned;
fill_op           360 drivers/video/fbdev/core/cfbfillrect.c 			fill_op(p, dst, dst_idx, pat2, left, right,
fill_op           296 drivers/video/fbdev/core/sysfillrect.c 		void (*fill_op)(struct fb_info *p, unsigned long *dst,
fill_op           307 drivers/video/fbdev/core/sysfillrect.c 			fill_op = bitfill_unaligned_rev;
fill_op           310 drivers/video/fbdev/core/sysfillrect.c 			fill_op = bitfill_unaligned;
fill_op           315 drivers/video/fbdev/core/sysfillrect.c 			fill_op = bitfill_unaligned;
fill_op           324 drivers/video/fbdev/core/sysfillrect.c 			fill_op(p, dst, dst_idx, pat2, left, right,