Searched refs:regulators_phandle (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daxp20x.c805 int regulators_phandle, child; local
810 regulators_phandle = of_find_firstchild_byname(sc->sc_phandle, "regulators");
811 if (regulators_phandle == -1)
814 for (child = OF_child(regulators_phandle); child; child = OF_peer(child)) {

Completed in 87 milliseconds