HomeSort by: relevance | last modified time | path
    Searched defs:regulators (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
rkpmic.c 466 int child, regulators; local
519 regulators = of_find_firstchild_byname(sc->sc_phandle, "regulators");
520 if (regulators < 0)
524 child = of_find_firstchild_byname(regulators, sc->sc_conf->ctrl[n].name);
rkpmic.c 466 int child, regulators; local
519 regulators = of_find_firstchild_byname(sc->sc_phandle, "regulators");
520 if (regulators < 0)
524 child = of_find_firstchild_byname(regulators, sc->sc_conf->ctrl[n].name);
rkpmic.c 466 int child, regulators; local
519 regulators = of_find_firstchild_byname(sc->sc_phandle, "regulators");
520 if (regulators < 0)
524 child = of_find_firstchild_byname(regulators, sc->sc_conf->ctrl[n].name);

Completed in 66 milliseconds