Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iio/adc/
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.3-rc2/include/linux/iio/
A Dconsumer.h287 int iio_write_channel_raw(struct iio_channel *chan, int val);
/linux-6.3-rc2/drivers/iio/dac/
A Ddpot-dac.c119 return iio_write_channel_raw(dac->dpot, val); in dpot_dac_write_raw()
/linux-6.3-rc2/drivers/iio/
A Dinkern.c962 int iio_write_channel_raw(struct iio_channel *chan, int val) in iio_write_channel_raw() function
966 EXPORT_SYMBOL_GPL(iio_write_channel_raw);
/linux-6.3-rc2/drivers/iio/multiplexer/
A Diio-mux.c160 ret = iio_write_channel_raw(mux->parent, val); in mux_write_raw()

Completed in 11 milliseconds