Lines Matching refs:qcom_edp

81 struct qcom_edp;
84 int (*com_power_on)(const struct qcom_edp *edp);
85 int (*com_resetsm_cntrl)(const struct qcom_edp *edp);
86 int (*com_bias_en_clkbuflr)(const struct qcom_edp *edp);
87 int (*com_configure_pll)(const struct qcom_edp *edp);
88 int (*com_configure_ssc)(const struct qcom_edp *edp);
97 struct qcom_edp { struct
191 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_init()
256 static int qcom_edp_set_voltages(struct qcom_edp *edp, const struct phy_configure_opts_dp *dp_opts) in qcom_edp_set_voltages()
304 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_configure()
315 static int qcom_edp_configure_ssc(const struct qcom_edp *edp) in qcom_edp_configure_ssc()
320 static int qcom_edp_configure_pll(const struct qcom_edp *edp) in qcom_edp_configure_pll()
325 static int qcom_edp_set_vco_div(const struct qcom_edp *edp, unsigned long *pixel_freq) in qcom_edp_set_vco_div()
361 static int qcom_edp_phy_power_on_v4(const struct qcom_edp *edp) in qcom_edp_phy_power_on_v4()
375 static int qcom_edp_phy_com_resetsm_cntrl_v4(const struct qcom_edp *edp) in qcom_edp_phy_com_resetsm_cntrl_v4()
385 static int qcom_edp_com_bias_en_clkbuflr_v4(const struct qcom_edp *edp) in qcom_edp_com_bias_en_clkbuflr_v4()
393 static int qcom_edp_com_configure_ssc_v4(const struct qcom_edp *edp) in qcom_edp_com_configure_ssc_v4()
427 static int qcom_edp_com_configure_pll_v4(const struct qcom_edp *edp) in qcom_edp_com_configure_pll_v4()
536 static int qcom_edp_phy_power_on_v6(const struct qcom_edp *edp) in qcom_edp_phy_power_on_v6()
550 static int qcom_edp_phy_com_resetsm_cntrl_v6(const struct qcom_edp *edp) in qcom_edp_phy_com_resetsm_cntrl_v6()
560 static int qcom_edp_com_bias_en_clkbuflr_v6(const struct qcom_edp *edp) in qcom_edp_com_bias_en_clkbuflr_v6()
568 static int qcom_edp_com_configure_ssc_v6(const struct qcom_edp *edp) in qcom_edp_com_configure_ssc_v6()
602 static int qcom_edp_com_configure_pll_v6(const struct qcom_edp *edp) in qcom_edp_com_configure_pll_v6()
716 const struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_power_on()
840 const struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_power_off()
849 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_set_mode()
861 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_exit()
945 const struct qcom_edp *edp = container_of(hw, struct qcom_edp, dp_pixel_hw); in qcom_edp_dp_pixel_clk_recalc_rate()
985 const struct qcom_edp *edp = container_of(hw, struct qcom_edp, dp_link_hw); in qcom_edp_dp_link_clk_recalc_rate()
1005 static int qcom_edp_clks_register(struct qcom_edp *edp, struct device_node *np) in qcom_edp_clks_register()
1043 struct qcom_edp *edp; in qcom_edp_phy_probe()