fill_op32         307 drivers/video/fbdev/core/cfbfillrect.c 		void (*fill_op32)(struct fb_info *p,
fill_op32         314 drivers/video/fbdev/core/cfbfillrect.c 			fill_op32 = bitfill_aligned_rev;
fill_op32         317 drivers/video/fbdev/core/cfbfillrect.c 			fill_op32 = bitfill_aligned;
fill_op32         321 drivers/video/fbdev/core/cfbfillrect.c 			fill_op32 = bitfill_aligned;
fill_op32         327 drivers/video/fbdev/core/cfbfillrect.c 			fill_op32(p, dst, dst_idx, pat, width*bpp, bits,
fill_op32         271 drivers/video/fbdev/core/sysfillrect.c 		void (*fill_op32)(struct fb_info *p, unsigned long *dst,
fill_op32         277 drivers/video/fbdev/core/sysfillrect.c 			fill_op32 = bitfill_aligned_rev;
fill_op32         280 drivers/video/fbdev/core/sysfillrect.c 			fill_op32 = bitfill_aligned;
fill_op32         285 drivers/video/fbdev/core/sysfillrect.c 			fill_op32 = bitfill_aligned;
fill_op32         291 drivers/video/fbdev/core/sysfillrect.c 			fill_op32(p, dst, dst_idx, pat, width*bpp, bits);