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

  /src/sys/dev/fdt/
fixedregulator.c 64 bool sc_boot_on; member in struct:fixedregulator_softc
122 sc->sc_boot_on = of_getprop_bool(phandle, "regulator-boot-on");
140 if (sc->sc_always_on || sc->sc_boot_on)
gpioregulator.c 76 bool sc_boot_on; member in struct:gpioregulator_softc
150 sc->sc_boot_on = of_getprop_bool(phandle, "regulator-boot-on");
186 if (sc->sc_always_on || sc->sc_boot_on)
pwmregulator.c 75 bool sc_boot_on; member in struct:pwmregulator_softc
177 sc->sc_boot_on = of_getprop_bool(phandle, "regulator-boot-on");
186 if (sc->sc_always_on || sc->sc_boot_on)

Completed in 13 milliseconds