Lines Matching refs:fb_videomode
67 struct fb_videomode *modedb; /* mode database */
462 struct fb_videomode *mode; /* current mode */
761 extern void fb_destroy_modedb(struct fb_videomode *modedb);
762 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
766 struct fb_videomode *fb,
769 struct fb_videomode *fbmode);
775 extern void fb_var_to_videomode(struct fb_videomode *mode,
778 const struct fb_videomode *mode);
779 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
780 const struct fb_videomode *mode2);
781 extern int fb_add_videomode(const struct fb_videomode *mode,
783 extern void fb_delete_videomode(const struct fb_videomode *mode,
785 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
787 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
789 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
792 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
794 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
808 struct fb_videomode { struct
829 const struct fb_videomode *mode; argument
832 extern const struct fb_videomode vesa_modes[];
837 struct fb_videomode mode;
842 const struct fb_videomode *db,
844 const struct fb_videomode *default_mode,