Searched refs:cea_db_tag (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/
H A Ddrm_edid.c4965 static int cea_db_tag(const struct cea_db *db) function
4985 return cea_db_tag(db) == CTA_DB_EXTENDED_TAG &&
4994 return cea_db_tag(db) == CTA_DB_VENDOR &&
5590 switch (cea_db_tag(db)) {
5640 if (cea_db_tag(db) == CTA_DB_AUDIO) {
5693 if (cea_db_tag(db) == CTA_DB_SPEAKER &&
5838 if (cea_db_tag(db) == CTA_DB_AUDIO) {
6348 else if (cea_db_tag(db) == CTA_DB_VIDEO)
6350 else if (cea_db_tag(db) == CTA_DB_AUDIO)

Completed in 83 milliseconds