HomeSort by: relevance | last modified time | path
    Searched refs:fdtbus_regulator_enable (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/dev/fdt/
fdt_regulator.h 54 int fdtbus_regulator_enable(struct fdtbus_regulator *);
fdt_panel.c 84 fdtbus_regulator_enable(sc->sc_regulator);
simple_amplifier.c 71 error = fdtbus_regulator_enable(sc->sc_vcc);
usbnopphy.c 83 error = fdtbus_regulator_enable(sc->sc_reg);
fdt_regulator.c 125 fdtbus_regulator_enable(struct fdtbus_regulator *reg) function in typeref:typename:int
dwcmmc_fdt.c 287 return fdtbus_regulator_enable(esc->sc_vqmmc);
  /src/sys/arch/arm/amlogic/
mesongxl_usb2phy.c 118 if (fdtbus_regulator_enable(sc->sc_supply) != 0)
mesongxl_usb3phy.c 211 if (fdtbus_regulator_enable(supply) != 0) {
meson_usbphy.c 130 error = fdtbus_regulator_enable(reg);
mesong12_usb2phy.c 196 fdtbus_regulator_enable(sc->sc_supply);
mesong12_usb3pciephy.c 340 fdtbus_regulator_enable(sc->sc_supply);
  /src/sys/arch/arm/nxp/
imx8mq_usbphy.c 104 error = fdtbus_regulator_enable(reg);
imx6_pcie.c 185 fdtbus_regulator_enable(ifsc->sc_reg_vpcie);
imx_sdhc.c 182 error = fdtbus_regulator_enable(sc->sc_vmmc_supply);
imx6_usb.c 179 error = fdtbus_regulator_enable(reg);
  /src/sys/arch/arm/sunxi/
sun9i_a80_usbphy.c 209 if (fdtbus_regulator_enable(sc->sc_supply) != 0)
sunxi_gmac.c 170 if (reg_phy != NULL && fdtbus_regulator_enable(reg_phy) != 0) {
sunxi_usb3phy.c 146 return phy->phy_reg ? fdtbus_regulator_enable(phy->phy_reg) : 0;
sunxi_dwhdmi.c 106 error = fdtbus_regulator_enable(sc->sc_regulator);
sunxi_usbphy.c 325 return fdtbus_regulator_enable(phy->phy_reg);
  /src/sys/arch/arm/rockchip/
rk_usb.c 324 error = enable ? fdtbus_regulator_enable(sc->sc_supply) :
363 error = enable ? fdtbus_regulator_enable(sc->sc_supply) :
  /src/sys/arch/arm/nvidia/
tegra_drm.c 187 if (fdtbus_regulator_enable(reg) != 0) {
tegra_sdhc.c 295 return fdtbus_regulator_enable(sc->sc_reg_vqmmc);
tegra_usbphy.c 166 fdtbus_regulator_enable(reg);
tegra_ahcisata.c 215 if (fdtbus_regulator_enable(reg) != 0) {

Completed in 24 milliseconds

1 2