Lines Matching refs:segments
73 u32 segments; member
389 edid->segments ? "found" : "no", edid->blocks); in ad9389b_log_status()
685 if (!state->edid.segments) { in ad9389b_get_edid()
689 if (edid->start_block >= state->edid.segments * 2) in ad9389b_get_edid()
691 if (edid->blocks + edid->start_block >= state->edid.segments * 2) in ad9389b_get_edid()
692 edid->blocks = state->edid.segments * 2 - edid->start_block; in ad9389b_get_edid()
949 v4l2_ctrl_s_ctrl(state->have_edid0_ctrl, state->edid.segments ? 0x1 : 0x0); in ad9389b_update_monitor_present_status()
1060 state->edid.segments = segment + 1; in ad9389b_check_edid_status()
1061 if (((state->edid.data[0x7e] >> 1) + 1) > state->edid.segments) { in ad9389b_check_edid_status()
1064 __func__, state->edid.segments); in ad9389b_check_edid_status()
1066 ad9389b_wr(sd, 0xc4, state->edid.segments); in ad9389b_check_edid_status()
1078 v4l2_ctrl_s_ctrl(state->have_edid0_ctrl, state->edid.segments ? 0x1 : 0x0); in ad9389b_check_edid_status()