Lines Matching refs:segments
79 u32 segments; member
448 edid->segments ? "found" : "no", in adv7511_log_status()
793 edid->blocks = state->edid.segments * 2; in adv7511_get_edid()
797 if (state->edid.segments == 0) in adv7511_get_edid()
800 if (edid->start_block >= 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()
1164 …atus & MASK_ADV7511_HPD_DETECT) && ((status & MASK_ADV7511_MSEN_DETECT) || state->edid.segments)) { in adv7511_check_monitor_present_status()
1268 state->edid.segments = segment + 1; in adv7511_check_edid_status()
1270 if (((state->edid.data[0x7e] >> 1) + 1) > state->edid.segments) { in adv7511_check_edid_status()
1272 v4l2_dbg(1, debug, sd, "%s: request segment %d\n", __func__, state->edid.segments); in adv7511_check_edid_status()
1274 adv7511_wr(sd, 0xc4, state->edid.segments); in adv7511_check_edid_status()
1280 v4l2_dbg(1, debug, sd, "%s: edid complete with %d segment(s)\n", __func__, state->edid.segments); in adv7511_check_edid_status()