Home
last modified time | relevance | path

Searched refs:devm_regulator_get_optional (Results 1 – 24 of 24) sorted by relevance

/linux-4.4.14/drivers/regulator/
Ddevres.c106 struct regulator *devm_regulator_get_optional(struct device *dev, in devm_regulator_get_optional() function
111 EXPORT_SYMBOL_GPL(devm_regulator_get_optional);
/linux-4.4.14/include/linux/regulator/
Dconsumer.h171 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
306 devm_regulator_get_optional(struct device *dev, const char *id) in devm_regulator_get_optional() function
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-sunxi.c135 gmac->regulator = devm_regulator_get_optional(dev, "phy"); in sun7i_gmac_probe()
Ddwmac-rk.c466 bsp_priv->regulator = devm_regulator_get_optional(dev, "phy"); in rk_gmac_setup()
/linux-4.4.14/sound/soc/codecs/
Dtlv320aic32x4.c699 aic32x4->supply_ldo = devm_regulator_get_optional(dev, "ldoin"); in aic32x4_setup_regulators()
701 aic32x4->supply_dv = devm_regulator_get_optional(dev, "dv"); in aic32x4_setup_regulators()
702 aic32x4->supply_av = devm_regulator_get_optional(dev, "av"); in aic32x4_setup_regulators()
Dadau1977.c930 adau1977->dvdd_reg = devm_regulator_get_optional(dev, "DVDD"); in adau1977_probe()
/linux-4.4.14/drivers/net/ethernet/arc/
Demac_rockchip.c151 priv->regulator = devm_regulator_get_optional(dev, "phy"); in emac_rockchip_probe()
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.c434 devm_regulator_get_optional(&pdev->dev, "dsi_pll_vdda"); in mdp4_kms_init()
439 devm_regulator_get_optional(&pdev->dev, "dsi_pll_vddio"); in mdp4_kms_init()
/linux-4.4.14/drivers/iio/common/st_sensors/
Dst_sensors_core.c238 pdata->vdd = devm_regulator_get_optional(indio_dev->dev.parent, "vdd"); in st_sensors_power_enable()
246 pdata->vdd_io = devm_regulator_get_optional(indio_dev->dev.parent, "vddio"); in st_sensors_power_enable()
/linux-4.4.14/drivers/power/avs/
Drockchip-io-domain.c311 reg = devm_regulator_get_optional(iod->dev, supply_name); in rockchip_iodomain_probe()
/linux-4.4.14/drivers/iio/dac/
Dad5686.c325 st->reg = devm_regulator_get_optional(&spi->dev, "vcc"); in ad5686_probe()
/linux-4.4.14/arch/arm/mach-imx/
Dgpc.c441 pu_reg = devm_regulator_get_optional(&pdev->dev, "pu"); in imx_gpc_probe()
/linux-4.4.14/drivers/hwmon/
Dadc128d818.c420 regulator = devm_regulator_get_optional(dev, "vref"); in adc128_probe()
Dsht15.c948 data->reg = devm_regulator_get_optional(data->dev, "vcc"); in sht15_probe()
/linux-4.4.14/drivers/mfd/
Dstmpe.c1189 stmpe->vcc = devm_regulator_get_optional(ci->dev, "vcc"); in stmpe_probe()
1195 stmpe->vio = devm_regulator_get_optional(ci->dev, "vio"); in stmpe_probe()
/linux-4.4.14/drivers/net/can/spi/
Dmcp251x.c1089 priv->power = devm_regulator_get_optional(&spi->dev, "vdd"); in mcp251x_can_probe()
1090 priv->transceiver = devm_regulator_get_optional(&spi->dev, "xceiver"); in mcp251x_can_probe()
/linux-4.4.14/drivers/input/touchscreen/
Dtsc200x-core.c530 ts->vio = devm_regulator_get_optional(dev, "vio"); in tsc200x_probe()
Dzforce_ts.c806 ts->reg_vdd = devm_regulator_get_optional(&client->dev, "vdd"); in zforce_probe()
/linux-4.4.14/drivers/media/radio/si4713/
Dsi4713.c1470 sdev->vdd = devm_regulator_get_optional(&client->dev, "vdd"); in si4713_probe()
1480 sdev->vio = devm_regulator_get_optional(&client->dev, "vio"); in si4713_probe()
/linux-4.4.14/drivers/phy/
Dphy-sun4i-usb.c598 phy->vbus = devm_regulator_get_optional(dev, name); in sun4i_usb_phy_probe()
/linux-4.4.14/drivers/mmc/host/
Domap_hsmmc.c478 mmc->supply.vmmc = devm_regulator_get_optional(host->dev, "vmmc"); in omap_hsmmc_reg_get()
493 mmc->supply.vqmmc = devm_regulator_get_optional(host->dev, "vmmc_aux"); in omap_hsmmc_reg_get()
503 host->pbias = devm_regulator_get_optional(host->dev, "pbias"); in omap_hsmmc_reg_get()
/linux-4.4.14/drivers/mmc/core/
Dcore.c1482 mmc->supply.vmmc = devm_regulator_get_optional(dev, "vmmc"); in mmc_regulator_get_supply()
1483 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply()
/linux-4.4.14/drivers/iio/adc/
Dmax1363.c1556 vref = devm_regulator_get_optional(&client->dev, "vref"); in max1363_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c1743 hdata->reg_hdmi_en = devm_regulator_get_optional(dev, "hdmi-en"); in hdmi_resources_init()