Searched refs:iio_read_channel_processed (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/power/ |
D | da9150-charger.c | 64 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()
|
D | twl4030_madc_battery.c | 48 err = iio_read_channel_processed(channel, &val); in madc_read()
|
D | lp8788-charger.c | 244 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()
|
D | generic-adc-battery.c | 137 ret = iio_read_channel_processed(adc_bat->channel[chan_index], in read_channel()
|
/linux-4.1.27/include/linux/iio/ |
D | consumer.h | 151 int iio_read_channel_processed(struct iio_channel *chan, int *val);
|
/linux-4.1.27/drivers/hwmon/ |
D | iio_hwmon.c | 52 ret = iio_read_channel_processed(&state->channels[sattr->index], in iio_hwmon_read_val()
|
/linux-4.1.27/drivers/iio/ |
D | inkern.c | 577 int iio_read_channel_processed(struct iio_channel *chan, int *val) in iio_read_channel_processed() function 602 EXPORT_SYMBOL_GPL(iio_read_channel_processed);
|