Lines Matching defs:edp
96 void __iomem *edp; member
213 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_init() local
270 static int qcom_edp_set_voltages(struct qcom_edp *edp, const struct phy_configure_opts_dp *dp_opts) in qcom_edp_set_voltages()
318 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_configure() local
329 static int qcom_edp_configure_ssc(const struct qcom_edp *edp) in qcom_edp_configure_ssc()
334 static int qcom_edp_configure_pll(const struct qcom_edp *edp) in qcom_edp_configure_pll()
339 static int qcom_edp_set_vco_div(const struct qcom_edp *edp, unsigned long *pixel_freq) in qcom_edp_set_vco_div()
375 static int qcom_edp_phy_power_on_v4(const struct qcom_edp *edp) in qcom_edp_phy_power_on_v4()
389 static int qcom_edp_phy_com_resetsm_cntrl_v4(const struct qcom_edp *edp) in qcom_edp_phy_com_resetsm_cntrl_v4()
399 static int qcom_edp_com_bias_en_clkbuflr_v4(const struct qcom_edp *edp) in qcom_edp_com_bias_en_clkbuflr_v4()
407 static int qcom_edp_com_configure_ssc_v4(const struct qcom_edp *edp) in qcom_edp_com_configure_ssc_v4()
441 static int qcom_edp_com_configure_pll_v4(const struct qcom_edp *edp) in qcom_edp_com_configure_pll_v4()
560 static int qcom_edp_phy_power_on_v6(const struct qcom_edp *edp) in qcom_edp_phy_power_on_v6()
574 static int qcom_edp_phy_com_resetsm_cntrl_v6(const struct qcom_edp *edp) in qcom_edp_phy_com_resetsm_cntrl_v6()
584 static int qcom_edp_com_bias_en_clkbuflr_v6(const struct qcom_edp *edp) in qcom_edp_com_bias_en_clkbuflr_v6()
592 static int qcom_edp_com_configure_ssc_v6(const struct qcom_edp *edp) in qcom_edp_com_configure_ssc_v6()
626 static int qcom_edp_com_configure_pll_v6(const struct qcom_edp *edp) in qcom_edp_com_configure_pll_v6()
741 const struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_power_on() local
865 const struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_power_off() local
874 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_set_mode() local
886 struct qcom_edp *edp = phy_get_drvdata(phy); in qcom_edp_phy_exit() local
970 const struct qcom_edp *edp = container_of(hw, struct qcom_edp, dp_pixel_hw); in qcom_edp_dp_pixel_clk_recalc_rate() local
1010 const struct qcom_edp *edp = container_of(hw, struct qcom_edp, dp_link_hw); in qcom_edp_dp_link_clk_recalc_rate() local
1030 static int qcom_edp_clks_register(struct qcom_edp *edp, struct device_node *np) in qcom_edp_clks_register()
1068 struct qcom_edp *edp; in qcom_edp_phy_probe() local