Home
last modified time | relevance | path

Searched refs:iio_write_channel_raw (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/iio/adc/
Denvelope-detector.c149 ret = iio_write_channel_raw(env->dac, env->invert ? 0 : env->dac_max); in envelope_detector_setup_compare()
157 ret = iio_write_channel_raw(env->dac, env->level); in envelope_detector_setup_compare()
/linux-5.19.10/include/linux/iio/
Dconsumer.h293 int iio_write_channel_raw(struct iio_channel *chan, int val);
/linux-5.19.10/drivers/iio/dac/
Ddpot-dac.c119 return iio_write_channel_raw(dac->dpot, val); in dpot_dac_write_raw()
/linux-5.19.10/drivers/iio/
Dinkern.c929 int iio_write_channel_raw(struct iio_channel *chan, int val) in iio_write_channel_raw() function
933 EXPORT_SYMBOL_GPL(iio_write_channel_raw);
/linux-5.19.10/drivers/iio/multiplexer/
Diio-mux.c160 ret = iio_write_channel_raw(mux->parent, val); in mux_write_raw()