/linux/sound/soc/codecs/ |
H A D | adau7118.c | 38 struct regulator *iovdd; member 345 ret = regulator_enable(st->iovdd); in adau7118_set_bias_level() 352 regulator_disable(st->iovdd); in adau7118_set_bias_level() 370 ret = regulator_disable(st->iovdd); in adau7118_set_bias_level() 451 st->iovdd = devm_regulator_get(st->dev, "iovdd"); in adau7118_regulator_setup() 452 if (IS_ERR(st->iovdd)) { in adau7118_regulator_setup() 453 dev_err(st->dev, "Could not get iovdd: %ld\n", in adau7118_regulator_setup() 454 PTR_ERR(st->iovdd)); in adau7118_regulator_setup() 455 return PTR_ERR(st->iovdd); in adau7118_regulator_setup()
|
H A D | adau7002.c | 62 SND_SOC_DAPM_REGULATOR_SUPPLY("IOVDD", 0, 0), 68 { "Capture", NULL, "IOVDD" },
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | adi,adau7118.yaml | 32 iovdd-supply: 60 - iovdd-supply 75 iovdd-supply = <&supply>; 86 iovdd-supply = <&supply>;
|
H A D | adi,adau7002.yaml | 19 IOVDD-supply: 21 IOVDD power supply, if skipped then it is assumed that the supply pin is 37 IOVDD-supply = <&pp1800_l15a>;
|
H A D | ti,tlv320dac3100.yaml | 56 IOVDD-supply: true 95 - IOVDD-supply 123 IOVDD-supply = <®ulator>;
|
H A D | ti,tlv320aic3x.yaml | 102 IOVDD-supply: 141 IOVDD-supply = <®ulator>; 159 IOVDD-supply = <®ulator>;
|
H A D | pcm186x.txt | 18 - iovdd-supply: Digital IO power supply 41 iovdd-supply = <®_1v8>;
|
H A D | tas2552.txt | 12 "iovdd" I/O Voltage 30 iovdd-supply = <®_iovdd>;
|
H A D | ssm4567.txt | 8 0x35 (LR_SEL/ADDR connected to IOVDD) or 0x36 (LR_SEL/ADDR open).
|
/linux/drivers/input/touchscreen/ |
H A D | goodix_berlin_core.c | 168 struct regulator *iovdd; member 251 error = regulator_enable(cd->iovdd); in goodix_berlin_power_on() 253 dev_err(cd->dev, "Failed to enable iovdd: %d\n", error); in goodix_berlin_power_on() 257 /* Vendor waits 3ms for IOVDD to settle */ in goodix_berlin_power_on() 266 /* Vendor waits 15ms for IOVDD to settle */ in goodix_berlin_power_on() 287 regulator_disable(cd->iovdd); in goodix_berlin_power_on() 295 regulator_disable(cd->iovdd); in goodix_berlin_power_off() 747 cd->iovdd = devm_regulator_get(dev, "iovdd"); in goodix_berlin_probe() 748 if (IS_ERR(cd->iovdd)) in goodix_berlin_probe() 749 return dev_err_probe(dev, PTR_ERR(cd->iovdd), in goodix_berlin_probe() [all …]
|
/linux/Documentation/devicetree/bindings/iio/accel/ |
H A D | kionix,kxsd9.yaml | 24 iovdd-supply: true 51 iovdd-supply = <&iovdd>;
|
H A D | fsl,mma7455.yaml | 61 vddio-supply = <&iovdd>; 76 vddio-supply = <&iovdd>;
|
H A D | kionix,kx022a.yaml | 66 io-vdd-supply = <&iovdd>;
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | galaxycore,gc2145.yaml | 40 iovdd-supply: 78 - iovdd-supply 97 iovdd-supply = <&scmi_v3v3_sw>;
|
/linux/Documentation/devicetree/bindings/iio/magnetometer/ |
H A D | yamaha,yas530.yaml | 52 iovdd-supply: 54 for the I2C interface on the IOVDD pin, typically 1.8 V. 97 iovdd-supply = <&ldo2_reg>;
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad4130.yaml | 68 iovdd-supply: 69 description: IOVDD voltage supply. Used for the chip interface. 118 22: (IOVDD − DGND)/6+ 119 23: (IOVDD − DGND)/6-
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap2420-n810.dts | 61 IOVDD-supply = <&vio_ape>;
|
H A D | am335x-wega.dtsi | 68 IOVDD-supply = <&vcc3v3>;
|
/linux/drivers/iio/accel/ |
H A D | kxsd9.c | 70 * @regs: regulators for this device, VDD and IOVDD 95 static const char kxsd9_reg_iovdd[] = "iovdd";
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-zii-rpu2.dts | 488 IOVDD-supply = <®_3p3v>; 519 IOVDD-supply = <®_3p3v>; 550 IOVDD-supply = <®_3p3v>;
|
H A D | imx6qdl-phytec-pbab01.dtsi | 117 IOVDD-supply = <&sound_3v3>;
|
H A D | imx6ul-phytec-segin.dtsi | 122 IOVDD-supply = <®_sound_3v3>;
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mn-bsh-smm-s2pro.dts | 63 IOVDD-supply = <&buck4_reg>;
|
H A D | imx8mq-zii-ultra-rmb3.dts | 95 IOVDD-supply = <®_gen_3p3>;
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | adi,ad5770r.yaml | 31 iovdd-supply:
|