Home
last modified time | relevance | path

Searched refs:iio_write_channel_raw (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/linux/iio/
H A Dconsumer.h235 * iio_write_channel_raw() - write to a given channel
242 int iio_write_channel_raw(struct iio_channel *chan, int val);
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Denvelope-detector.c150 ret = iio_write_channel_raw(env->dac, env->invert ? 0 : env->dac_max); in envelope_detector_setup_compare()
158 ret = iio_write_channel_raw(env->dac, env->level); in envelope_detector_setup_compare()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/iio/
H A Dconsumer.h282 * iio_write_channel_raw() - write to a given channel
290 int iio_write_channel_raw(struct iio_channel *chan, int val);
/kernel/linux/linux-5.10/drivers/iio/dac/
H A Ddpot-dac.c119 return iio_write_channel_raw(dac->dpot, val); in dpot_dac_write_raw()
/kernel/linux/linux-6.6/drivers/iio/dac/
H A Ddpot-dac.c119 return iio_write_channel_raw(dac->dpot, val); in dpot_dac_write_raw()
/kernel/linux/linux-5.10/drivers/iio/
H A Dinkern.c878 int iio_write_channel_raw(struct iio_channel *chan, int val) in iio_write_channel_raw() function
882 EXPORT_SYMBOL_GPL(iio_write_channel_raw); variable
/kernel/linux/linux-6.6/drivers/iio/
H A Dinkern.c1022 int iio_write_channel_raw(struct iio_channel *chan, int val) in iio_write_channel_raw() function
1026 EXPORT_SYMBOL_GPL(iio_write_channel_raw); variable
/kernel/linux/linux-5.10/drivers/iio/multiplexer/
H A Diio-mux.c157 ret = iio_write_channel_raw(mux->parent, val); in mux_write_raw()
/kernel/linux/linux-6.6/drivers/iio/multiplexer/
H A Diio-mux.c160 ret = iio_write_channel_raw(mux->parent, val); in mux_write_raw()

Completed in 8 milliseconds