Home
last modified time | relevance | path

Searched full:vdrive (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ad7293.yaml28 vdrive-supply: true
43 - vdrive-supply
57 vdrive-supply = <&vdrive>;
/linux-6.12.1/Documentation/devicetree/bindings/iio/resolver/
Dadi,ad2s1210.yaml73 vdrive-supply:
76 (VDrive) pin.
139 - vdrive-supply
170 vdrive-supply = <&vdrive_regulator>;
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7476.yaml59 vdrive-supply:
141 vdrive-supply: true
144 vdrive-supply: false
Dadi,ad7606.yaml38 vdrive-supply:
122 - vdrive-supply
191 vdrive-supply = <&vdd_supply>;
Dadi,ad7091r5.yaml35 vdrive-supply:
/linux-6.12.1/drivers/iio/dac/
Dad7293.c792 st->reg_vdrive = devm_regulator_get(&spi->dev, "vdrive"); in ad7293_properties_parse()
795 "failed to get the VDRIVE voltage\n"); in ad7293_properties_parse()
834 "Failed to enable specified VDRIVE Voltage!\n"); in ad7293_init()
855 "Failed to read vdrive regulator: %d\n", ret); in ad7293_init()
/linux-6.12.1/drivers/iio/adc/
Dad7606_spi.c16 #define MAX_SPI_FREQ_HZ 23500000 /* VDRIVE above 4.75 V */
Dad7476.c371 ret = devm_regulator_get_enable(&spi->dev, "vdrive"); in ad7476_probe()