Searched full:iovdd (Results 1 – 25 of 81) sorted by relevance
1234
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | adau7118.c | 38 struct regulator *iovdd; member 343 ret = regulator_enable(st->iovdd); in adau7118_set_bias_level() 350 regulator_disable(st->iovdd); in adau7118_set_bias_level() 368 ret = regulator_disable(st->iovdd); in adau7118_set_bias_level() 453 * If we fail to disable DVDD, don't bother in trying IOVDD. We in adau7118_regulator_disable() 455 * is enabled and IOVDD is disabled. in adau7118_regulator_disable() 461 regulator_disable(st->iovdd); in adau7118_regulator_disable() 466 st->iovdd = devm_regulator_get(st->dev, "iovdd"); in adau7118_regulator_setup() 467 if (IS_ERR(st->iovdd)) { in adau7118_regulator_setup() 468 dev_err(st->dev, "Could not get iovdd: %ld\n", in adau7118_regulator_setup() [all …]
|
| D | adau7002.c | 62 SND_SOC_DAPM_REGULATOR_SUPPLY("IOVDD", 0, 0), 68 { "Capture", NULL, "IOVDD" },
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/ |
| D | adi,adau7002.txt | 9 - IOVDD-supply: Phandle and specifier for the power supply providing the IOVDD 18 IOVDD-supply = <&supply>;
|
| D | pcm186x.txt | 18 - iovdd-supply: Digital IO power supply 41 iovdd-supply = <®_1v8>;
|
| D | tas2552.txt | 12 "iovdd" I/O Voltage 30 iovdd-supply = <®_iovdd>;
|
| D | tlv320aic3x.txt | 34 - AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the 77 IOVDD-supply = <®ulator>;
|
| D | tlv320aic31xx.txt | 18 - HPVDD-supply, SPRVDD-supply, SPLVDD-supply, AVDD-supply, IOVDD-supply, 70 IOVDD-supply = <®ulator>;
|
| D | ssm4567.txt | 8 0x35 (LR_SEL/ADDR connected to IOVDD) or 0x36 (LR_SEL/ADDR open).
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | adi,adau7002.txt | 9 - IOVDD-supply: Phandle and specifier for the power supply providing the IOVDD 18 IOVDD-supply = <&supply>;
|
| D | adi,adau7118.yaml | 29 iovdd-supply: 57 - iovdd-supply 72 iovdd-supply = <&supply>; 83 iovdd-supply = <&supply>;
|
| D | pcm186x.txt | 18 - iovdd-supply: Digital IO power supply 41 iovdd-supply = <®_1v8>;
|
| D | tas2552.txt | 12 "iovdd" I/O Voltage 30 iovdd-supply = <®_iovdd>;
|
| D | tlv320aic3x.txt | 34 - AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the 77 IOVDD-supply = <®ulator>;
|
| D | tlv320aic31xx.txt | 18 - HPVDD-supply, SPRVDD-supply, SPLVDD-supply, AVDD-supply, IOVDD-supply, 75 IOVDD-supply = <®ulator>;
|
| D | ssm4567.txt | 8 0x35 (LR_SEL/ADDR connected to IOVDD) or 0x36 (LR_SEL/ADDR open).
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/iio/accel/ |
| D | kionix,kxsd9.txt | 9 - iovdd-supply: The input supply for IOVDD 20 iovdd-supply = <&bar>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/accel/ |
| D | kionix,kxsd9.yaml | 24 iovdd-supply: true 50 iovdd-supply = <&iovdd>;
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | adau7002.c | 20 SND_SOC_DAPM_REGULATOR_SUPPLY("IOVDD", 0, 0), 25 { "Capture", NULL, "IOVDD" },
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | omap2420-n810.dts | 61 IOVDD-supply = <&vio_ape>;
|
| D | imx6qdl-phytec-pbab01.dtsi | 120 IOVDD-supply = <&sound_3v3>;
|
| D | imx7d-zii-rpu2.dts | 488 IOVDD-supply = <®_3p3v>; 519 IOVDD-supply = <®_3p3v>; 550 IOVDD-supply = <®_3p3v>;
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | omap2420-n810.dts | 61 IOVDD-supply = <&vio_ape>;
|
| D | imx6qdl-phytec-pbab01.dtsi | 126 IOVDD-supply = <&sound_3v3>;
|
| /kernel/linux/linux-5.10/drivers/iio/accel/ |
| D | kxsd9.c | 69 * @regs: regulators for this device, VDD and IOVDD 94 static const char kxsd9_reg_iovdd[] = "iovdd";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/ |
| D | adi,ad5770r.yaml | 31 iovdd-supply:
|
1234