Home
last modified time | relevance | path

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

123456

/linux/drivers/gpu/drm/panel/
H A 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()
H A Dpanel-synaptics-r63353.c59 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()
281 panel->avdd = devm_regulator_get(dev, "avdd"); in r63353_panel_probe()
282 if (IS_ERR(panel->avdd)) in r63353_panel_probe()
283 return PTR_ERR(panel->avdd); in r63353_panel_probe()
H A Dpanel-seiko-43wvf1g.c49 struct regulator *avdd; member
129 regulator_disable(p->avdd); in seiko_panel_unprepare()
153 err = regulator_enable(p->avdd); in seiko_panel_prepare()
217 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe()
218 if (IS_ERR(panel->avdd)) in seiko_panel_probe()
219 return PTR_ERR(panel->avdd); in seiko_panel_probe()
H A Dpanel-ilitek-ili9805.c55 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()
H A Dpanel-mantix-mlaf057we51.c36 struct regulator *avdd; member
110 regulator_disable(ctx->avdd); in mantix_unprepare()
136 ret = regulator_enable(ctx->avdd); in mantix_prepare()
262 ctx->avdd = devm_regulator_get(dev, "avdd"); in mantix_probe()
263 if (IS_ERR(ctx->avdd)) in mantix_probe()
264 return dev_err_probe(dev, PTR_ERR(ctx->avdd), "Failed to request avdd regulator\n"); in mantix_probe()
H A Dpanel-ilitek-ili9882t.c53 struct regulator *avdd; member
445 regulator_disable(ili->avdd); in ili9882t_unprepare()
471 ret = regulator_enable(ili->avdd); in ili9882t_prepare()
505 regulator_disable(ili->avdd); in ili9882t_prepare()
592 ili->avdd = devm_regulator_get(dev, "avdd"); in ili9882t_add()
593 if (IS_ERR(ili->avdd)) in ili9882t_add()
594 return PTR_ERR(ili->avdd); in ili9882t_add()
H A Dpanel-himax-hx83102.c60 struct regulator *avdd; member
494 regulator_disable(ctx->avdd); in hx83102_unprepare()
516 dsi_ctx.accum_err = regulator_enable(ctx->avdd); in hx83102_prepare()
552 regulator_disable(ctx->avdd); in hx83102_prepare()
603 ctx->avdd = devm_regulator_get(dev, "avdd"); in hx83102_panel_add()
604 if (IS_ERR(ctx->avdd)) in hx83102_panel_add()
605 return PTR_ERR(ctx->avdd); in hx83102_panel_add()
/linux/sound/soc/meson/
H A Dt9015.c51 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 Dog01a1b.c426 struct regulator *avdd; member
992 if (og01a1b->avdd) { in og01a1b_power_on()
993 ret = regulator_enable(og01a1b->avdd); in og01a1b_power_on()
1030 if (og01a1b->avdd) in og01a1b_power_on()
1031 regulator_disable(og01a1b->avdd); in og01a1b_power_on()
1055 if (og01a1b->avdd) in og01a1b_power_off()
1056 regulator_disable(og01a1b->avdd); in og01a1b_power_off()
1105 og01a1b->avdd = devm_regulator_get_optional(&client->dev, "avdd"); in og01a1b_probe()
1106 if (IS_ERR(og01a1b->avdd)) { in og01a1b_probe()
1107 ret = PTR_ERR(og01a1b->avdd); in og01a1b_probe()
[all …]
H A Dov13b10.c637 struct regulator *avdd; member
1120 if (ov13b10->avdd) in ov13b10_power_off()
1121 regulator_disable(ov13b10->avdd); in ov13b10_power_off()
1140 if (ov13b10->avdd) { in ov13b10_power_on()
1141 ret = regulator_enable(ov13b10->avdd); in ov13b10_power_on()
1414 ov13b->avdd = devm_regulator_get_optional(dev, "avdd"); in ov13b10_get_pm_resources()
1415 if (IS_ERR(ov13b->avdd)) { in ov13b10_get_pm_resources()
1416 ret = PTR_ERR(ov13b->avdd); in ov13b10_get_pm_resources()
1417 ov13b->avdd = NULL; in ov13b10_get_pm_resources()
/linux/drivers/staging/iio/frequency/
H A Dad9832.c97 struct regulator *avdd; member
323 st->avdd = devm_regulator_get(&spi->dev, "avdd"); in ad9832_probe()
324 if (IS_ERR(st->avdd)) in ad9832_probe()
325 return PTR_ERR(st->avdd); in ad9832_probe()
327 ret = regulator_enable(st->avdd); in ad9832_probe()
333 ret = devm_add_action_or_reset(&spi->dev, ad9832_reg_disable, st->avdd); in ad9832_probe()
/linux/Documentation/devicetree/bindings/pci/
H A 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/drivers/input/touchscreen/
H A Dgoodix_berlin_core.c167 struct regulator *avdd; member
260 error = regulator_enable(cd->avdd); in goodix_berlin_power_on()
285 regulator_disable(cd->avdd); in goodix_berlin_power_on()
294 regulator_disable(cd->avdd); in goodix_berlin_power_off()
742 cd->avdd = devm_regulator_get(dev, "avdd"); in goodix_berlin_probe()
743 if (IS_ERR(cd->avdd)) in goodix_berlin_probe()
744 return dev_err_probe(dev, PTR_ERR(cd->avdd), in goodix_berlin_probe()
H A Draydium_i2c_ts.c122 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 Dpcm186x.txt16 - avdd-supply: Analog core power supply (3.3v)
39 avdd-supply = <&reg_3v3_analog>;
H A Dtas2552.txt13 "avdd" Analog DAC Voltage
31 avdd-supply = <&reg_avdd>;
H A Dadi,adau1701.txt23 - avdd-supply: Power supply for AVDD, providing 3.3V
33 avdd-supply = <&vdd_3v3_reg>;
H A Dti,tas5086.txt34 - avdd-supply: Power supply for AVDD, providing 3.3V
45 avdd-supply = <&vdd_3v3_reg>;
H A Drt5663.txt13 - avdd-supply: Power supply for AVDD, providing 1.8V.
58 avdd-supply = <&pp1800_a_alc5662>;
/linux/sound/soc/codecs/
H A 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()
H A Dtlv320aic31xx.c1596 int dvdd, avdd; in aic31xx_configure_ocmv() local
1608 avdd = regulator_get_voltage(priv->supplies[3].consumer); in aic31xx_configure_ocmv()
1611 if (avdd > 3600000 || dvdd > 1950000) { in aic31xx_configure_ocmv()
1614 avdd, dvdd); in aic31xx_configure_ocmv()
1615 } else if (avdd == 3600000 && dvdd == 1950000) { in aic31xx_configure_ocmv()
1617 } else if (avdd >= 3300000 && dvdd >= 1800000) { in aic31xx_configure_ocmv()
1619 } else if (avdd >= 3000000 && dvdd >= 1650000) { in aic31xx_configure_ocmv()
1621 } else if (avdd >= 2700000 && dvdd >= 1525000) { in aic31xx_configure_ocmv()
1626 avdd, dvdd); in aic31xx_configure_ocmv()
/linux/arch/arm/boot/dts/st/
H A Dste-href-stuib.dtsi107 avdd-supply = <&ab8500_ldo_aux1_reg>;
119 avdd-supply = <&ab8500_ldo_aux1_reg>;
/linux/arch/arm64/boot/dts/qcom/
H A Dsm6375-sony-xperia-murray-pdx225.dts83 touch_avdd: touch-avdd-regulator {
148 avdd-supply = <&touch_avdd>;
426 ts_avdd_default: ts-avdd-default-state {
/linux/Documentation/devicetree/bindings/input/
H A Draydium_i2c_ts.txt9 - avdd-supply: analog power supply needed to power device
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124-venice2.dts41 avdd-io-hdmi-dp-supply = <&vdd_1v05_run>;
928 avdd-usb-supply = <&vdd_3v3_lp0>;
929 avdd-pll-utmip-supply = <&vddio_1v8>;
930 avdd-pll-erefe-supply = <&avdd_1v05_run>;
931 avdd-usb-ss-pll-supply = <&vdd_1v05_run>;
939 avdd-pll-utmip-supply = <&vddio_1v8>;
940 avdd-pll-erefe-supply = <&avdd_1v05_run>;
941 avdd-pex-pll-supply = <&vdd_1v05_run>;

123456