Lines Matching refs:segments
79 u32 segments; member
554 edid->segments ? "found" : "no", in adv7511_log_status()
902 edid->blocks = state->edid.segments * 2; in adv7511_get_edid()
906 if (state->edid.segments == 0) in adv7511_get_edid()
909 if (edid->start_block >= 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()
1277 …atus & MASK_ADV7511_HPD_DETECT) && ((status & MASK_ADV7511_MSEN_DETECT) || state->edid.segments)) { in adv7511_check_monitor_present_status()
1381 state->edid.segments = segment + 1; in adv7511_check_edid_status()
1383 if (((state->edid.data[0x7e] >> 1) + 1) > state->edid.segments) { in adv7511_check_edid_status()
1385 v4l2_dbg(1, debug, sd, "%s: request segment %d\n", __func__, state->edid.segments); in adv7511_check_edid_status()
1387 adv7511_wr(sd, 0xc4, state->edid.segments); in adv7511_check_edid_status()
1393 v4l2_dbg(1, debug, sd, "%s: edid complete with %d segment(s)\n", __func__, state->edid.segments); in adv7511_check_edid_status()