Lines Matching defs:fbi
240 struct fb_info *fbi; member
366 static void sdc_fb_init(struct mx3fb_info *fbi) in sdc_fb_init()
377 static uint32_t sdc_fb_uninit(struct mx3fb_info *fbi) in sdc_fb_uninit()
741 static int mx3fb_set_fix(struct fb_info *fbi) in mx3fb_set_fix()
775 static bool mx3fb_must_set_par(struct fb_info *fbi) in mx3fb_must_set_par()
795 static int __set_par(struct fb_info *fbi, bool lock) in __set_par()
905 static int mx3fb_set_par(struct fb_info *fbi) in mx3fb_set_par()
928 static int mx3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) in mx3fb_check_var()
1030 unsigned int trans, struct fb_info *fbi) in mx3fb_setcolreg()
1074 static void __blank(int blank, struct fb_info *fbi) in __blank()
1112 static int mx3fb_blank(int blank, struct fb_info *fbi) in mx3fb_blank()
1137 struct fb_info *fbi) in mx3fb_pan_display()
1333 static int mx3fb_map_video_memory(struct fb_info *fbi, unsigned int mem_len, in mx3fb_map_video_memory()
1379 static int mx3fb_unmap_video_memory(struct fb_info *fbi) in mx3fb_unmap_video_memory()
1398 struct fb_info *fbi; in mx3fb_init_fbinfo() local
1435 struct fb_info *fbi; in init_fb_chan() local
1546 static void release_fbi(struct fb_info *fbi) in release_fbi()
1629 struct fb_info *fbi = mx3fb->fbi; in mx3fb_remove() local