Lines Matching defs:edid
285 struct edid { struct
286 u8 header[8];
288 u8 mfg_id[2];
289 u8 prod_code[2];
290 u32 serial; /* FIXME: byte order */
291 u8 mfg_week;
292 u8 mfg_year;
294 u8 version;
295 u8 revision;
297 u8 input;
298 u8 width_cm;
299 u8 height_cm;
300 u8 gamma;
301 u8 features;
303 u8 red_green_lo;
304 u8 black_white_lo;
305 u8 red_x;
306 u8 red_y;
307 u8 green_x;
308 u8 green_y;
309 u8 blue_x;
310 u8 blue_y;
311 u8 white_x;
312 u8 white_y;
314 struct est_timings established_timings;
316 struct std_timing standard_timings[8];
340 int drm_edid_to_sad(struct edid *edid, struct cea_sad **sads); argument