Home | History | Annotate | Download | only in linux

Lines Matching full:fb_videomode

459 	struct fb_videomode *modedb;	/* mode database */
852 struct fb_videomode *mode; /* current mode */
1104 extern void fb_destroy_modedb(struct fb_videomode *modedb);
1105 extern int fb_find_mode_cvt(struct fb_videomode *mode, int margins, int rb);
1111 extern void fb_var_to_videomode(struct fb_videomode *mode,
1114 const struct fb_videomode *mode);
1115 extern int fb_mode_is_equal(const struct fb_videomode *mode1,
1116 const struct fb_videomode *mode2);
1117 extern int fb_add_videomode(const struct fb_videomode *mode,
1119 extern void fb_delete_videomode(const struct fb_videomode *mode,
1121 extern const struct fb_videomode *fb_match_mode(const struct fb_var_screeninfo *var,
1123 extern const struct fb_videomode *fb_find_best_mode(const struct fb_var_screeninfo *var,
1125 extern const struct fb_videomode *fb_find_nearest_mode(const struct fb_videomode *mode,
1128 extern void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
1130 extern const struct fb_videomode *fb_find_best_display(const struct fb_monspecs *specs,
1144 struct fb_videomode {
1162 extern const struct fb_videomode vesa_modes[];
1163 extern const struct fb_videomode cea_modes[];
1167 struct fb_videomode mode;
1172 const struct fb_videomode *db,
1174 const struct fb_videomode *default_mode,