| /Linux-v5.4/drivers/usb/dwc3/ |
| D | dwc3-exynos.c | 95 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_probe() 106 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_probe() 212 ret = regulator_enable(exynos->vdd33); in dwc3_exynos_resume() 217 ret = regulator_enable(exynos->vdd10); in dwc3_exynos_resume()
|
| /Linux-v5.4/drivers/leds/ |
| D | leds-wm8350.c | 95 ret = regulator_enable(led->isink); in wm8350_led_enable() 101 ret = regulator_enable(led->dcdc); in wm8350_led_enable() 129 ret = regulator_enable(led->dcdc); in wm8350_led_disable()
|
| /Linux-v5.4/drivers/gnss/ |
| D | mtk.c | 29 ret = regulator_enable(data->vcc); in mtk_set_active() 100 ret = regulator_enable(data->vbackup); in mtk_probe()
|
| D | ubx.c | 29 ret = regulator_enable(data->vcc); in ubx_set_active() 100 ret = regulator_enable(data->v_bckp); in ubx_probe()
|
| D | sirf.c | 314 ret2 = regulator_enable(data->vcc); in sirf_runtime_suspend() 329 ret = regulator_enable(data->lna); in sirf_runtime_resume() 336 ret = regulator_enable(data->vcc); in sirf_runtime_resume() 451 ret = regulator_enable(data->vcc); in sirf_probe()
|
| /Linux-v5.4/drivers/iio/adc/ |
| D | ti-adc084s021.c | 97 ret = regulator_enable(adc->reg); in adc084s021_read_raw() 115 ret = regulator_enable(adc->reg); in adc084s021_read_raw() 172 return regulator_enable(adc->reg); in adc084s021_buffer_preenable()
|
| D | stm32-adc-core.c | 447 ret = regulator_enable(priv->vdd); in stm32_adc_core_switches_supply_en() 471 ret = regulator_enable(priv->booster); in stm32_adc_core_switches_supply_en() 509 ret = regulator_enable(priv->vdda); in stm32_adc_core_hw_start() 526 ret = regulator_enable(priv->vref); in stm32_adc_core_hw_start() 631 ret = regulator_enable(priv->vdd); in stm32_adc_core_switches_probe()
|
| D | rockchip_saradc.c | 289 ret = regulator_enable(info->vref); in rockchip_saradc_probe() 365 ret = regulator_enable(info->vref); in rockchip_saradc_resume()
|
| /Linux-v5.4/drivers/staging/greybus/ |
| D | arche-apb-ctrl.c | 84 ret = regulator_enable(apb->vcore); in coldboot_seq() 92 ret = regulator_enable(apb->vio); in coldboot_seq() 125 ret = regulator_enable(apb->vcore); in fw_flashing_seq() 131 ret = regulator_enable(apb->vio); in fw_flashing_seq()
|
| /Linux-v5.4/sound/soc/img/ |
| D | pistachio-internal-dac.c | 171 ret = regulator_enable(dac->supply); in pistachio_internal_dac_probe() 239 ret = regulator_enable(dac->supply); in pistachio_internal_dac_rt_resume()
|
| /Linux-v5.4/drivers/iio/dac/ |
| D | ad8801.c | 131 ret = regulator_enable(state->vrefh_reg); in ad8801_probe() 154 ret = regulator_enable(state->vrefl_reg); in ad8801_probe()
|
| D | ad7303.c | 218 ret = regulator_enable(st->vdd_reg); in ad7303_probe() 240 ret = regulator_enable(st->vref_reg); in ad7303_probe()
|
| /Linux-v5.4/drivers/iio/magnetometer/ |
| D | mag3110.c | 496 ret = regulator_enable(data->vdd_reg); in mag3110_probe() 502 ret = regulator_enable(data->vddio_reg); in mag3110_probe() 611 ret = regulator_enable(data->vdd_reg); in mag3110_resume() 617 ret = regulator_enable(data->vddio_reg); in mag3110_resume()
|
| /Linux-v5.4/drivers/gpu/drm/panel/ |
| D | panel-feiyang-fy07024di26a30d.c | 57 ret = regulator_enable(ctx->dvdd); in feiyang_prepare() 64 ret = regulator_enable(ctx->avdd); in feiyang_prepare()
|
| D | panel-seiko-43wvf1g.c | 169 err = regulator_enable(p->dvdd); in seiko_panel_prepare() 178 err = regulator_enable(p->avdd); in seiko_panel_prepare()
|
| D | panel-rocktech-jh057n00900.c | 190 ret = regulator_enable(ctx->vcc); in jh057n_prepare() 196 ret = regulator_enable(ctx->iovcc); in jh057n_prepare()
|
| /Linux-v5.4/drivers/video/backlight/ |
| D | l4f00242t03.c | 60 ret = regulator_enable(priv->io_reg); in l4f00242t03_lcd_init() 72 ret = regulator_enable(priv->core_reg); in l4f00242t03_lcd_init()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | ak4104.c | 178 ret = regulator_enable(ak4104->regulator); in ak4104_probe() 228 ret = regulator_enable(priv->regulator); in ak4104_soc_resume()
|
| /Linux-v5.4/arch/arm/mach-u300/ |
| D | regulator.c | 83 err = regulator_enable(main_power_15); in __u300_init_boardpower()
|
| /Linux-v5.4/drivers/iio/light/ |
| D | cm3605.c | 218 ret = regulator_enable(cm3605->vdd); in cm3605_probe() 298 ret = regulator_enable(cm3605->vdd); in cm3605_pm_resume()
|
| /Linux-v5.4/drivers/phy/qualcomm/ |
| D | phy-qcom-usb-hs.c | 126 ret = regulator_enable(uphy->v1p8); in qcom_usb_hs_phy_power_on() 139 ret = regulator_enable(uphy->v3p3); in qcom_usb_hs_phy_power_on()
|
| /Linux-v5.4/include/trace/events/ |
| D | regulator.h | 33 DEFINE_EVENT(regulator_basic, regulator_enable,
|
| /Linux-v5.4/drivers/regulator/ |
| D | virtual.c | 48 ret = regulator_enable(data->regulator); in update_voltage_constraints() 88 ret = regulator_enable(data->regulator); in update_current_limit_constraints()
|
| /Linux-v5.4/drivers/usb/phy/ |
| D | phy-generic.c | 85 ret = regulator_enable(vbus_draw); in nop_set_vbus_draw() 142 if (regulator_enable(nop->vcc)) in usb_gen_phy_init()
|
| /Linux-v5.4/include/linux/regulator/ |
| D | consumer.h | 222 int __must_check regulator_enable(struct regulator *regulator); 398 static inline int regulator_enable(struct regulator *regulator) in regulator_enable() function
|