Symbol: iio_read_channel_processed
drivers/hwmon/iio_hwmon.c
71
ret = iio_read_channel_processed(chan, &result);
drivers/iio/afe/iio-rescale.c
163
return iio_read_channel_processed(rescale->source, val);
drivers/iio/inkern.c
758
EXPORT_SYMBOL_GPL(iio_read_channel_processed);
drivers/iio/light/cm3605.c
79
ret = iio_read_channel_processed(cm3605->aout, &res);
drivers/iio/light/gp2ap002.c
233
ret = iio_read_channel_processed(gp2ap002->alsout, &res);
drivers/input/keyboard/adc-keys.c
39
ret = iio_read_channel_processed(st->channel, &value);
drivers/phy/motorola/phy-cpcap-usb.c
135
error = iio_read_channel_processed(ddata->vbus, &value);
drivers/power/supply/ab8500_btemp.c
162
ret = iio_read_channel_processed(di->bat_ctrl, &vbtemp);
drivers/power/supply/ab8500_fg.c
831
ret = iio_read_channel_processed(di->main_bat_v, &vbat);
drivers/power/supply/axp20x_ac_power.c
109
ret = iio_read_channel_processed(power->acin_v, &val->intval);
drivers/power/supply/axp20x_ac_power.c
119
ret = iio_read_channel_processed(power->acin_i, &val->intval);
drivers/power/supply/axp20x_battery.c
305
ret = iio_read_channel_processed(axp20x_batt->batt_dischrg_i,
drivers/power/supply/cpcap-battery.c
187
error = iio_read_channel_processed(channel, value);
drivers/power/supply/cpcap-battery.c
207
error = iio_read_channel_processed(channel, &value);
drivers/power/supply/cpcap-battery.c
223
error = iio_read_channel_processed(channel, &value);
drivers/power/supply/cpcap-charger.c
182
error = iio_read_channel_processed(channel, &value);
drivers/power/supply/cpcap-charger.c
198
error = iio_read_channel_processed(channel, &value);
drivers/power/supply/cpcap-charger.c
449
error = iio_read_channel_processed(channel, &value);
drivers/power/supply/da9150-charger.c
273
ret = iio_read_channel_processed(charger->vbat_chan, &v_val);
drivers/power/supply/da9150-charger.c
58
ret = iio_read_channel_processed(charger->vbus_chan, &v_val);
drivers/power/supply/da9150-charger.c
74
ret = iio_read_channel_processed(charger->ibus_chan, &i_val);
drivers/power/supply/da9150-charger.c
90
ret = iio_read_channel_processed(charger->tjunc_chan, &t_val);
drivers/power/supply/generic-adc-battery.c
92
ret = iio_read_channel_processed(adc_bat->channel[channel], result);
drivers/power/supply/lego_ev3_battery.c
51
ret = iio_read_channel_processed(batt->iio_v, &val->intval);
drivers/power/supply/lego_ev3_battery.c
59
ret = iio_read_channel_processed(batt->iio_i, &val2);
drivers/power/supply/lego_ev3_battery.c
75
ret = iio_read_channel_processed(batt->iio_i, &val->intval);
drivers/power/supply/lp8788-charger.c
240
return iio_read_channel_processed(channel, result);
drivers/power/supply/lp8788-charger.c
297
ret = iio_read_channel_processed(channel, &result);
drivers/power/supply/max17040_battery.c
414
ret = iio_read_channel_processed(chip->channel_temp, &val->intval);
drivers/power/supply/mp2629_charger.c
154
ret = iio_read_channel_processed(charger->iiochan[ch], &chval);
drivers/power/supply/mt6370-charger.c
353
ret = iio_read_channel_processed(&priv->iio_adcs[chan], val);
drivers/power/supply/qcom_smbx.c
617
return iio_read_channel_processed(chan, val);
drivers/power/supply/sc27xx_fuel_gauge.c
521
ret = iio_read_channel_processed(data->charge_chan, &vol);
drivers/power/supply/sc27xx_fuel_gauge.c
531
return iio_read_channel_processed(data->channel, temp);
drivers/power/supply/twl4030_charger.c
102
err = iio_read_channel_processed(channel_vac, &val);
drivers/power/supply/twl4030_madc_battery.c
48
err = iio_read_channel_processed(channel, &val);
drivers/thermal/qcom/qcom-spmi-adc-tm5.c
368
ret = iio_read_channel_processed(channel->iio, temp);
drivers/thermal/qcom/qcom-spmi-temp-alarm.c
297
ret = iio_read_channel_processed(chip->adc, &mili_celsius);
drivers/thermal/thermal-generic-adc.c
64
ret = iio_read_channel_processed(gti->channel, &val);
include/linux/iio/consumer.h
239
int iio_read_channel_processed(struct iio_channel *chan, int *val);
sound/soc/samsung/aries_wm8994.c
115
ret = iio_read_channel_processed(priv->adc, &adc);
sound/soc/samsung/midas_wm1811.c
130
ret = iio_read_channel_processed(priv->adc_headset_detect, &adc);
sound/soc/samsung/midas_wm1811.c
96
ret = iio_read_channel_processed(priv->adc_headset_detect, &adc);