Lines Matching refs:fb_videomode
387 struct fb_videomode *mode) in calc_mode_timings()
414 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing()
499 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing()
558 static int get_dst_timing(unsigned char *block, struct fb_videomode *mode, in get_dst_timing()
570 struct fb_videomode *mode) in get_detailed_timing()
621 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb()
624 struct fb_videomode *mode, *m; in fb_create_modedb()
629 mode = kzalloc_objs(struct fb_videomode, 50); in fb_create_modedb()
680 m = kmalloc_objs(struct fb_videomode, num); in fb_create_modedb()
683 memmove(m, mode, num * sizeof(struct fb_videomode)); in fb_create_modedb()
695 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb()
725 struct fb_videomode *modes, *mode; in fb_get_monitor_limits()
1317 struct fb_videomode *fbmode) in fb_videomode_from_videomode()
1366 static inline void dump_fb_videomode(const struct fb_videomode *m) in dump_fb_videomode()
1385 int of_get_fb_videomode(struct device_node *np, struct fb_videomode *fb, in of_get_fb_videomode()
1417 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb()