Lines Matching defs:edid
754 struct edid { struct
755 u8 header[8];
757 u8 mfg_id[2];
758 u8 prod_code[2];
759 u32 serial; /* FIXME: byte order */
760 u8 mfg_week;
761 u8 mfg_year;
763 u8 version;
764 u8 revision;
766 u8 input;
767 u8 width_cm;
768 u8 height_cm;
769 u8 gamma;
770 u8 features;
772 u8 red_green_lo;
773 u8 black_white_lo;
774 u8 red_x;
775 u8 red_y;
776 u8 green_x;
777 u8 green_y;
778 u8 blue_x;
779 u8 blue_y;
780 u8 white_x;
781 u8 white_y;
783 struct est_timings established_timings;
785 struct std_timing standard_timings[8];
787 struct detailed_timing detailed_timings[4];
789 u8 extensions;
791 u8 checksum;