Lines Matching defs:specs
2232 struct fb_monspecs *specs;
2248 specs = kzalloc(sizeof(*specs), GFP_KERNEL);
2249 if (specs == NULL) {
2254 fb_edid_to_monspecs(edid, specs);
2258 for (i = 0; i < specs->modedb_len; ++i) {
2262 m = &specs->modedb[i];
2289 fb_videomode_to_omap_timings(&specs->modedb[best_idx], display,
2295 fb_destroy_modedb(specs->modedb);
2296 kfree(specs);