Lines Matching refs:fb_info
45 static int tgafb_check_var(struct fb_var_screeninfo *, struct fb_info *);
46 static int tgafb_set_par(struct fb_info *);
49 unsigned, struct fb_info *);
50 static int tgafb_blank(int, struct fb_info *);
51 static void tgafb_init_fix(struct fb_info *);
53 static void tgafb_imageblit(struct fb_info *, const struct fb_image *);
54 static void tgafb_fillrect(struct fb_info *, const struct fb_fillrect *);
55 static void tgafb_copyarea(struct fb_info *, const struct fb_copyarea *);
56 static int tgafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info);
165 tgafb_check_var(struct fb_var_screeninfo *var, struct fb_info *info) in tgafb_check_var()
207 tgafb_set_par(struct fb_info *info)
516 unsigned transp, struct fb_info *info)
562 tgafb_blank(int blank, struct fb_info *info)
620 tgafb_mono_imageblit(struct fb_info *info, const struct fb_image *image)
833 tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image)
883 tgafb_imageblit(struct fb_info *info, const struct fb_image *image)
920 tgafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
1050 copyarea_line_8bpp(struct fb_info *info, u32 dy, u32 sy,
1095 copyarea_line_32bpp(struct fb_info *info, u32 dy, u32 sy,
1144 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy,
1251 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1307 tgafb_init_fix(struct fb_info *info)
1377 static int tgafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
1406 struct fb_info *info;
1515 fb_info(info, "%s frame buffer device at 0x%lx\n",
1536 struct fb_info *info = NULL;