Searched refs:edid_block_verify_crc (Results 1 – 2 of 2) sorted by relevance
981 static bool edid_block_verify_crc(u8 *edid_block) in edid_block_verify_crc() function997 if (edid_block_verify_crc(&data[segment * 256])) { in edid_verify_crc()999 return edid_block_verify_crc(&data[segment * 256 + 128]); in edid_verify_crc()
1196 static bool edid_block_verify_crc(uint8_t *edid_block) in edid_block_verify_crc() function1212 if (!edid_block_verify_crc(&data[segment * 256])) in edid_verify_crc()1215 return edid_block_verify_crc(&data[segment * 256 + 128]); in edid_verify_crc()