Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A 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-6.15/sound/soc/codecs/
H A Daudio-iio-aux.c96 ret = iio_write_channel_raw(chan->iio_chan, val); in audio_iio_aux_put_volsw()
201 ret = iio_write_channel_raw(chan->iio_chan, in audio_iio_aux_component_probe()
/linux-6.15/include/linux/iio/
H A Dconsumer.h290 int iio_write_channel_raw(struct iio_channel *chan, int val);
/linux-6.15/drivers/iio/dac/
H A Ddpot-dac.c119 return iio_write_channel_raw(dac->dpot, val); in dpot_dac_write_raw()
/linux-6.15/drivers/iio/
H A Dinkern.c951 int iio_write_channel_raw(struct iio_channel *chan, int val) in iio_write_channel_raw() function
955 EXPORT_SYMBOL_GPL(iio_write_channel_raw);
/linux-6.15/drivers/iio/multiplexer/
H A Diio-mux.c160 ret = iio_write_channel_raw(mux->parent, val); in mux_write_raw()