Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A 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()
/openbmc/linux/include/linux/iio/
H A Dconsumer.h208 int iio_read_channel_raw(struct iio_channel *chan,
/openbmc/linux/drivers/power/supply/
H A 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()
/openbmc/linux/drivers/extcon/
H A Dextcon-adc-jack.c64 ret = iio_read_channel_raw(data->chan, &adc_val); in adc_jack_handler()
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dinkernel.txt51 iio_read_channel_raw() - get a reading
/openbmc/linux/drivers/iio/dac/
H A Ddpot-dac.c62 return iio_read_channel_raw(dac->dpot, val); in dpot_dac_read_raw()
/openbmc/linux/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c64 error = iio_read_channel_raw(channel, &val); in adc_ts_measure()
/openbmc/linux/drivers/input/joystick/
H A Dadc-joystick.c38 ret = iio_read_channel_raw(&joy->chans[i], &val); in adc_joystick_poll()
/openbmc/linux/drivers/iio/
H A Dinkern.c594 int iio_read_channel_raw(struct iio_channel *chan, int *val) in iio_read_channel_raw() function
611 EXPORT_SYMBOL_GPL(iio_read_channel_raw);
/openbmc/linux/drivers/iio/multiplexer/
H A Diio-mux.c102 ret = iio_read_channel_raw(mux->parent, val); in mux_read_raw()
/openbmc/linux/drivers/iio/afe/
H A Diio-rescale.c165 return iio_read_channel_raw(rescale->source, val); in rescale_read_raw()
/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c359 ret = iio_read_channel_raw(channel, &raw); in ntc_adc_iio_read()