Searched refs:sink_count (Results 1 – 11 of 11) sorted by relevance
182 union sink_count { union343 union sink_count sink_cnt;/* 200h */
646 union sink_count sink_count; member
68 unsigned int sink_count; member
173 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count() argument178 *sink_count = 0; in cdn_dp_get_sink_count()183 *sink_count = DP_GET_SINK_COUNT(value); in cdn_dp_get_sink_count()205 u8 sink_count = 0; in cdn_dp_check_sink_connection() local224 if (!cdn_dp_get_sink_count(dp, &sink_count)) in cdn_dp_check_sink_connection()225 return sink_count ? true : false; in cdn_dp_check_sink_connection()
1604 if (dc_link->sink_count >= MAX_SINKS_PER_LINK) { in link_add_remote_sink_helper()1611 dc_link->remote_sinks[dc_link->sink_count] = sink; in link_add_remote_sink_helper()1612 dc_link->sink_count++; in link_add_remote_sink_helper()1679 if (!link->sink_count) { in dc_link_remove_remote_sink()1684 for (i = 0; i < link->sink_count; i++) { in dc_link_remove_remote_sink()1690 while (i < link->sink_count - 1) { in dc_link_remove_remote_sink()1695 link->sink_count--; in dc_link_remove_remote_sink()
89 for (i = 0; i < link->sink_count; ++i) in destruct()556 if (!link->dpcd_caps.sink_count.bits.SINK_COUNT) { in detect_dp()675 && link->dpcd_caps.sink_count. in dc_link_detect()707 if (link->dpcd_caps.sink_count.bits.SINK_COUNT) in dc_link_detect()708 link->dpcd_sink_count = link->dpcd_caps.sink_count. in dc_link_detect()
2422 &link->dpcd_caps.sink_count.raw, in retrieve_link_cap()2423 sizeof(link->dpcd_caps.sink_count.raw)); in retrieve_link_cap()
494 u8 sink_count; member
3792 u8 sink_count; in intel_dp_get_dpcd() local3803 if (drm_dp_dpcd_readb(&intel_dp->aux, DP_SINK_COUNT, &sink_count) <= 0) in intel_dp_get_dpcd()3811 intel_dp->sink_count = DP_GET_SINK_COUNT(sink_count); in intel_dp_get_dpcd()3820 if (!intel_dp_is_edp(intel_dp) && !intel_dp->sink_count) in intel_dp_get_dpcd()4287 u8 old_sink_count = intel_dp->sink_count; in intel_dp_short_pulse()4304 if ((old_sink_count != intel_dp->sink_count) || !ret) { in intel_dp_short_pulse()4367 return intel_dp->sink_count ? in intel_dp_detect_dpcd()
1066 uint8_t sink_count; member
2453 if (sc != mgr->sink_count) { in drm_dp_mst_hpd_irq()2454 mgr->sink_count = sc; in drm_dp_mst_hpd_irq()