Lines Matching refs:fb_videomode
65 struct fb_videomode *modedb; /* mode database */
483 struct fb_videomode *mode; /* current mode */
741 extern void fb_destroy_modedb(struct fb_videomode *modedb);
742 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
746 struct fb_videomode *fb,
749 struct fb_videomode *fbmode);
755 extern void fb_var_to_videomode(struct fb_videomode *mode,
758 const struct fb_videomode *mode);
759 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
760 const struct fb_videomode *mode2);
761 extern int fb_add_videomode(const struct fb_videomode *mode,
763 extern void fb_delete_videomode(const struct fb_videomode *mode,
765 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
767 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
769 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
772 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
774 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
788 struct fb_videomode { struct
809 const struct fb_videomode *mode; argument
813 extern const struct fb_videomode vesa_modes[];
814 extern const struct fb_videomode cea_modes[65];
819 struct fb_videomode mode;
824 const struct fb_videomode *db,
826 const struct fb_videomode *default_mode,