Lines Matching refs:fb_info
74 /* REGION_BASE(fb_info, index) returns the physical address for region <index> */
75 #define REGION_BASE(fb_info, index) \
76 F_EXTEND(fb_info->sti->regions_phys[index])
106 struct fb_info info;
183 #define NGLE_LOCK(fb_info) do { } while (0)
184 #define NGLE_UNLOCK(fb_info) do { } while (0)
925 stifb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
948 u_int blue, u_int transp, struct fb_info *info)
1008 stifb_blank(int blank_mode, struct fb_info *info)
1037 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
1076 stifb_fillrect(struct fb_info *info, const struct fb_fillrect *rect)
1161 stifb_blank(0, (struct fb_info *)fb); /* 0=enable screen */
1188 struct fb_info *info;
1266 * fb.iobase = REGION_BASE(fb_info,3);
1267 * fb.screen_base = ioremap(REGION_BASE(fb_info,2),xxx);
1394 fb_info(&fb->info, "%s %dx%d-%d frame buffer device, %s, id: %04x, mmio: 0x%04lx\n",
1482 struct fb_info *info = sti->info;