Lines Matching refs:fb_info
75 #define REGION_BASE(fb_info, index) \ argument
76 F_EXTEND(fb_info->sti->glob_cfg->region_ptrs[index])
106 struct fb_info info;
183 #define NGLE_LOCK(fb_info) do { } while (0) argument
184 #define NGLE_UNLOCK(fb_info) do { } while (0) argument
926 u_int blue, u_int transp, struct fb_info *info) in stifb_setcolreg()
986 stifb_blank(int blank_mode, struct fb_info *info) in stifb_blank()
1015 stifb_copyarea(struct fb_info *info, const struct fb_copyarea *area) in stifb_copyarea()
1097 stifb_blank(0, (struct fb_info *)fb); /* 0=enable screen */ in stifb_init_display()
1123 struct fb_info *info; in stifb_init_fb()
1323 fb_info(&fb->info, "%s %dx%d-%d frame buffer device, %s, id: %04x, mmio: 0x%04lx\n", in stifb_init_fb()
1410 struct fb_info *info = sti->info; in stifb_cleanup()