Home
last modified time | relevance | path

Searched refs:iio_read_channel_raw (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
H A Daxp288_fuel_gauge.c279 ret = iio_read_channel_raw(info->iio_channel[BAT_TEMP], &raw_val); in fuel_gauge_debug_show()
282 ret = iio_read_channel_raw(info->iio_channel[PMIC_TEMP], &raw_val); in fuel_gauge_debug_show()
285 ret = iio_read_channel_raw(info->iio_channel[SYSTEM_TEMP], &raw_val); in fuel_gauge_debug_show()
288 ret = iio_read_channel_raw(info->iio_channel[BAT_CHRG_CURR], &raw_val); in fuel_gauge_debug_show()
291 ret = iio_read_channel_raw(info->iio_channel[BAT_D_CURR], &raw_val); in fuel_gauge_debug_show()
294 ret = iio_read_channel_raw(info->iio_channel[BAT_VOLT], &raw_val); in fuel_gauge_debug_show()
359 ret = iio_read_channel_raw(info->iio_channel[BAT_D_CURR], &curr); in fuel_gauge_get_status()
380 ret = iio_read_channel_raw(info->iio_channel[BAT_VOLT], &raw_val); in fuel_gauge_get_vbatt()
394 ret = iio_read_channel_raw(info->iio_channel[BAT_D_CURR], &discharge); in fuel_gauge_get_current()
403 return iio_read_channel_raw(inf in fuel_gauge_get_current()
[all...]
/kernel/linux/linux-5.10/include/linux/iio/
H A Dconsumer.h170 * iio_read_channel_raw() - read from a given channel
177 int iio_read_channel_raw(struct iio_channel *chan,
188 * In opposit to the normal iio_read_channel_raw this function
333 * returned by iio_read_channel_raw, so the unit of that value is device
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/iio/
H A Dconsumer.h200 * iio_read_channel_raw() - read from a given channel
208 int iio_read_channel_raw(struct iio_channel *chan,
220 * In opposit to the normal iio_read_channel_raw this function
395 * returned by iio_read_channel_raw, so the unit of that value is device
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-adc-jack.c64 ret = iio_read_channel_raw(data->chan, &adc_val); in adc_jack_handler()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-adc-jack.c64 ret = iio_read_channel_raw(data->chan, &adc_val); in adc_jack_handler()
/kernel/linux/linux-5.10/drivers/iio/dac/
H A Ddpot-dac.c62 return iio_read_channel_raw(dac->dpot, val); in dpot_dac_read_raw()
/kernel/linux/linux-6.6/drivers/iio/dac/
H A Ddpot-dac.c62 return iio_read_channel_raw(dac->dpot, val); in dpot_dac_read_raw()
/kernel/linux/linux-5.10/drivers/iio/afe/
H A Diio-rescale.c46 return iio_read_channel_raw(rescale->source, val); in rescale_read_raw()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c64 error = iio_read_channel_raw(channel, &val); in adc_ts_measure()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dadc-joystick.c38 ret = iio_read_channel_raw(&joy->chans[i], &val); in adc_joystick_poll()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c64 error = iio_read_channel_raw(channel, &val); in adc_ts_measure()
/kernel/linux/linux-5.10/drivers/iio/
H A Dinkern.c527 int iio_read_channel_raw(struct iio_channel *chan, int *val) in iio_read_channel_raw() function
543 EXPORT_SYMBOL_GPL(iio_read_channel_raw); variable
/kernel/linux/linux-6.6/drivers/iio/
H A 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); variable
/kernel/linux/linux-5.10/drivers/iio/multiplexer/
H A Diio-mux.c99 ret = iio_read_channel_raw(mux->parent, val); in mux_read_raw()
/kernel/linux/linux-6.6/drivers/iio/multiplexer/
H A Diio-mux.c102 ret = iio_read_channel_raw(mux->parent, val); in mux_read_raw()
/kernel/linux/linux-6.6/drivers/iio/afe/
H A Diio-rescale.c165 return iio_read_channel_raw(rescale->source, val); in rescale_read_raw()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dntc_thermistor.c331 ret = iio_read_channel_raw(channel, &raw); in ntc_adc_iio_read()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dntc_thermistor.c358 ret = iio_read_channel_raw(channel, &raw); in ntc_adc_iio_read()

Completed in 14 milliseconds