Home
last modified time | relevance | path

Searched refs:DP_DUAL_MODE_HDMI_ID_LEN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/
H A Ddrm_dp_dual_mode_helper.c136 static bool is_hdmi_adaptor(const char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN]) in is_hdmi_adaptor() argument
138 static const char dp_dual_mode_hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN] = in is_hdmi_adaptor()
156 static bool is_lspcon_adaptor(const char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN], in is_lspcon_adaptor() argument
181 char hdmi_id[DP_DUAL_MODE_HDMI_ID_LEN] = {}; in drm_dp_dual_mode_detect()
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_dp_dual_mode_helper.h33 #define DP_DUAL_MODE_HDMI_ID_LEN 16 macro