Home
last modified time | relevance | path

Searched refs:DP_LTTPR_PHY_CAP_SIZE (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/drm/
H A Ddrm_dp_helper.h1483 #define DP_LTTPR_PHY_CAP_SIZE 3 macro
1488 void drm_dp_lttpr_link_train_channel_eq_delay(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2004 u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2008 bool drm_dp_lttpr_voltage_swing_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2009 bool drm_dp_lttpr_pre_emphasis_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
/dports/multimedia/libv4l/linux-5.13-rc2/include/drm/
H A Ddrm_dp_helper.h1483 #define DP_LTTPR_PHY_CAP_SIZE 3 macro
1488 void drm_dp_lttpr_link_train_channel_eq_delay(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2004 u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2008 bool drm_dp_lttpr_voltage_swing_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2009 bool drm_dp_lttpr_pre_emphasis_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/drm/
H A Ddrm_dp_helper.h1483 #define DP_LTTPR_PHY_CAP_SIZE 3 macro
1488 void drm_dp_lttpr_link_train_channel_eq_delay(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2004 u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2008 bool drm_dp_lttpr_voltage_swing_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
2009 bool drm_dp_lttpr_pre_emphasis_level_3_supported(const u8 caps[DP_LTTPR_PHY_CAP_SIZE]);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_dp_helper.c180 static u8 dp_lttpr_phy_cap(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE], int r) in dp_lttpr_phy_cap() argument
185 void drm_dp_lttpr_link_train_channel_eq_delay(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_lttpr_link_train_channel_eq_delay() argument
2173 u8 caps[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_read_lttpr_phy_caps() argument
2179 caps, DP_LTTPR_PHY_CAP_SIZE); in drm_dp_read_lttpr_phy_caps()
2183 WARN_ON(ret != DP_LTTPR_PHY_CAP_SIZE); in drm_dp_read_lttpr_phy_caps()
2258 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() argument
2274 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() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_dp_helper.c180 static u8 dp_lttpr_phy_cap(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE], int r) in dp_lttpr_phy_cap() argument
185 void drm_dp_lttpr_link_train_channel_eq_delay(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_lttpr_link_train_channel_eq_delay() argument
2173 u8 caps[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_read_lttpr_phy_caps() argument
2179 caps, DP_LTTPR_PHY_CAP_SIZE); in drm_dp_read_lttpr_phy_caps()
2183 WARN_ON(ret != DP_LTTPR_PHY_CAP_SIZE); in drm_dp_read_lttpr_phy_caps()
2258 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() argument
2274 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() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/
H A Ddrm_dp_helper.c180 static u8 dp_lttpr_phy_cap(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE], int r) in dp_lttpr_phy_cap() argument
185 void drm_dp_lttpr_link_train_channel_eq_delay(const u8 phy_cap[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_lttpr_link_train_channel_eq_delay() argument
2173 u8 caps[DP_LTTPR_PHY_CAP_SIZE]) in drm_dp_read_lttpr_phy_caps() argument
2179 caps, DP_LTTPR_PHY_CAP_SIZE); in drm_dp_read_lttpr_phy_caps()
2183 WARN_ON(ret != DP_LTTPR_PHY_CAP_SIZE); in drm_dp_read_lttpr_phy_caps()
2258 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() argument
2274 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() argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1520 u8 lttpr_phy_caps[DP_MAX_LTTPR_COUNT][DP_LTTPR_PHY_CAP_SIZE];
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1520 u8 lttpr_phy_caps[DP_MAX_LTTPR_COUNT][DP_LTTPR_PHY_CAP_SIZE];
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1520 u8 lttpr_phy_caps[DP_MAX_LTTPR_COUNT][DP_LTTPR_PHY_CAP_SIZE];