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)
210 tgafb_set_par(struct fb_info *info)
519 unsigned transp, struct fb_info *info)
565 tgafb_blank(int blank, struct fb_info *info)
623 tgafb_mono_imageblit(struct fb_info *info, const struct fb_image *image)
836 tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image)
886 tgafb_imageblit(struct fb_info *info, const struct fb_image *image)
923 tgafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
1055 copyarea_line_8bpp(struct fb_info *info, u32 dy, u32 sy,
1100 copyarea_line_32bpp(struct fb_info *info, u32 dy, u32 sy,
1149 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy,
1258 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1314 tgafb_init_fix(struct fb_info *info)
1384 static int tgafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
1413 struct fb_info *info;
1520 fb_info(info, "%s frame buffer device at 0x%lx\n",
1541 struct fb_info *info = NULL;