Home
last modified time | relevance | path

Searched defs:DP_LTTPR_PHY_CAP_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/display/
Ddrm_dp_helper.c444 static u8 dp_lttpr_phy_cap(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE], int r) in dp_lttpr_phy_cap()
450 const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_lttpr_link_train_channel_eq_delay()
2523 u8 caps[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_read_lttpr_phy_caps()
2600 drm_dp_lttpr_voltage_swing_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_lttpr_voltage_swing_level_3_supported()
2616 drm_dp_lttpr_pre_emphasis_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_lttpr_pre_emphasis_level_3_supported()
/linux-6.6.21/include/drm/display/
Ddrm_dp.h1544 #define DP_LTTPR_PHY_CAP_SIZE 3 macro