/Linux-v6.6/drivers/gpu/drm/panel/ |
D | panel-feiyang-fy07024di26a30d.c | 24 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()
|
D | panel-seiko-43wvf1g.c | 51 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()
|
D | panel-mantix-mlaf057we51.c | 36 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()
|
D | panel-boe-tv101wum-nl6.c | 51 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/ |
D | t9015.c | 52 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/ |
D | ad9832.c | 97 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/ |
D | samsung,s6sy761.txt | 7 - avdd-supply : analogic power supply 27 avdd-supply = <&ldo30_reg>;
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | pcm186x.txt | 16 - avdd-supply: Analog core power supply (3.3v) 39 avdd-supply = <®_3v3_analog>;
|
D | tas2552.txt | 13 "avdd" Analog DAC Voltage 31 avdd-supply = <®_avdd>;
|
D | adi,adau1701.txt | 23 - avdd-supply: Power supply for AVDD, providing 3.3V 33 avdd-supply = <&vdd_3v3_reg>;
|
D | ti,tas5086.txt | 34 - avdd-supply: Power supply for AVDD, providing 3.3V 45 avdd-supply = <&vdd_3v3_reg>;
|
D | rt5663.txt | 13 - avdd-supply: Power supply for AVDD, providing 1.8V. 58 avdd-supply = <&pp1800_a_alc5662>;
|
/Linux-v6.6/Documentation/devicetree/bindings/pci/ |
D | nvidia,tegra20-pcie.txt | 85 - 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/ |
D | ov13b10.c | 581 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/ |
D | tegra124-nyan.dtsi | 52 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/ |
D | sc7180-trogdor-wormdingler.dtsi | 13 avdd_lcd: avdd-lcd-regulator { 141 avdd-supply = <&avdd_lcd>; 351 avdd_lcd_en: avdd-lcd-en-state {
|
D | qrb5165-rb5-vision-mezzanine.dts | 50 avdd-supply = <&vdc_5v>;
|
D | msm8916-samsung-a5u-eur.dts | 45 avdd-supply = <®_vdd_tsp_a>;
|
/Linux-v6.6/sound/soc/codecs/ |
D | tlv320aic3x.c | 1694 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()
|
D | tlv320aic31xx.c | 1595 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/ |
D | ad7192.c | 179 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/ |
D | ste-href-stuib.dtsi | 107 avdd-supply = <&ab8500_ldo_aux1_reg>; 119 avdd-supply = <&ab8500_ldo_aux1_reg>;
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | raydium_i2c_ts.c | 122 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/ |
D | raydium_i2c_ts.txt | 9 - avdd-supply: analog power supply needed to power device
|
/Linux-v6.6/arch/arm64/boot/dts/rockchip/ |
D | rk3566-radxa-cm3-io.dts | 117 avdd-0v9-supply = <&vdda0v9_image>; 118 avdd-1v8-supply = <&vcca1v8_image>;
|