Home
last modified time | relevance | path

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

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