Home
last modified time | relevance | path

Searched refs:EEXT_REV (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/common/
Dedid_utils.c533 if (!((edid_ext[EEXT_TAG] == 0x02) && (edid_ext[EEXT_REV] == 0x03))) in edid_lpcm_support()
581 if (!((edid_ext[EEXT_TAG] == 0x02) && (edid_ext[EEXT_REV] == 0x03))) in edid_has_hdmi_info()
735 if ((eext_tag == 0x02) && (edid_ext[EEXT_REV] == 0x03)) { in show_edid()
770 edid_ext[EEXT_REV]); in show_edid()
Dedid_utils.h54 #define EEXT_REV 1 macro