Lines Matching defs:specs
2230 struct fb_monspecs *specs;
2246 specs = kzalloc(sizeof(*specs), GFP_KERNEL);
2247 if (specs == NULL) {
2252 fb_edid_to_monspecs(edid, specs);
2256 for (i = 0; i < specs->modedb_len; ++i) {
2260 m = &specs->modedb[i];
2287 fb_videomode_to_omap_timings(&specs->modedb[best_idx], display,
2293 fb_destroy_modedb(specs->modedb);
2294 kfree(specs);