Lines Matching refs:edid
287 struct edid;
302 const struct edid *edid);
378 * @edid: pointer to the EDID data
386 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
414 const struct edid *edid)
418 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
456 * @edid: the EDID
469 static inline unsigned int cec_get_edid_spa_location(const u8 *edid,
487 if (edid[0x7e] + 1 < blocks)
488 blocks = edid[0x7e] + 1;
494 if (edid[offset] != 0x02 || edid[offset + 1] != 0x03)
498 d = edid[offset + 2] & 0x7f;
508 u8 tag = edid[i] >> 5;
509 u8 len = edid[i] & 0x1f;
512 edid[i + 1] == 0x03 &&
513 edid[i + 2] == 0x0c &&
514 edid[i + 3] == 0x00)