Lines Matching refs:fb_info
54 #define CHKINFO(ret) if (info != &fb_info) { printk(KERN_DEBUG __FILE__": This should never happen,…
68 static inline u8 __iomem * rowaddr(struct fb_info *info, u_int row) in rowaddr()
241 static void hga_show_logo(struct fb_info *info) in hga_show_logo()
362 static int hgafb_open(struct fb_info *info, int init) in hgafb_open()
376 static int hgafb_release(struct fb_info *info, int init) in hgafb_release()
398 u_int transp, struct fb_info *info) in hgafb_setcolreg()
417 struct fb_info *info) in hgafb_pan_display()
447 static int hgafb_blank(int blank_mode, struct fb_info *info) in hgafb_blank()
456 static void hgafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in hgafb_fillrect()
476 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea()
507 static void hgafb_imageblit(struct fb_info *info, const struct fb_image *image) in hgafb_imageblit()
550 struct fb_info *info; in hgafb_probe()
588 fb_info(info, "%s frame buffer device\n", info->fix.id); in hgafb_probe()
595 struct fb_info *info = platform_get_drvdata(pdev); in hgafb_remove()