Lines Matching refs:fb_videomode
65 struct fb_videomode *modedb; /* mode database */
456 struct fb_videomode *mode; /* current mode */
719 extern void fb_destroy_modedb(struct fb_videomode *modedb);
720 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
724 struct fb_videomode *fb,
727 struct fb_videomode *fbmode);
733 extern void fb_var_to_videomode(struct fb_videomode *mode,
736 const struct fb_videomode *mode);
737 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
738 const struct fb_videomode *mode2);
739 extern int fb_add_videomode(const struct fb_videomode *mode,
741 extern void fb_delete_videomode(const struct fb_videomode *mode,
743 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
745 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
747 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
750 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
752 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
766 struct fb_videomode { struct
787 const struct fb_videomode *mode; argument
791 extern const struct fb_videomode vesa_modes[];
796 struct fb_videomode mode;
801 const struct fb_videomode *db,
803 const struct fb_videomode *default_mode,