Lines Matching refs:fb_videomode
66 struct fb_videomode *modedb; /* mode database */
461 struct fb_videomode *mode; /* current mode */
697 extern void fb_destroy_modedb(struct fb_videomode *modedb);
698 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
702 struct fb_videomode *fb,
705 struct fb_videomode *fbmode);
711 extern void fb_var_to_videomode(struct fb_videomode *mode,
714 const struct fb_videomode *mode);
715 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
716 const struct fb_videomode *mode2);
717 extern int fb_add_videomode(const struct fb_videomode *mode,
719 extern void fb_delete_videomode(const struct fb_videomode *mode,
721 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
723 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
725 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
728 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
730 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
744 struct fb_videomode { struct
765 const struct fb_videomode *mode; argument
769 extern const struct fb_videomode vesa_modes[];
774 struct fb_videomode mode;
779 const struct fb_videomode *db,
781 const struct fb_videomode *default_mode,