Lines Matching refs:qcom_edp
81 struct qcom_edp { struct
175 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_init()
235 static int qcom_edp_set_voltages(struct qcom_edp *edp, const struct phy_configure_opts_dp *dp_opts) in qcom_edp_set_voltages()
280 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_configure()
291 static int qcom_edp_configure_ssc(const struct qcom_edp *edp) in qcom_edp_configure_ssc()
325 static int qcom_edp_configure_pll(const struct qcom_edp *edp) in qcom_edp_configure_pll()
411 static int qcom_edp_set_vco_div(const struct qcom_edp *edp, unsigned long *pixel_freq) in qcom_edp_set_vco_div()
449 const struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_power_on()
585 const struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_power_off()
594 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_exit()
677 const struct qcom_edp *edp = container_of(hw, struct qcom_edp, dp_pixel_hw); in qcom_edp_dp_pixel_clk_recalc_rate()
717 const struct qcom_edp *edp = container_of(hw, struct qcom_edp, dp_link_hw); in qcom_edp_dp_link_clk_recalc_rate()
737 static int qcom_edp_clks_register(struct qcom_edp *edp, struct device_node *np) in qcom_edp_clks_register()
775 struct qcom_edp *edp; in qcom_edp_phy_probe()