Lines Matching refs:fb_videomode
382 struct fb_videomode *mode) in calc_mode_timings()
409 static int get_est_timing(unsigned char *block, struct fb_videomode *mode) in get_est_timing()
494 static int get_std_timing(unsigned char *block, struct fb_videomode *mode, in get_std_timing()
553 static int get_dst_timing(unsigned char *block, struct fb_videomode *mode, in get_dst_timing()
565 struct fb_videomode *mode) in get_detailed_timing()
616 static struct fb_videomode *fb_create_modedb(unsigned char *edid, int *dbsize, in fb_create_modedb()
619 struct fb_videomode *mode, *m; in fb_create_modedb()
624 mode = kcalloc(50, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb()
675 m = kmalloc_array(num, sizeof(struct fb_videomode), GFP_KERNEL); in fb_create_modedb()
678 memmove(m, mode, num * sizeof(struct fb_videomode)); in fb_create_modedb()
690 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb()
720 struct fb_videomode *modes, *mode; in fb_get_monitor_limits()
1312 struct fb_videomode *fbmode) in fb_videomode_from_videomode()
1361 static inline void dump_fb_videomode(const struct fb_videomode *m) in dump_fb_videomode()
1380 int of_get_fb_videomode(struct device_node *np, struct fb_videomode *fb, in of_get_fb_videomode()
1412 void fb_destroy_modedb(struct fb_videomode *modedb) in fb_destroy_modedb()