Home
last modified time | relevance | path

Searched refs:iio_read_channel_processed (Results 1 – 10 of 10) sorted by relevance

/drivers/power/supply/
Dda9150-charger.c64 ret = iio_read_channel_processed(charger->vbus_chan, &v_val); in da9150_charger_vbus_voltage_now()
80 ret = iio_read_channel_processed(charger->ibus_chan, &i_val); in da9150_charger_ibus_current_avg()
96 ret = iio_read_channel_processed(charger->tjunc_chan, &t_val); in da9150_charger_tjunc_temp()
279 ret = iio_read_channel_processed(charger->vbat_chan, &v_val); in da9150_charger_battery_voltage_now()
Dtwl4030_madc_battery.c48 err = iio_read_channel_processed(channel, &val); in madc_read()
Dlp8788-charger.c244 return iio_read_channel_processed(channel, result); in lp8788_get_vbatt_adc()
301 ret = iio_read_channel_processed(channel, &result); in lp8788_get_battery_temperature()
Dgeneric-adc-battery.c137 ret = iio_read_channel_processed(adc_bat->channel[chan_index], in read_channel()
Dtwl4030_charger.c105 err = iio_read_channel_processed(channel_vac, &val); in ac_available()
/drivers/thermal/
Dthermal-generic-adc.c57 ret = iio_read_channel_processed(gti->channel, &val); in gadc_thermal_get_temp()
Dqcom-spmi-temp-alarm.c133 ret = iio_read_channel_processed(chip->adc, &mili_celsius); in qpnp_tm_get_temp()
/drivers/hwmon/
Diio_hwmon.c52 ret = iio_read_channel_processed(&state->channels[sattr->index], in iio_hwmon_read_val()
/drivers/input/keyboard/
Dadc-keys.c43 ret = iio_read_channel_processed(st->channel, &value); in adc_keys_poll()
/drivers/iio/
Dinkern.c661 int iio_read_channel_processed(struct iio_channel *chan, int *val) in iio_read_channel_processed() function
686 EXPORT_SYMBOL_GPL(iio_read_channel_processed);