Lines Matching refs:fb_videomode
64 struct fb_videomode *modedb; /* mode database */
462 struct fb_videomode *mode; /* current mode */
718 extern void fb_destroy_modedb(struct fb_videomode *modedb);
719 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
723 struct fb_videomode *fb,
726 struct fb_videomode *fbmode);
732 extern void fb_var_to_videomode(struct fb_videomode *mode,
735 const struct fb_videomode *mode);
736 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
737 const struct fb_videomode *mode2);
738 extern int fb_add_videomode(const struct fb_videomode *mode,
740 extern void fb_delete_videomode(const struct fb_videomode *mode,
742 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
744 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
746 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
749 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
751 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
765 struct fb_videomode { struct
786 const struct fb_videomode *mode; argument
790 extern const struct fb_videomode vesa_modes[];
791 extern const struct fb_videomode cea_modes[64];
796 struct fb_videomode mode;
801 const struct fb_videomode *db,
803 const struct fb_videomode *default_mode,