Searched refs:psr_dpcd (Results 1 – 3 of 3) sorted by relevance
61 return intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED; in is_edp_psr()358 if ((intel_dp->psr_dpcd[1] & DP_PSR_NO_TRAIN_ON_EXIT) || in intel_psr_enable()
3785 memset(intel_dp->psr_dpcd, 0, sizeof(intel_dp->psr_dpcd)); in intel_dp_get_dpcd()3788 intel_dp->psr_dpcd, in intel_dp_get_dpcd()3789 sizeof(intel_dp->psr_dpcd)); in intel_dp_get_dpcd()3790 if (intel_dp->psr_dpcd[0] & DP_PSR_IS_SUPPORTED) { in intel_dp_get_dpcd()
626 uint8_t psr_dpcd[EDP_PSR_RECEIVER_CAP_SIZE]; member