Lines Matching refs:fb_videomode
36 static const struct fb_videomode modedb[] = {
297 const struct fb_videomode vesa_modes[] = {
548 const struct fb_videomode *mode, unsigned int bpp) in fb_try_mode()
624 const struct fb_videomode *db, unsigned int dbsize, in fb_find_mode()
625 const struct fb_videomode *default_mode, in fb_find_mode()
728 struct fb_videomode cvt_mode; in fb_find_mode()
855 void fb_var_to_videomode(struct fb_videomode *mode, in fb_var_to_videomode()
903 const struct fb_videomode *mode) in fb_videomode_to_var()
930 int fb_mode_is_equal(const struct fb_videomode *mode1, in fb_mode_is_equal()
931 const struct fb_videomode *mode2) in fb_mode_is_equal()
963 const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var, in fb_find_best_mode()
967 struct fb_videomode *mode, *best = NULL; in fb_find_best_mode()
998 const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode, in fb_find_nearest_mode()
1002 struct fb_videomode *cmode, *best = NULL; in fb_find_nearest_mode()
1035 const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var, in fb_match_mode()
1039 struct fb_videomode *m, mode; in fb_match_mode()
1058 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode()
1061 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()