Lines Matching defs:fbi
237 struct fb_info *fbi; member
363 static void sdc_fb_init(struct mx3fb_info *fbi) in sdc_fb_init()
374 static uint32_t sdc_fb_uninit(struct mx3fb_info *fbi) in sdc_fb_uninit()
738 static int mx3fb_set_fix(struct fb_info *fbi) in mx3fb_set_fix()
772 static bool mx3fb_must_set_par(struct fb_info *fbi) in mx3fb_must_set_par()
792 static int __set_par(struct fb_info *fbi, bool lock) in __set_par()
902 static int mx3fb_set_par(struct fb_info *fbi) in mx3fb_set_par()
925 static int mx3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) in mx3fb_check_var()
1027 unsigned int trans, struct fb_info *fbi) in mx3fb_setcolreg()
1071 static void __blank(int blank, struct fb_info *fbi) in __blank()
1109 static int mx3fb_blank(int blank, struct fb_info *fbi) in mx3fb_blank()
1134 struct fb_info *fbi) in mx3fb_pan_display()
1330 static int mx3fb_map_video_memory(struct fb_info *fbi, unsigned int mem_len, in mx3fb_map_video_memory()
1375 static int mx3fb_unmap_video_memory(struct fb_info *fbi) in mx3fb_unmap_video_memory()
1395 struct fb_info *fbi; in mx3fb_init_fbinfo() local
1432 struct fb_info *fbi; in init_fb_chan() local
1543 static void release_fbi(struct fb_info *fbi) in release_fbi()
1626 struct fb_info *fbi = mx3fb->fbi; in mx3fb_remove() local