Symbol: fdtbus_regulator_enable
sys/arch/arm/amlogic/meson_sdhc.c
855
error = fdtbus_regulator_enable(sc->sc_reg_vqmmc);
sys/arch/arm/amlogic/meson_sdio.c
499
return fdtbus_regulator_enable(sc->sc_reg_vqmmc);
sys/arch/arm/amlogic/meson_usbctrl.c
319
fdtbus_regulator_enable(sc->sc_supply); /* USB HOST MODE */
sys/arch/arm/amlogic/meson_usbphy.c
130
error = fdtbus_regulator_enable(reg);
sys/arch/arm/amlogic/mesong12_usb2phy.c
196
fdtbus_regulator_enable(sc->sc_supply);
sys/arch/arm/amlogic/mesong12_usb3pciephy.c
340
fdtbus_regulator_enable(sc->sc_supply);
sys/arch/arm/amlogic/mesongx_mmc.c
818
return fdtbus_regulator_enable(sc->sc_reg_vqmmc);
sys/arch/arm/amlogic/mesongxl_usb2phy.c
118
if (fdtbus_regulator_enable(sc->sc_supply) != 0)
sys/arch/arm/amlogic/mesongxl_usb3phy.c
211
if (fdtbus_regulator_enable(supply) != 0) {
sys/arch/arm/imx/imx23_usbc.c
111
fdtbus_regulator_enable(vbus_reg);
sys/arch/arm/nvidia/tegra210_xusbpad.c
813
if (vbus_reg == NULL || fdtbus_regulator_enable(vbus_reg) != 0) {
sys/arch/arm/nvidia/tegra_ahcisata.c
215
if (fdtbus_regulator_enable(reg) != 0) {
sys/arch/arm/nvidia/tegra_drm.c
187
if (fdtbus_regulator_enable(reg) != 0) {
sys/arch/arm/nvidia/tegra_sdhc.c
295
return fdtbus_regulator_enable(sc->sc_reg_vqmmc);
sys/arch/arm/nvidia/tegra_usbphy.c
166
fdtbus_regulator_enable(reg);
sys/arch/arm/nvidia/tegra_xusb.c
617
error = fdtbus_regulator_enable(reg);
sys/arch/arm/nxp/imx6_pcie.c
185
fdtbus_regulator_enable(ifsc->sc_reg_vpcie);
sys/arch/arm/nxp/imx6_usb.c
179
error = fdtbus_regulator_enable(reg);
sys/arch/arm/nxp/imx8mq_usbphy.c
104
error = fdtbus_regulator_enable(reg);
sys/arch/arm/nxp/imx_sdhc.c
182
error = fdtbus_regulator_enable(sc->sc_vmmc_supply);
sys/arch/arm/rockchip/rk3399_pcie.c
249
fdtbus_regulator_enable(regulator);
sys/arch/arm/rockchip/rk_usb.c
324
error = enable ? fdtbus_regulator_enable(sc->sc_supply) :
sys/arch/arm/rockchip/rk_usb.c
363
error = enable ? fdtbus_regulator_enable(sc->sc_supply) :
sys/arch/arm/sunxi/sun9i_a80_usbphy.c
209
if (fdtbus_regulator_enable(sc->sc_supply) != 0)
sys/arch/arm/sunxi/sunxi_dwhdmi.c
106
error = fdtbus_regulator_enable(sc->sc_regulator);
sys/arch/arm/sunxi/sunxi_emac.c
1088
error = fdtbus_regulator_enable(sc->reg_phy);
sys/arch/arm/sunxi/sunxi_gmac.c
171
if (reg_phy != NULL && fdtbus_regulator_enable(reg_phy) != 0) {
sys/arch/arm/sunxi/sunxi_gpio.c
797
error = fdtbus_regulator_enable(sc->sc_pin_supply[index]);
sys/arch/arm/sunxi/sunxi_mmc.c
387
if (sc->sc_reg_vmmc != NULL && fdtbus_regulator_enable(sc->sc_reg_vmmc)) {
sys/arch/arm/sunxi/sunxi_mmc.c
992
return fdtbus_regulator_enable(sc->sc_reg_vqmmc);
sys/arch/arm/sunxi/sunxi_usb3phy.c
146
return phy->phy_reg ? fdtbus_regulator_enable(phy->phy_reg) : 0;
sys/arch/arm/sunxi/sunxi_usbphy.c
325
return fdtbus_regulator_enable(phy->phy_reg);
sys/dev/fdt/dwcmmc_fdt.c
287
return fdtbus_regulator_enable(esc->sc_vqmmc);
sys/dev/fdt/fdt_panel.c
84
fdtbus_regulator_enable(sc->sc_regulator);
sys/dev/fdt/fdt_regulator.h
54
int fdtbus_regulator_enable(struct fdtbus_regulator *);
sys/dev/fdt/simple_amplifier.c
71
error = fdtbus_regulator_enable(sc->sc_vcc);
sys/dev/fdt/usbnopphy.c
83
error = fdtbus_regulator_enable(sc->sc_reg);
sys/dev/i2c/fusbtc.c
678
fdtbus_regulator_enable(sc->sc_vbus);
sys/dev/spi/mcp3k.c
273
error = fdtbus_regulator_enable(sc->sc_vref_supply);