| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | regulator.c | 250 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()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | fsl-imx25-gcq.c | 204 devm_regulator_get_optional(&pdev->dev, "vref-ext"); in mx25_gcq_setup_cfgs() 206 devm_regulator_get_optional(&pdev->dev, "vref-xp"); in mx25_gcq_setup_cfgs() 208 devm_regulator_get_optional(&pdev->dev, "vref-yp"); in mx25_gcq_setup_cfgs()
|
| H A D | ad7091r-base.c | 242 st->vref = devm_regulator_get_optional(dev, "vref"); in ad7091r_probe()
|
| H A D | ad7292.c | 281 st->reg = devm_regulator_get_optional(&spi->dev, "vref"); in ad7292_probe()
|
| H A D | stm32-adc-core.c | 589 priv->booster = devm_regulator_get_optional(dev, "booster"); in stm32_adc_core_switches_probe() 602 priv->vdd = devm_regulator_get_optional(dev, "vdd"); in stm32_adc_core_switches_probe()
|
| H A D | npcm_adc.c | 226 info->vref = devm_regulator_get_optional(&pdev->dev, "vref"); in npcm_adc_probe()
|
| /OK3568_Linux_fs/kernel/drivers/iio/dac/ |
| H A D | ad5624r_spi.c | 232 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()
|
| H A D | ad7303.c | 229 st->vref_reg = devm_regulator_get_optional(&spi->dev, "REF"); in ad7303_probe()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | devres.c | 82 struct regulator *devm_regulator_get_optional(struct device *dev, in devm_regulator_get_optional() function 87 EXPORT_SYMBOL_GPL(devm_regulator_get_optional);
|
| /OK3568_Linux_fs/kernel/include/linux/regulator/ |
| H A D | consumer.h | 190 struct regulator *__must_check devm_regulator_get_optional(struct device *dev, 348 devm_regulator_get_optional(struct device *dev, const char *id) in devm_regulator_get_optional() function
|
| /OK3568_Linux_fs/kernel/drivers/gnss/ |
| H A D | mtk.c | 90 data->vbackup = devm_regulator_get_optional(&serdev->dev, "vbackup"); in mtk_probe()
|
| H A D | ubx.c | 90 data->v_bckp = devm_regulator_get_optional(&serdev->dev, "v-bckp"); in ubx_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/ |
| H A D | stusb160x.c | 660 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()
|
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H A D | sa1100_generic.c | 67 skt->vcc.reg = devm_regulator_get_optional(dev, "vcc"); in sa11x0_cf_hw_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-sunxi.c | 135 gmac->regulator = devm_regulator_get_optional(dev, "phy"); in sun7i_gmac_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/ |
| H A D | gt1x.c | 339 vdd_ana = devm_regulator_get_optional(dev, "vdd_ana"); in gt1x_parse_dt() 342 vdd_ana = devm_regulator_get_optional(dev, "power"); in gt1x_parse_dt()
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | ads7828.c | 130 reg = devm_regulator_get_optional(dev, "vref"); in ads7828_probe()
|
| H A D | adm1177.c | 213 st->reg = devm_regulator_get_optional(&client->dev, "vref"); in adm1177_probe()
|
| /OK3568_Linux_fs/kernel/drivers/phy/socionext/ |
| H A D | phy-uniphier-usb2.c | 140 priv->vbus = devm_regulator_get_optional(dev, "vbus"); in uniphier_u2phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/ |
| H A D | panel-lvds.c | 191 lvds->supply = devm_regulator_get_optional(lvds->dev, "power"); in panel_lvds_probe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | thc63lvd1024.c | 205 thc63->vcc = devm_regulator_get_optional(thc63->dev, "vcc"); in thc63_probe()
|
| H A D | simple-bridge.c | 193 sbridge->vdd = devm_regulator_get_optional(&pdev->dev, "vdd"); in simple_bridge_probe()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320aic32x4.c | 1106 aic32x4->supply_ldo = devm_regulator_get_optional(dev, "ldoin"); in aic32x4_setup_regulators() 1108 aic32x4->supply_dv = devm_regulator_get_optional(dev, "dv"); in aic32x4_setup_regulators() 1109 aic32x4->supply_av = devm_regulator_get_optional(dev, "av"); in aic32x4_setup_regulators()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/arc/ |
| H A D | emac_rockchip.c | 162 priv->regulator = devm_regulator_get_optional(dev, "phy"); in emac_rockchip_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/typec/tcpm/ |
| H A D | tcpci_husb311.c | 172 chip->vbus = devm_regulator_get_optional(chip->dev, "vbus"); in husb311_probe()
|