Lines Matching defs:modedb
2 * linux/drivers/video/modedb.c -- Standard video mode database management
28 #define DPRINTK(fmt, args...) printk("modedb %s: " fmt, __func__ , ## args)
37 static const struct fb_videomode modedb[] = {
634 db = modedb;
635 dbsize = ARRAY_SIZE(modedb);
750 DPRINTK("modedb CVT: CVT mode ok\n");
769 if (db != modedb &&
1124 * @modedb: array of struct fb_videomode
1128 void fb_videomode_to_modelist(const struct fb_videomode *modedb, int num,
1136 if (fb_add_videomode(&modedb[i], head))