pmic_arb_ver_ops
struct pmic_arb_ver_ops;
static const struct pmic_arb_ver_ops pmic_arb_v1 = {
static const struct pmic_arb_ver_ops pmic_arb_v2 = {
static const struct pmic_arb_ver_ops pmic_arb_v3 = {
static const struct pmic_arb_ver_ops pmic_arb_v5 = {
static const struct pmic_arb_ver_ops pmic_arb_v7 = {
static const struct pmic_arb_ver_ops pmic_arb_v8 = {
const struct pmic_arb_ver_ops *ver_ops;
const struct pmic_arb_ver_ops *ver_ops = pmic_arb->ver_ops;
const struct pmic_arb_ver_ops *ver_ops = pmic_arb->ver_ops;