Searched refs:dp_opts (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
H A D | phy-qcom-edp.c | 95 struct phy_configure_opts_dp dp_opts; member 235 static int qcom_edp_set_voltages(struct qcom_edp *edp, const struct phy_configure_opts_dp *dp_opts) in qcom_edp_set_voltages() argument 248 for (i = 0; i < dp_opts->lanes; i++) { in qcom_edp_set_voltages() 249 v_level = max(v_level, dp_opts->voltage[i]); in qcom_edp_set_voltages() 250 p_level = max(p_level, dp_opts->pre[i]); in qcom_edp_set_voltages() 253 if (dp_opts->link_rate <= 2700) { in qcom_edp_set_voltages() 279 const struct phy_configure_opts_dp *dp_opts = &opts->dp; in qcom_edp_phy_configure() local 283 memcpy(&edp->dp_opts, dp_opts, sizeof(*dp_opts)); in qcom_edp_phy_configure() 293 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; qcom_edp_configure_ssc() local 327 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; qcom_edp_configure_pll() local 413 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; qcom_edp_set_vco_div() local 678 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; qcom_edp_dp_pixel_clk_recalc_rate() local 718 const struct phy_configure_opts_dp *dp_opts = &edp->dp_opts; qcom_edp_dp_link_clk_recalc_rate() local [all...] |
H A D | phy-qcom-qmp-combo.c | 1415 struct phy_configure_opts_dp dp_opts; member 1900 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_combo_dp_serdes_init() local 1904 switch (dp_opts->link_rate) { in qmp_combo_dp_serdes_init() 1976 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; in qmp_combo_configure_dp_swing() local 1982 for (i = 0; i < dp_opts->lanes; i++) { in qmp_combo_configure_dp_swing() 1983 v_level = max(v_level, dp_opts->voltage[i]); in qmp_combo_configure_dp_swing() 1984 p_level = max(p_level, dp_opts->pre[i]); in qmp_combo_configure_dp_swing() 1987 if (dp_opts in qmp_combo_configure_dp_swing() 2013 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; qmp_v3_configure_dp_tx() local 2036 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; qmp_combo_configure_dp_mode() local 2059 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; qmp_combo_configure_dp_clocks() local 2274 const struct phy_configure_opts_dp *dp_opts = &qmp->dp_opts; qmp_v4_configure_dp_phy() local 2355 const struct phy_configure_opts_dp *dp_opts = &opts->dp; qmp_combo_dp_configure() local 2975 const struct phy_configure_opts_dp *dp_opts; qmp_dp_pixel_clk_recalc_rate() local 3015 const struct phy_configure_opts_dp *dp_opts; qmp_dp_link_clk_recalc_rate() local [all...] |
/kernel/linux/linux-5.10/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp.c | 1931 struct phy_configure_opts_dp dp_opts; member 2626 const struct phy_configure_opts_dp *dp_opts = &qphy->dp_opts; in qcom_qmp_phy_serdes_init() local 2634 switch (dp_opts->link_rate) { in qcom_qmp_phy_serdes_init() 2744 const struct phy_configure_opts_dp *dp_opts = &qphy->dp_opts; in qcom_qmp_phy_configure_dp_tx() local 2750 for (i = 0; i < dp_opts->lanes; i++) { in qcom_qmp_phy_configure_dp_tx() 2751 v_level = max(v_level, dp_opts->voltage[i]); in qcom_qmp_phy_configure_dp_tx() 2752 p_level = max(p_level, dp_opts->pre[i]); in qcom_qmp_phy_configure_dp_tx() 2755 if (dp_opts in qcom_qmp_phy_configure_dp_tx() 2787 const struct phy_configure_opts_dp *dp_opts = &opts->dp; qcom_qmp_dp_phy_configure() local 2802 const struct phy_configure_opts_dp *dp_opts = &qphy->dp_opts; qcom_qmp_phy_configure_dp_phy() local 3569 const struct phy_configure_opts_dp *dp_opts; qcom_qmp_dp_pixel_clk_recalc_rate() local 3613 const struct phy_configure_opts_dp *dp_opts; qcom_qmp_dp_link_clk_recalc_rate() local [all...] |
/kernel/linux/linux-6.6/drivers/phy/mediatek/ |
H A D | phy-mtk-hdmi-mt8195.c | 467 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()
|
Completed in 13 milliseconds