Lines Matching refs:fb_videomode
70 struct fb_videomode *modedb; /* mode database */
473 struct fb_videomode *mode; /* current mode */
795 extern void fb_destroy_modedb(struct fb_videomode *modedb);
796 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
800 struct fb_videomode *fb,
803 struct fb_videomode *fbmode);
809 extern void fb_var_to_videomode(struct fb_videomode *mode,
812 const struct fb_videomode *mode);
813 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
814 const struct fb_videomode *mode2);
815 extern int fb_add_videomode(const struct fb_videomode *mode,
817 extern void fb_delete_videomode(const struct fb_videomode *mode,
819 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
821 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
823 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
826 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
828 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
842 struct fb_videomode { struct
863 const struct fb_videomode *mode; argument
866 extern const struct fb_videomode vesa_modes[];
871 struct fb_videomode mode;
876 const struct fb_videomode *db,
878 const struct fb_videomode *default_mode,