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

  /src/sys/dev/fdt/
fdt_panel.c 58 struct fdtbus_regulator * sc_regulator; member in struct:panel_fdt_softc
83 if (sc->sc_regulator) {
84 fdtbus_regulator_enable(sc->sc_regulator);
147 sc->sc_regulator = fdtbus_regulator_acquire(phandle, "power-supply");
148 if (sc->sc_regulator == NULL) {
fdt_panel.c 58 struct fdtbus_regulator * sc_regulator; member in struct:panel_fdt_softc
83 if (sc->sc_regulator) {
84 fdtbus_regulator_enable(sc->sc_regulator);
147 sc->sc_regulator = fdtbus_regulator_acquire(phandle, "power-supply");
148 if (sc->sc_regulator == NULL) {
  /src/sys/arch/arm/sunxi/
sunxi_dwhdmi.c 64 struct fdtbus_regulator *sc_regulator; member in struct:sunxi_dwhdmi_softc
105 if (sc->sc_regulator != NULL) {
106 error = fdtbus_regulator_enable(sc->sc_regulator);
286 sc->sc_regulator = fdtbus_regulator_acquire(sc->sc_phandle, "hvcc-supply");
sunxi_dwhdmi.c 64 struct fdtbus_regulator *sc_regulator; member in struct:sunxi_dwhdmi_softc
105 if (sc->sc_regulator != NULL) {
106 error = fdtbus_regulator_enable(sc->sc_regulator);
286 sc->sc_regulator = fdtbus_regulator_acquire(sc->sc_phandle, "hvcc-supply");

Completed in 21 milliseconds