Home
last modified time | relevance | path

Searched refs:avdd (Results 1 – 25 of 157) sorted by relevance

1234567

/Linux-v6.6/drivers/gpu/drm/panel/
Dpanel-feiyang-fy07024di26a30d.c24 struct regulator *avdd; member
61 ret = regulator_enable(ctx->avdd); in feiyang_prepare()
131 regulator_disable(ctx->avdd); in feiyang_unprepare()
207 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe()
208 if (IS_ERR(ctx->avdd)) in feiyang_dsi_probe()
209 return dev_err_probe(&dsi->dev, PTR_ERR(ctx->avdd), in feiyang_dsi_probe()
Dpanel-seiko-43wvf1g.c51 struct regulator *avdd; member
146 regulator_disable(p->avdd); in seiko_panel_unprepare()
175 err = regulator_enable(p->avdd); in seiko_panel_prepare()
257 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe()
258 if (IS_ERR(panel->avdd)) in seiko_panel_probe()
259 return PTR_ERR(panel->avdd); in seiko_panel_probe()
Dpanel-mantix-mlaf057we51.c36 struct regulator *avdd; member
135 regulator_disable(ctx->avdd); in mantix_unprepare()
161 ret = regulator_enable(ctx->avdd); in mantix_prepare()
287 ctx->avdd = devm_regulator_get(dev, "avdd"); in mantix_probe()
288 if (IS_ERR(ctx->avdd)) in mantix_probe()
289 return dev_err_probe(dev, PTR_ERR(ctx->avdd), "Failed to request avdd regulator\n"); in mantix_probe()
Dpanel-boe-tv101wum-nl6.c51 struct regulator *avdd; member
1798 regulator_disable(boe->avdd); in boe_panel_unprepare()
1808 regulator_disable(boe->avdd); in boe_panel_unprepare()
1840 ret = regulator_enable(boe->avdd); in boe_panel_prepare()
1873 regulator_disable(boe->avdd); in boe_panel_prepare()
2215 boe->avdd = devm_regulator_get(dev, "avdd"); in boe_panel_add()
2216 if (IS_ERR(boe->avdd)) in boe_panel_add()
2217 return PTR_ERR(boe->avdd); in boe_panel_add()
/Linux-v6.6/sound/soc/meson/
Dt9015.c52 struct regulator *avdd; member
197 ret = regulator_enable(priv->avdd); in t9015_set_bias_level()
220 regulator_disable(priv->avdd); in t9015_set_bias_level()
263 priv->avdd = devm_regulator_get(dev, "AVDD"); in t9015_probe()
264 if (IS_ERR(priv->avdd)) in t9015_probe()
265 return dev_err_probe(dev, PTR_ERR(priv->avdd), "failed to AVDD\n"); in t9015_probe()
/Linux-v6.6/drivers/staging/iio/frequency/
Dad9832.c97 struct regulator *avdd; member
325 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad9832_probe()
326 if (IS_ERR(st->avdd)) in ad9832_probe()
327 return PTR_ERR(st->avdd); in ad9832_probe()
329 ret = regulator_enable(st->avdd); in ad9832_probe()
335 ret = devm_add_action_or_reset(&spi->dev, ad9832_reg_disable, st->avdd); in ad9832_probe()
/Linux-v6.6/Documentation/devicetree/bindings/input/touchscreen/
Dsamsung,s6sy761.txt7 - avdd-supply : analogic power supply
27 avdd-supply = <&ldo30_reg>;
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dpcm186x.txt16 - avdd-supply: Analog core power supply (3.3v)
39 avdd-supply = <&reg_3v3_analog>;
Dtas2552.txt13 "avdd" Analog DAC Voltage
31 avdd-supply = <&reg_avdd>;
Dadi,adau1701.txt23 - avdd-supply: Power supply for AVDD, providing 3.3V
33 avdd-supply = <&vdd_3v3_reg>;
Dti,tas5086.txt34 - avdd-supply: Power supply for AVDD, providing 3.3V
45 avdd-supply = <&vdd_3v3_reg>;
Drt5663.txt13 - avdd-supply: Power supply for AVDD, providing 1.8V.
58 avdd-supply = <&pp1800_a_alc5662>;
/Linux-v6.6/Documentation/devicetree/bindings/pci/
Dnvidia,tegra20-pcie.txt85 - avdd-pex-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
87 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must
89 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must
95 - avdd-pex-pll-supply: Power supply for dedicated (internal) PCIe PLL. Must
97 - avdd-plle-supply: Power supply for PLLE, which is shared with SATA. Must
105 - avdd-pexa-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
108 - avdd-pexb-supply: Power supply for analog PCIe logic. Must supply 1.05 V.
351 avdd-pexa-supply = <&ldo1_reg>;
353 avdd-pexb-supply = <&ldo1_reg>;
355 avdd-pex-pll-supply = <&ldo1_reg>;
[all …]
/Linux-v6.6/drivers/media/i2c/
Dov13b10.c581 struct regulator *avdd; member
1069 if (ov13b10->avdd) in ov13b10_power_off()
1070 regulator_disable(ov13b10->avdd); in ov13b10_power_off()
1089 if (ov13b10->avdd) { in ov13b10_power_on()
1090 ret = regulator_enable(ov13b10->avdd); in ov13b10_power_on()
1396 ov13b->avdd = devm_regulator_get_optional(dev, "avdd"); in ov13b10_get_pm_resources()
1397 if (IS_ERR(ov13b->avdd)) { in ov13b10_get_pm_resources()
1398 ret = PTR_ERR(ov13b->avdd); in ov13b10_get_pm_resources()
1399 ov13b->avdd = NULL; in ov13b10_get_pm_resources()
/Linux-v6.6/arch/arm/boot/dts/nvidia/
Dtegra124-nyan.dtsi52 avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>;
414 avdd-usb-supply = <&vdd_3v3_lp0>;
415 avdd-pll-utmip-supply = <&vddio_1v8>;
416 avdd-pll-erefe-supply = <&avdd_1v05_run>;
417 avdd-usb-ss-pll-supply = <&vdd_1v05_run>;
427 avdd-pll-utmip-supply = <&vddio_1v8>;
428 avdd-pll-erefe-supply = <&avdd_1v05_run>;
429 avdd-pex-pll-supply = <&vdd_1v05_run>;
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-wormdingler.dtsi13 avdd_lcd: avdd-lcd-regulator {
141 avdd-supply = <&avdd_lcd>;
351 avdd_lcd_en: avdd-lcd-en-state {
Dqrb5165-rb5-vision-mezzanine.dts50 avdd-supply = <&vdc_5v>;
Dmsm8916-samsung-a5u-eur.dts45 avdd-supply = <&reg_vdd_tsp_a>;
/Linux-v6.6/sound/soc/codecs/
Dtlv320aic3x.c1694 int dvdd, avdd; in aic3x_configure_ocmv() local
1705 avdd = regulator_get_voltage(aic3x->supplies[2].consumer); in aic3x_configure_ocmv()
1707 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv()
1710 avdd, dvdd); in aic3x_configure_ocmv()
1711 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv()
1713 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv()
1715 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv()
1717 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv()
1722 avdd, dvdd); in aic3x_configure_ocmv()
Dtlv320aic31xx.c1595 int dvdd, avdd; in aic31xx_configure_ocmv() local
1607 avdd = regulator_get_voltage(priv->supplies[3].consumer); in aic31xx_configure_ocmv()
1610 if (avdd > 3600000 || dvdd > 1950000) { in aic31xx_configure_ocmv()
1613 avdd, dvdd); in aic31xx_configure_ocmv()
1614 } else if (avdd == 3600000 && dvdd == 1950000) { in aic31xx_configure_ocmv()
1616 } else if (avdd >= 3300000 && dvdd >= 1800000) { in aic31xx_configure_ocmv()
1618 } else if (avdd >= 3000000 && dvdd >= 1650000) { in aic31xx_configure_ocmv()
1620 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic31xx_configure_ocmv()
1625 avdd, dvdd); in aic31xx_configure_ocmv()
/Linux-v6.6/drivers/iio/adc/
Dad7192.c179 struct regulator *avdd; member
994 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad7192_probe()
995 if (IS_ERR(st->avdd)) in ad7192_probe()
996 return PTR_ERR(st->avdd); in ad7192_probe()
998 ret = regulator_enable(st->avdd); in ad7192_probe()
1004 ret = devm_add_action_or_reset(&spi->dev, ad7192_reg_disable, st->avdd); in ad7192_probe()
1017 ret = regulator_get_voltage(st->avdd); in ad7192_probe()
/Linux-v6.6/arch/arm/boot/dts/st/
Dste-href-stuib.dtsi107 avdd-supply = <&ab8500_ldo_aux1_reg>;
119 avdd-supply = <&ab8500_ldo_aux1_reg>;
/Linux-v6.6/drivers/input/touchscreen/
Draydium_i2c_ts.c122 struct regulator *avdd; member
1029 error = regulator_enable(ts->avdd); in raydium_i2c_power_on()
1038 regulator_disable(ts->avdd); in raydium_i2c_power_on()
1064 regulator_disable(ts->avdd); in raydium_i2c_power_off()
1089 ts->avdd = devm_regulator_get(&client->dev, "avdd"); in raydium_i2c_probe()
1090 if (IS_ERR(ts->avdd)) in raydium_i2c_probe()
1091 return dev_err_probe(&client->dev, PTR_ERR(ts->avdd), in raydium_i2c_probe()
/Linux-v6.6/Documentation/devicetree/bindings/input/
Draydium_i2c_ts.txt9 - avdd-supply: analog power supply needed to power device
/Linux-v6.6/arch/arm64/boot/dts/rockchip/
Drk3566-radxa-cm3-io.dts117 avdd-0v9-supply = <&vdda0v9_image>;
118 avdd-1v8-supply = <&vcca1v8_image>;

1234567