Lines Matching refs:fb_videomode
37 static const struct fb_videomode modedb[] = {
298 const struct fb_videomode vesa_modes[] = {
549 const struct fb_videomode *mode, unsigned int bpp) in fb_try_mode()
625 const struct fb_videomode *db, unsigned int dbsize, in fb_find_mode()
626 const struct fb_videomode *default_mode, in fb_find_mode()
729 struct fb_videomode cvt_mode; in fb_find_mode()
856 void fb_var_to_videomode(struct fb_videomode *mode, in fb_var_to_videomode()
904 const struct fb_videomode *mode) in fb_videomode_to_var()
931 int fb_mode_is_equal(const struct fb_videomode *mode1, in fb_mode_is_equal()
932 const struct fb_videomode *mode2) in fb_mode_is_equal()
964 const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var, in fb_find_best_mode()
968 struct fb_videomode *mode, *best = NULL; in fb_find_best_mode()
999 const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode, in fb_find_nearest_mode()
1003 struct fb_videomode *cmode, *best = NULL; in fb_find_nearest_mode()
1036 const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var, in fb_match_mode()
1040 struct fb_videomode *m, mode; in fb_match_mode()
1059 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode()
1062 struct fb_videomode *m; in fb_add_videomode()
1091 void fb_delete_videomode(const struct fb_videomode *mode, in fb_delete_videomode()
1096 struct fb_videomode *m; in fb_delete_videomode()
1129 void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num, in fb_videomode_to_modelist()
1142 const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs, in fb_find_best_display()
1146 const struct fb_videomode *m, *m1 = NULL, *md = NULL, *best = NULL; in fb_find_best_display()