Home
last modified time | relevance | path

Searched refs:ver_ops (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/spmi/
H A Dspmi-pmic-arb.c198 const struct pmic_arb_ver_ops *ver_ops; member
683 const struct pmic_arb_ver_ops *ver_ops = pmic_arb->ver_ops; in pmic_arb_chained_irq() local
716 ver_ops->acc_enable(bus, apid)); in pmic_arb_chained_irq()
731 ver_ops->irq_status(bus, i)); in pmic_arb_chained_irq()
778 const struct pmic_arb_ver_ops *ver_ops = pmic_arb->ver_ops; in qpnpint_irq_unmask() local
784 ver_ops->acc_enable(bus, apid)); in qpnpint_irq_unmask()
1821 pmic_arb->ver_ops = &pmic_arb_v1; in spmi_pmic_arb_probe()
1823 pmic_arb->ver_ops = &pmic_arb_v2; in spmi_pmic_arb_probe()
1825 pmic_arb->ver_ops = &pmic_arb_v3; in spmi_pmic_arb_probe()
1827 pmic_arb->ver_ops = &pmic_arb_v5; in spmi_pmic_arb_probe()
[all …]
/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-edp.c87 const struct phy_ver_ops *ver_ops; member
231 ret = edp->cfg->ver_ops->com_bias_en_clkbuflr(edp); in qcom_edp_phy_init()
331 return edp->cfg->ver_ops->com_configure_ssc(edp); in qcom_edp_configure_ssc()
336 return edp->cfg->ver_ops->com_configure_pll(edp); in qcom_edp_configure_pll()
539 .ver_ops = &qcom_edp_phy_ops_v4,
544 .ver_ops = &qcom_edp_phy_ops_v4,
550 .ver_ops = &qcom_edp_phy_ops_v4,
557 .ver_ops = &qcom_edp_phy_ops_v4,
736 .ver_ops = &qcom_edp_phy_ops_v6,
749 ret = edp->cfg->ver_ops->com_power_on(edp); in qcom_edp_phy_power_on()
[all …]