Searched refs:EDID_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
60 for (i = 0; i < EDID_BLOCK_SIZE; i++) { in edid_block_checksum()101 raw_block = raw_edid + (i + 1) * EDID_BLOCK_SIZE;
659 static void format_hex_string(const unsigned char edid[static EDID_BLOCK_SIZE], in format_hex_string() argument660 char buf[static EDID_BLOCK_SIZE * 5 + 1]) in format_hex_string()662 for (int i = 0; i < EDID_BLOCK_SIZE; ++i) in format_hex_string()674 unsigned char i2c_edid[EDID_BLOCK_SIZE] = {}; in test_i2c()698 edids_equal = (0 == memcmp(drm_edid, i2c_edid, EDID_BLOCK_SIZE)); in test_i2c()704 char buf[5 * EDID_BLOCK_SIZE + 1]; in test_i2c()
35 #define EDID_BLOCK_SIZE 128 macro
165 #define AUDIO_EDID_SIZE (2 * EDID_BLOCK_SIZE)
1079 static unsigned char raw_edid[2 * EDID_BLOCK_SIZE] = {0}; in get_aspect_ratio_edid()