Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/pmic/
H A Dact8846_regulator.c102 static struct act8846_regdef act8846_regdefs[] = { variable
460 sc->nregs = nitems(act8846_regdefs); in act8846_regulator_attach()
467 child = ofw_bus_find_child(rnode, act8846_regdefs[i].name); in act8846_regulator_attach()
472 act8846_regdefs[i].name); in act8846_regulator_attach()
475 reg = act8846_attach(sc, node, child, act8846_regdefs + i); in act8846_regulator_attach()
478 act8846_regdefs[i].name); in act8846_regulator_attach()