Lines Matching defs:info
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()
369 static int hgafb_open(struct fb_info *info, int init) in hgafb_open()
383 static int hgafb_release(struct fb_info *info, int init) in hgafb_release()
405 u_int transp, struct fb_info *info) in hgafb_setcolreg()
424 struct fb_info *info) in hgafb_pan_display()
454 static int hgafb_blank(int blank_mode, struct fb_info *info) in hgafb_blank()
463 static void hgafb_fillrect(struct fb_info *info, const struct fb_fillrect *rect) in hgafb_fillrect()
483 static void hgafb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in hgafb_copyarea()
514 static void hgafb_imageblit(struct fb_info *info, const struct fb_image *image) in hgafb_imageblit()
557 struct fb_info *info; in hgafb_probe() local
600 struct fb_info *info = platform_get_drvdata(pdev); in hgafb_remove() local