Home
last modified time | relevance | path

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

12345

/linux/drivers/gpu/drm/bridge/
A Dchipone-icn6211.c184 icn->vdd1 = devm_regulator_get_optional(dev, "vdd1"); in chipone_parse_dt()
193 icn->vdd2 = devm_regulator_get_optional(dev, "vdd2"); in chipone_parse_dt()
202 icn->vdd3 = devm_regulator_get_optional(dev, "vdd3"); in chipone_parse_dt()
A Dsimple-bridge.c193 sbridge->vdd = devm_regulator_get_optional(&pdev->dev, "vdd"); in simple_bridge_probe()
A Ddisplay-connector.c234 conn->dp_pwr = devm_regulator_get_optional(&pdev->dev, "dp-pwr"); in display_connector_probe()
/linux/drivers/mmc/core/
A Dregulator.c250 mmc->supply.vmmc = devm_regulator_get_optional(dev, "vmmc"); in mmc_regulator_get_supply()
251 mmc->supply.vqmmc = devm_regulator_get_optional(dev, "vqmmc"); in mmc_regulator_get_supply()
/linux/drivers/iio/dac/
A Dad5624r_spi.c232 st->reg = devm_regulator_get_optional(&spi->dev, "vref"); in ad5624r_probe()
247 st->reg = devm_regulator_get_optional(&spi->dev, "vcc"); in ad5624r_probe()
A Dad7303.c235 st->vref_reg = devm_regulator_get_optional(&spi->dev, "REF"); in ad7303_probe()
/linux/drivers/regulator/
A Ddevres.c82 struct regulator *devm_regulator_get_optional(struct device *dev, in devm_regulator_get_optional() function
87 EXPORT_SYMBOL_GPL(devm_regulator_get_optional);
/linux/drivers/iio/adc/
A Dad7949.c368 ad7949_adc->vref = devm_regulator_get_optional(dev, "vrefin"); in ad7949_spi_probe()
374 ad7949_adc->vref = devm_regulator_get_optional(dev, "vref"); in ad7949_spi_probe()
A Dad7091r-base.c242 st->vref = devm_regulator_get_optional(dev, "vref"); in ad7091r_probe()
A Dad7292.c279 st->reg = devm_regulator_get_optional(&spi->dev, "vref"); in ad7292_probe()
A Dstm32-adc-core.c599 priv->booster = devm_regulator_get_optional(dev, "booster"); in stm32_adc_core_switches_probe()
612 priv->vdd = devm_regulator_get_optional(dev, "vdd"); in stm32_adc_core_switches_probe()
/linux/include/linux/regulator/
A Dconsumer.h204 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
357 devm_regulator_get_optional(struct device *dev, const char *id) in devm_regulator_get_optional() function
/linux/drivers/gnss/
A Dmtk.c90 data->vbackup = devm_regulator_get_optional(&serdev->dev, "vbackup"); in mtk_probe()
A Dubx.c90 data->v_bckp = devm_regulator_get_optional(&serdev->dev, "v-bckp"); in ubx_probe()
/linux/drivers/usb/typec/
A Dstusb160x.c660 chip->vsys_supply = devm_regulator_get_optional(chip->dev, "vsys"); in stusb160x_probe()
668 chip->vdd_supply = devm_regulator_get_optional(chip->dev, "vdd"); in stusb160x_probe()
676 chip->vconn_supply = devm_regulator_get_optional(chip->dev, "vconn"); in stusb160x_probe()
/linux/drivers/pcmcia/
A Dsa1100_generic.c67 skt->vcc.reg = devm_regulator_get_optional(dev, "vcc"); in sa11x0_cf_hw_init()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Ddwmac-sunxi.c135 gmac->regulator = devm_regulator_get_optional(dev, "phy"); in sun7i_gmac_probe()
/linux/drivers/hwmon/
A Dads7828.c130 reg = devm_regulator_get_optional(dev, "vref"); in ads7828_probe()
A Dadm1177.c213 st->reg = devm_regulator_get_optional(&client->dev, "vref"); in adm1177_probe()
/linux/drivers/phy/socionext/
A Dphy-uniphier-usb2.c140 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u2phy_probe()
/linux/drivers/gpu/drm/panel/
A Dpanel-lvds.c191 lvds->supply = devm_regulator_get_optional(lvds->dev, "power"); in panel_lvds_probe()
/linux/drivers/net/ethernet/arc/
A Demac_rockchip.c162 priv->regulator = devm_regulator_get_optional(dev, "phy"); in emac_rockchip_probe()
/linux/drivers/pci/controller/dwc/
A Dpcie-dw-rockchip.c226 rockchip->vpcie3v3 = devm_regulator_get_optional(dev, "vpcie3v3"); in rockchip_pcie_probe()
/linux/sound/soc/codecs/
A Dtlv320aic32x4.c1251 aic32x4->supply_ldo = devm_regulator_get_optional(dev, "ldoin"); in aic32x4_setup_regulators()
1253 aic32x4->supply_dv = devm_regulator_get_optional(dev, "dv"); in aic32x4_setup_regulators()
1254 aic32x4->supply_av = devm_regulator_get_optional(dev, "av"); in aic32x4_setup_regulators()
/linux/drivers/power/supply/
A Dmax8997_charger.c243 charger->reg = devm_regulator_get_optional(&pdev->dev, "charger"); in max8997_battery_probe()

Completed in 36 milliseconds

12345