Searched refs:cta (Results 1 – 1 of 1) sorted by relevance
3339 static int cea_db_collection_size(const u8 *cta) in cea_db_collection_size() argument3341 u8 d = cta[2]; in cea_db_collection_size()3371 const u8 *cta; in edid_hfeeodb_extension_block_count() local3378 cta = (u8 *)edid + HDMI_EDID_BLOCK_SIZE * 1; in edid_hfeeodb_extension_block_count()3379 if (cta[0] != CEA_EXT || cta[1] < 3) in edid_hfeeodb_extension_block_count()3383 if (cea_db_collection_size(cta) < 3) in edid_hfeeodb_extension_block_count()3391 if (!cea_db_is_hdmi_forum_eeodb(&cta[4])) in edid_hfeeodb_extension_block_count()3394 return cta[4 + 2]; in edid_hfeeodb_extension_block_count()