Home
last modified time | relevance | path

Searched refs:dp_opts (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/phy/qualcomm/
H A Dphy-qcom-edp.c283 memcpy(&edp->dp_opts, dp_opts, sizeof(*dp_opts)); in qcom_edp_phy_configure()
285 if (dp_opts->set_voltages) in qcom_edp_phy_configure()
293 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; in qcom_edp_configure_ssc() local
297 switch (dp_opts->link_rate) { in qcom_edp_configure_ssc()
327 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; in qcom_edp_configure_pll() local
335 switch (dp_opts->link_rate) { in qcom_edp_configure_pll()
413 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; in qcom_edp_set_vco_div() local
416 switch (dp_opts->link_rate) { in qcom_edp_set_vco_div()
478 if (edp->dp_opts.ssc) { in qcom_edp_phy_power_on()
678 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; in qcom_edp_dp_pixel_clk_recalc_rate() local
[all …]
H A Dphy-qcom-qmp-combo.c1905 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_combo_dp_serdes_init() local
1981 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_combo_configure_dp_swing() local
2018 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_v3_configure_dp_tx() local
2024 if (dp_opts->lanes == 1) { in qmp_v3_configure_dp_tx()
2041 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_combo_configure_dp_mode() local
2064 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_combo_configure_dp_clocks() local
2280 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_v4_configure_dp_phy() local
2294 if (dp_opts->lanes == 1) { in qmp_v4_configure_dp_phy()
2365 memcpy(&qmp->dp_opts, dp_opts, sizeof(*dp_opts)); in qmp_combo_dp_configure()
2982 dp_opts = &qmp->dp_opts; in qmp_dp_pixel_clk_recalc_rate()
[all …]
/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt8195.c467 struct phy_configure_opts_dp *dp_opts = &opts->dp; in mtk_hdmi_phy_configure() local
471 ret = clk_set_rate(hdmi_phy->pll, dp_opts->link_rate); in mtk_hdmi_phy_configure()