Searched refs:regulator_disable (Results 1 - 25 of 137) sorted by relevance

123456

/drivers/iio/adc/
H A Dti-adc081c.c103 goto regulator_disable;
109 regulator_disable:
110 regulator_disable(adc->ref);
121 regulator_disable(adc->ref);
H A Drockchip_saradc.c244 regulator_disable(info->vref);
256 regulator_disable(info->vref);
269 regulator_disable(info->vref);
H A Dad7476.c260 regulator_disable(st->reg);
272 regulator_disable(st->reg);
H A Dmcp320x.c213 regulator_disable(adc->reg);
224 regulator_disable(adc->reg);
H A Dad799x.c846 regulator_disable(st->vref);
848 regulator_disable(st->reg);
861 regulator_disable(st->vref);
862 regulator_disable(st->reg);
H A Dti-adc128s052.c155 regulator_disable(adc->reg);
/drivers/usb/dwc3/
H A Ddwc3-exynos.c184 regulator_disable(exynos->vdd10);
186 regulator_disable(exynos->vdd33);
202 regulator_disable(exynos->vdd33);
203 regulator_disable(exynos->vdd10);
223 regulator_disable(exynos->vdd33);
224 regulator_disable(exynos->vdd10);
/drivers/iio/dac/
H A Dad7303.c264 regulator_disable(st->vref_reg);
266 regulator_disable(st->vdd_reg);
278 regulator_disable(st->vref_reg);
279 regulator_disable(st->vdd_reg);
H A Dmcp4922.c178 regulator_disable(state->vref_reg);
190 regulator_disable(state->vref_reg);
H A Dad5791.c429 regulator_disable(st->reg_vss);
432 regulator_disable(st->reg_vdd);
443 regulator_disable(st->reg_vdd);
446 regulator_disable(st->reg_vss);
H A Dad5624r_spi.c278 regulator_disable(st->reg);
290 regulator_disable(st->reg);
/drivers/video/backlight/
H A Dl4f00242t03.c72 regulator_disable(priv->io_reg);
78 regulator_disable(priv->io_reg);
98 regulator_disable(priv->io_reg);
99 regulator_disable(priv->core_reg);
/drivers/gpu/drm/nouveau/
H A Dnouveau_platform.c70 regulator_disable(gpu->vdd);
86 err = regulator_disable(gpu->vdd);
/drivers/iio/amplifiers/
H A Dad8366.c175 regulator_disable(st->reg);
189 regulator_disable(reg);
/drivers/usb/chipidea/
H A Dhost.c105 regulator_disable(ci->platdata->reg_vbus);
121 regulator_disable(ci->platdata->reg_vbus);
/drivers/leds/
H A Dleds-wm8350.c108 regulator_disable(led->isink);
122 ret = regulator_disable(led->dcdc);
128 ret = regulator_disable(led->isink);
/drivers/usb/host/
H A Dohci-jz4740.c72 ret = regulator_disable(jz4740_ohci->vbus);
218 regulator_disable(jz4740_ohci->vbus);
235 regulator_disable(jz4740_ohci->vbus);
/drivers/regulator/
H A Dvirtual.c62 ret = regulator_disable(data->regulator);
66 dev_err(dev, "regulator_disable() failed: %d\n",
102 ret = regulator_disable(data->regulator);
106 dev_err(dev, "regulator_disable() failed: %d\n",
331 regulator_disable(drvdata->regulator);
/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-sunxi.c104 regulator_disable(gmac->regulator);
/drivers/net/ethernet/arc/
H A Demac_rockchip.c191 regulator_disable(priv->regulator);
210 regulator_disable(priv->regulator);
/drivers/staging/iio/adc/
H A Dad7780.c235 regulator_disable(st->reg);
249 regulator_disable(st->reg);
/drivers/input/touchscreen/
H A Dmms114.c325 regulator_disable(data->core_reg);
333 regulator_disable(data->io_reg);
334 regulator_disable(data->core_reg);
356 error = regulator_disable(data->io_reg);
360 error = regulator_disable(data->core_reg);
/drivers/input/misc/
H A Ddrv2667.c422 regulator_disable(haptics->regulator);
426 ret = regulator_disable(haptics->regulator);
457 regulator_disable(haptics->regulator);
/drivers/media/platform/s5p-tv/
H A Dsdo_drv.c274 regulator_disable(sdev->vdet);
275 regulator_disable(sdev->vdac);
319 regulator_disable(sdev->vdac);
/drivers/net/phy/
H A Dmdio-sun4i.c150 regulator_disable(data->regulator);

Completed in 837 milliseconds

123456