Lines Matching refs:fb_info

46 static int tgafb_check_var(struct fb_var_screeninfo *, struct fb_info *);
47 static int tgafb_set_par(struct fb_info *);
50 unsigned, struct fb_info *);
51 static int tgafb_blank(int, struct fb_info *);
52 static void tgafb_init_fix(struct fb_info *);
54 static void tgafb_imageblit(struct fb_info *, const struct fb_image *);
55 static void tgafb_fillrect(struct fb_info *, const struct fb_fillrect *);
56 static void tgafb_copyarea(struct fb_info *, const struct fb_copyarea *);
57 static int tgafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info);
172 tgafb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
217 tgafb_set_par(struct fb_info *info)
526 unsigned transp, struct fb_info *info)
572 tgafb_blank(int blank, struct fb_info *info)
630 tgafb_mono_imageblit(struct fb_info *info, const struct fb_image *image)
843 tgafb_clut_imageblit(struct fb_info *info, const struct fb_image *image)
892 tgafb_imageblit(struct fb_info *info, const struct fb_image *image)
929 tgafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
1061 copyarea_line_8bpp(struct fb_info *info, u32 dy, u32 sy,
1106 copyarea_line_32bpp(struct fb_info *info, u32 dy, u32 sy,
1155 copyarea_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy,
1264 tgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1320 tgafb_init_fix(struct fb_info *info)
1390 static int tgafb_pan_display(struct fb_var_screeninfo *var, struct fb_info *info)
1419 struct fb_info *info;
1526 fb_info(info, "%s frame buffer device at 0x%lx\n",
1547 struct fb_info *info = NULL;