Searched defs:msm_dp_link (Results 1 – 2 of 2) sorted by relevance
62 struct msm_dp_link { struct67 struct msm_dp_link_test_video test_video; argument68 struct msm_dp_link_test_audio test_audio; argument69 struct msm_dp_link_phy_params phy_params; argument70 struct msm_dp_link_info link_params; argument
41 struct msm_dp_link msm_dp_link; member766 bool msm_dp_link_send_test_response(struct msm_dp_link *msm_dp_link) in msm_dp_link_send_test_response()784 int msm_dp_link_psm_config(struct msm_dp_link *msm_dp_link, in msm_dp_link_psm_config()811 bool msm_dp_link_send_edid_checksum(struct msm_dp_link *msm_dp_link, u8 checksum) in msm_dp_link_send_edid_checksum()1030 int msm_dp_link_process_request(struct msm_dp_link *msm_dp_link) in msm_dp_link_process_request()1081 int msm_dp_link_get_colorimetry_config(struct msm_dp_link *msm_dp_link) in msm_dp_link_get_colorimetry_config()1106 int msm_dp_link_adjust_levels(struct msm_dp_link *msm_dp_link, u8 *link_status) in msm_dp_link_adjust_levels()1172 void msm_dp_link_reset_phy_params_vx_px(struct msm_dp_link *msm_dp_link) in msm_dp_link_reset_phy_params_vx_px()1178 u32 msm_dp_link_get_test_bits_depth(struct msm_dp_link *msm_dp_link, u32 bpp) in msm_dp_link_get_test_bits_depth()1215 struct msm_dp_link *msm_dp_link; in msm_dp_link_get() local