Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/iio/dac/
Dadi,ad7293.yaml28 vdrive-supply: true
43 - vdrive-supply
57 vdrive-supply = <&vdrive>;
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7476.yaml59 vdrive-supply:
141 vdrive-supply: true
144 vdrive-supply: false
/Linux-v6.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-v6.1/drivers/iio/adc/
Dad7606_spi.c16 #define MAX_SPI_FREQ_HZ 23500000 /* VDRIVE above 4.75 V */
Dad7476.c371 reg = devm_regulator_get(&spi->dev, "vdrive"); in ad7476_probe()