| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-rockpro64-screen.dtso | 15 avdd: regulator-avdd { 17 regulator-name = "avdd"; 58 avdd-supply = <&avdd>;
|
| H A D | px30-ringneck-haikou-video-demo.dtso | 37 cam_avdd_2v8: regulator-cam-avdd-2v8 { 42 regulator-name = "cam-avdd-2v8"; 184 avdd-supply = <&cam_avdd_2v8>;
|
| H A D | rk3368-lion-haikou-video-demo.dtso | 37 cam_avdd_2v8: regulator-cam-avdd-2v8 { 42 regulator-name = "cam-avdd-2v8";
|
| H A D | rk3399-puma-haikou-video-demo.dtso | 37 cam_avdd_2v8: regulator-cam-avdd-2v8 { 42 regulator-name = "cam-avdd-2v8";
|
| /linux/drivers/gpu/drm/panel/ |
| H A 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() 205 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe() 206 if (IS_ERR(ctx->avdd)) in feiyang_dsi_probe() 207 return dev_err_probe(&dsi->dev, PTR_ERR(ctx->avdd), in feiyang_dsi_probe()
|
| H A D | panel-synaptics-r63353.c | 59 struct regulator *avdd; member 75 ret = regulator_enable(rpanel->avdd); in r63353_panel_power_on() 86 regulator_disable(rpanel->avdd); in r63353_panel_power_on() 101 regulator_disable(rpanel->avdd); in r63353_panel_power_off() 253 panel->avdd = devm_regulator_get(dev, "avdd"); in r63353_panel_probe() 254 if (IS_ERR(panel->avdd)) in r63353_panel_probe() 255 return PTR_ERR(panel->avdd); in r63353_panel_probe()
|
| H A D | panel-seiko-43wvf1g.c | 49 struct regulator *avdd; member 129 regulator_disable(p->avdd); in seiko_panel_unprepare() 153 err = regulator_enable(p->avdd); in seiko_panel_prepare() 219 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe() 220 if (IS_ERR(panel->avdd)) in seiko_panel_probe() 221 return PTR_ERR(panel->avdd); in seiko_panel_probe()
|
| H A D | panel-ilitek-ili9805.c | 55 struct regulator *avdd; member 130 ret = regulator_enable(ctx->avdd); in ili9805_power_on() 139 regulator_disable(ctx->avdd); in ili9805_power_on() 155 regulator_disable(ctx->avdd); in ili9805_power_off() 329 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in ili9805_dsi_probe() 330 if (IS_ERR(ctx->avdd)) in ili9805_dsi_probe() 331 return PTR_ERR(ctx->avdd); in ili9805_dsi_probe()
|
| /linux/sound/soc/meson/ |
| H A D | t9015.c | 51 struct regulator *avdd; member 196 ret = regulator_enable(priv->avdd); in t9015_set_bias_level() 219 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/drivers/media/i2c/ |
| H A D | og01a1b.c | 428 struct regulator *avdd; member 970 if (og01a1b->avdd) { in og01a1b_power_on() 971 ret = regulator_enable(og01a1b->avdd); in og01a1b_power_on() 1008 if (og01a1b->avdd) in og01a1b_power_on() 1009 regulator_disable(og01a1b->avdd); in og01a1b_power_on() 1033 if (og01a1b->avdd) in og01a1b_power_off() 1034 regulator_disable(og01a1b->avdd); in og01a1b_power_off() 1090 og01a1b->avdd = devm_regulator_get_optional(og01a1b->dev, "avdd"); in og01a1b_probe() 1091 if (IS_ERR(og01a1b->avdd)) { in og01a1b_probe() 1092 ret = PTR_ERR(og01a1b->avdd); in og01a1b_probe() [all …]
|
| H A D | ov13b10.c | 711 struct regulator *avdd; member 1198 if (ov13b10->avdd) in ov13b10_power_off() 1199 regulator_disable(ov13b10->avdd); in ov13b10_power_off() 1218 if (ov13b10->avdd) { in ov13b10_power_on() 1219 ret = regulator_enable(ov13b10->avdd); in ov13b10_power_on() 1494 ov13b->avdd = devm_regulator_get_optional(ov13b->dev, "avdd"); in ov13b10_get_pm_resources() 1495 if (IS_ERR(ov13b->avdd)) { in ov13b10_get_pm_resources() 1496 ret = PTR_ERR(ov13b->avdd); in ov13b10_get_pm_resources() 1497 ov13b->avdd = NULL; in ov13b10_get_pm_resources()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mn-bsh-smm-s2-display.dtsi | 30 avdd-supply = <®_v3v3_avdd>; 58 regulator-name = "3v3-avdd-supply"; 98 avdd-supply = <®_v3v3_avdd>;
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A 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/drivers/input/touchscreen/ |
| H A D | goodix_berlin_core.c | 167 struct regulator *avdd; member 262 error = regulator_enable(cd->avdd); in goodix_berlin_power_on() 287 regulator_disable(cd->avdd); in goodix_berlin_power_on() 296 regulator_disable(cd->avdd); in goodix_berlin_power_off() 746 cd->avdd = devm_regulator_get(dev, "avdd"); in goodix_berlin_probe() 747 if (IS_ERR(cd->avdd)) in goodix_berlin_probe() 748 return dev_err_probe(dev, PTR_ERR(cd->avdd), in goodix_berlin_probe()
|
| H A D | raydium_i2c_ts.c | 122 struct regulator *avdd; member 1026 error = regulator_enable(ts->avdd); in raydium_i2c_power_on() 1035 regulator_disable(ts->avdd); in raydium_i2c_power_on() 1061 regulator_disable(ts->avdd); in raydium_i2c_power_off() 1086 ts->avdd = devm_regulator_get(&client->dev, "avdd"); in raydium_i2c_probe() 1087 if (IS_ERR(ts->avdd)) in raydium_i2c_probe() 1088 return dev_err_probe(&client->dev, PTR_ERR(ts->avdd), in raydium_i2c_probe()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | adi,adau1701.txt | 23 - avdd-supply: Power supply for AVDD, providing 3.3V 33 avdd-supply = <&vdd_3v3_reg>;
|
| H A D | ti,tas5086.txt | 34 - avdd-supply: Power supply for AVDD, providing 3.3V 45 avdd-supply = <&vdd_3v3_reg>;
|
| H A D | rt5663.txt | 13 - avdd-supply: Power supply for AVDD, providing 1.8V. 58 avdd-supply = <&pp1800_a_alc5662>;
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-nyan.dtsi | 52 avdd-io-hdmi-dp-supply = <&vdd_3v3_hdmi>; 415 avdd-usb-supply = <&vdd_3v3_lp0>; 416 avdd-pll-utmip-supply = <&vddio_1v8>; 417 avdd-pll-erefe-supply = <&avdd_1v05_run>; 418 avdd-usb-ss-pll-supply = <&vdd_1v05_run>; 428 avdd-pll-utmip-supply = <&vddio_1v8>; 429 avdd-pll-erefe-supply = <&avdd_1v05_run>; 430 avdd-pex-pll-supply = <&vdd_1v05_run>;
|
| /linux/sound/soc/codecs/ |
| H A D | tlv320aic3x.c | 1709 int dvdd, avdd; in aic3x_configure_ocmv() local 1720 avdd = regulator_get_voltage(aic3x->supplies[2].consumer); in aic3x_configure_ocmv() 1722 if (avdd > 3600000 || dvdd > 1950000) { in aic3x_configure_ocmv() 1725 avdd, dvdd); in aic3x_configure_ocmv() 1726 } else if (avdd == 3600000 && dvdd == 1950000) { in aic3x_configure_ocmv() 1728 } else if (avdd > 3300000 && dvdd > 1800000) { in aic3x_configure_ocmv() 1730 } else if (avdd > 3000000 && dvdd > 1650000) { in aic3x_configure_ocmv() 1732 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic3x_configure_ocmv() 1737 avdd, dvdd); in aic3x_configure_ocmv()
|
| H A D | tlv320aic31xx.c | 1598 int dvdd, avdd; in aic31xx_configure_ocmv() local 1610 avdd = regulator_get_voltage(priv->supplies[3].consumer); in aic31xx_configure_ocmv() 1613 if (avdd > 3600000 || dvdd > 1950000) { in aic31xx_configure_ocmv() 1616 avdd, dvdd); in aic31xx_configure_ocmv() 1617 } else if (avdd == 3600000 && dvdd == 1950000) { in aic31xx_configure_ocmv() 1619 } else if (avdd >= 3300000 && dvdd >= 1800000) { in aic31xx_configure_ocmv() 1621 } else if (avdd >= 3000000 && dvdd >= 1650000) { in aic31xx_configure_ocmv() 1623 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic31xx_configure_ocmv() 1628 avdd, dvdd); in aic31xx_configure_ocmv()
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor-wormdingler.dtsi | 14 avdd_lcd: avdd-lcd-regulator { 138 avdd-supply = <&avdd_lcd>; 344 avdd_lcd_en: avdd-lcd-en-state {
|
| H A D | sm6375-sony-xperia-murray-pdx225.dts | 83 touch_avdd: touch-avdd-regulator { 148 avdd-supply = <&touch_avdd>; 426 ts_avdd_default: ts-avdd-default-state {
|
| /linux/arch/arm/boot/dts/st/ |
| H A D | ste-href-stuib.dtsi | 107 avdd-supply = <&ab8500_ldo_aux1_reg>; 119 avdd-supply = <&ab8500_ldo_aux1_reg>;
|
| /linux/Documentation/devicetree/bindings/input/ |
| H A D | raydium_i2c_ts.txt | 9 - avdd-supply: analog power supply needed to power device
|