Lines Matching refs:fb_videomode
65 struct fb_videomode *modedb; /* mode database */
458 struct fb_videomode *mode; /* current mode */
720 extern void fb_destroy_modedb(struct fb_videomode *modedb);
721 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
725 struct fb_videomode *fb,
728 struct fb_videomode *fbmode);
734 extern void fb_var_to_videomode(struct fb_videomode *mode,
737 const struct fb_videomode *mode);
738 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
739 const struct fb_videomode *mode2);
740 extern int fb_add_videomode(const struct fb_videomode *mode,
742 extern void fb_delete_videomode(const struct fb_videomode *mode,
744 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
746 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
748 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
751 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
753 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
767 struct fb_videomode { struct
788 const struct fb_videomode *mode; argument
792 extern const struct fb_videomode vesa_modes[];
797 struct fb_videomode mode;
802 const struct fb_videomode *db,
804 const struct fb_videomode *default_mode,