OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EEXT_TAG
(Results
1 - 2
of
2
) sorted by null
/external/adhd/cras/src/common/
edid_utils.h
51
#define
EEXT_TAG
0
edid_utils.c
583
if (!((edid_ext[
EEXT_TAG
] == 0x02) && (edid_ext[EEXT_REV] == 0x03)))
631
if (!((edid_ext[
EEXT_TAG
] == 0x02) && (edid_ext[EEXT_REV] == 0x03)))
785
unsigned char
eext_tag
= edid_ext[
EEXT_TAG
];
local
786
if ((
eext_tag
== 0x02) && (edid_ext[EEXT_REV] == 0x03)) {
790
switch (
eext_tag
) {
821
edid_ext[
EEXT_TAG
],
Completed in 63 milliseconds