Searched refs:cta (Results 1 – 1 of 1) sorted by relevance
1923 static int cea_db_collection_size(const u8 *cta) in cea_db_collection_size() argument1925 u8 d = cta[2]; in cea_db_collection_size()1955 const u8 *cta; in edid_hfeeodb_extension_block_count() local1962 cta = (u8 *)edid + EDID_LENGTH * 1; in edid_hfeeodb_extension_block_count()1963 if (cta[0] != CEA_EXT || cta[1] < 3) in edid_hfeeodb_extension_block_count()1967 if (cea_db_collection_size(cta) < 3) in edid_hfeeodb_extension_block_count()1975 if (!cea_db_is_hdmi_forum_eeodb(&cta[4])) in edid_hfeeodb_extension_block_count()1978 return cta[4 + 2]; in edid_hfeeodb_extension_block_count()