Lines Matching refs:blocks
77 u32 blocks; member
449 edid->blocks); in adv7511_log_status()
792 if (edid->start_block == 0 && edid->blocks == 0) { in adv7511_get_edid()
793 edid->blocks = state->edid.segments * 2; in adv7511_get_edid()
803 if (edid->start_block + edid->blocks > state->edid.segments * 2) in adv7511_get_edid()
804 edid->blocks = state->edid.segments * 2 - edid->start_block; in adv7511_get_edid()
807 128 * edid->blocks); in adv7511_get_edid()
1209 u32 blocks = state->edid.blocks; in edid_verify_crc() local
1214 if ((segment + 1) * 2 <= blocks) in edid_verify_crc()
1255 state->edid.blocks = state->edid.data[0x7e] + 1; in adv7511_check_edid_status()
1256 v4l2_dbg(1, debug, sd, "%s: %d blocks in total\n", __func__, state->edid.blocks); in adv7511_check_edid_status()