HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_regulator_disable (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/fdt/
fdt_regulator.h 55 int fdtbus_regulator_disable(struct fdtbus_regulator *);
simple_amplifier.c 88 (void)fdtbus_regulator_disable(sc->sc_vcc);
usbnopphy.c 101 fdtbus_regulator_disable(sc->sc_reg);
fdt_regulator.c 141 fdtbus_regulator_disable(struct fdtbus_regulator *reg) function in typeref:typename:int
  /src/sys/arch/arm/rockchip/
rk_usb.c 325 fdtbus_regulator_disable(sc->sc_supply);
364 fdtbus_regulator_disable(sc->sc_supply);
  /src/sys/arch/arm/sunxi/
sunxi_usb3phy.c 148 return phy->phy_reg ? fdtbus_regulator_disable(phy->phy_reg) : 0;
sunxi_usbphy.c 327 return fdtbus_regulator_disable(phy->phy_reg);
  /src/sys/dev/spi/
mcp3k.c 286 (void) fdtbus_regulator_disable(sc->sc_vref_supply);
  /src/sys/dev/i2c/
fusbtc.c 680 fdtbus_regulator_disable(sc->sc_vbus);

Completed in 94 milliseconds