Lines Matching refs:edid
294 struct edid;
309 const struct edid *edid);
393 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
421 const struct edid *edid) in cec_s_phys_addr_from_edid() argument
425 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size, in cec_get_edid_phys_addr() argument
476 static inline unsigned int cec_get_edid_spa_location(const u8 *edid, in cec_get_edid_spa_location() argument
494 if (edid[0x7e] + 1 < blocks) in cec_get_edid_spa_location()
495 blocks = edid[0x7e] + 1; in cec_get_edid_spa_location()
501 if (edid[offset] != 0x02 || edid[offset + 1] != 0x03) in cec_get_edid_spa_location()
505 d = edid[offset + 2] & 0x7f; in cec_get_edid_spa_location()
515 u8 tag = edid[i] >> 5; in cec_get_edid_spa_location()
516 u8 len = edid[i] & 0x1f; in cec_get_edid_spa_location()
519 edid[i + 1] == 0x03 && in cec_get_edid_spa_location()
520 edid[i + 2] == 0x0c && in cec_get_edid_spa_location()
521 edid[i + 3] == 0x00) in cec_get_edid_spa_location()