Lines Matching refs:blocks
77 u32 blocks; member
555 edid->blocks); in adv7511_log_status()
901 if (edid->start_block == 0 && edid->blocks == 0) { in adv7511_get_edid()
902 edid->blocks = state->edid.segments * 2; in adv7511_get_edid()
912 if (edid->start_block + edid->blocks > state->edid.segments * 2) in adv7511_get_edid()
913 edid->blocks = state->edid.segments * 2 - edid->start_block; in adv7511_get_edid()
916 128 * edid->blocks); in adv7511_get_edid()
1322 u32 blocks = state->edid.blocks; in edid_verify_crc() local
1327 if ((segment + 1) * 2 <= blocks) in edid_verify_crc()
1368 state->edid.blocks = state->edid.data[0x7e] + 1; in adv7511_check_edid_status()
1369 v4l2_dbg(1, debug, sd, "%s: %d blocks in total\n", __func__, state->edid.blocks); in adv7511_check_edid_status()