Home
last modified time | relevance | path

Searched refs:iio_read_channel_raw (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/sound/soc/codecs/
Daudio-iio-aux.c56 ret = iio_read_channel_raw(chan->iio_chan, &val); in audio_iio_aux_get_volsw()
88 ret = iio_read_channel_raw(chan->iio_chan, &tmp); in audio_iio_aux_put_volsw()
/Linux-v6.6/include/linux/iio/
Dconsumer.h208 int iio_read_channel_raw(struct iio_channel *chan,
/Linux-v6.6/drivers/power/supply/
Daxp288_fuel_gauge.c244 ret = iio_read_channel_raw(info->iio_channel[BAT_VOLT], &info->bat_volt); in fuel_gauge_update_registers()
258 ret = iio_read_channel_raw(info->iio_channel[BAT_CHRG_CURR], &info->c_curr); in fuel_gauge_update_registers()
263 ret = iio_read_channel_raw(info->iio_channel[BAT_D_CURR], &info->d_curr); in fuel_gauge_update_registers()
/Linux-v6.6/drivers/extcon/
Dextcon-adc-jack.c64 ret = iio_read_channel_raw(data->chan, &adc_val); in adc_jack_handler()
/Linux-v6.6/drivers/staging/iio/Documentation/
Dinkernel.txt51 iio_read_channel_raw() - get a reading
/Linux-v6.6/drivers/iio/dac/
Ddpot-dac.c62 return iio_read_channel_raw(dac->dpot, val); in dpot_dac_read_raw()
/Linux-v6.6/drivers/input/touchscreen/
Dcolibri-vf50-ts.c64 error = iio_read_channel_raw(channel, &val); in adc_ts_measure()
/Linux-v6.6/drivers/input/joystick/
Dadc-joystick.c38 ret = iio_read_channel_raw(&joy->chans[i], &val); in adc_joystick_poll()
/Linux-v6.6/drivers/iio/
Dinkern.c590 int iio_read_channel_raw(struct iio_channel *chan, int *val) in iio_read_channel_raw() function
607 EXPORT_SYMBOL_GPL(iio_read_channel_raw);
/Linux-v6.6/drivers/iio/multiplexer/
Diio-mux.c102 ret = iio_read_channel_raw(mux->parent, val); in mux_read_raw()
/Linux-v6.6/drivers/iio/afe/
Diio-rescale.c165 return iio_read_channel_raw(rescale->source, val); in rescale_read_raw()
/Linux-v6.6/drivers/hwmon/
Dntc_thermistor.c358 ret = iio_read_channel_raw(channel, &raw); in ntc_adc_iio_read()