Lines Matching refs:edid
311 struct edid;
326 const struct edid *edid);
402 * @edid: pointer to the EDID data
410 u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
438 const struct edid *edid)
442 static inline u16 cec_get_edid_phys_addr(const u8 *edid, unsigned int size,
480 * @edid: the EDID
493 static inline unsigned int cec_get_edid_spa_location(const u8 *edid,
511 if (edid[0x7e] + 1 < blocks)
512 blocks = edid[0x7e] + 1;
518 if (edid[offset] != 0x02 || edid[offset + 1] != 0x03)
522 d = edid[offset + 2] & 0x7f;
532 u8 tag = edid[i] >> 5;
533 u8 len = edid[i] & 0x1f;
536 edid[i + 1] == 0x03 &&
537 edid[i + 2] == 0x0c &&
538 edid[i + 3] == 0x00)