Lines Matching refs:data
375 * @dpcd: DisplayPort configuration data
397 * @dpcd: DisplayPort configuration data
471 /* send back checksum for the last edid extension block data */
631 * @dpcd: DisplayPort configuration data
659 * @dpcd: DisplayPort configuration data
724 * @dpcd: DisplayPort configuration data
768 * @dpcd: DisplayPort configuration data
825 * @dpcd: DisplayPort configuration data
856 * @dpcd: DisplayPort configuration data
885 * @dpcd: DisplayPort configuration data
953 * @dpcd: DisplayPort configuration data
1043 * @dpcd: DisplayPort configuration data
1097 * @dpcd: DisplayPort configuration data
1220 * be 0 or 1 data bytes. Assume 0 for the "best" case.
1401 * Keep retrying drm_dp_i2c_do_msg until all data has been transferred.
1561 * At DP_TEST_CRC_R_CR, there's 6 bytes containing CRC data, 2 bytes
1822 * ident. The quirk data is shared but it's up to the drivers to act on the
1823 * data.
2116 * @data: DP phy compliance test parameters.
2121 struct drm_dp_phy_test_params *data)
2129 data->link_rate = drm_dp_bw_code_to_link_rate(rate);
2134 data->num_lanes = lanes & DP_MAX_LANE_COUNT_MASK;
2137 data->enhanced_frame_cap = true;
2139 err = drm_dp_dpcd_readb(aux, DP_PHY_TEST_PATTERN, &data->phy_pattern);
2143 switch (data->phy_pattern) {
2146 &data->custom80, sizeof(data->custom80));
2153 &data->hbr2_reset,
2154 sizeof(data->hbr2_reset));
2166 * @data: DP phy compliance test parameters.
2172 struct drm_dp_phy_test_params *data, u8 dp_rev)
2177 test_pattern = data->phy_pattern;
2186 for (i = 0; i < data->num_lanes; i++) {