Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spmi/
H A Dspmi-pmic-arb.c175 const struct pmic_arb_ver_ops *ver_ops; member
646 const struct pmic_arb_ver_ops *ver_ops = pmic_arb->ver_ops; in pmic_arb_chained_irq() local
679 ver_ops->acc_enable(pmic_arb, apid)); in pmic_arb_chained_irq()
739 const struct pmic_arb_ver_ops *ver_ops = pmic_arb->ver_ops; in qpnpint_irq_unmask() local
745 ver_ops->acc_enable(pmic_arb, apid)); in qpnpint_irq_unmask()
1483 pmic_arb->ver_ops = &pmic_arb_v1; in spmi_pmic_arb_probe()
1490 pmic_arb->ver_ops = &pmic_arb_v2; in spmi_pmic_arb_probe()
1492 pmic_arb->ver_ops = &pmic_arb_v3; in spmi_pmic_arb_probe()
1494 pmic_arb->ver_ops = &pmic_arb_v5; in spmi_pmic_arb_probe()
1496 pmic_arb->ver_ops = &pmic_arb_v7; in spmi_pmic_arb_probe()
[all …]