Searched refs:scale_fn_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dqcom-spmi-vadc.c85 * @scale_fn_type: Represents the scaling function to convert voltage
96 enum vadc_scale_fn_type scale_fn_type; member in struct:vadc_channel_prop
462 ret = qcom_vadc_scale(prop->scale_fn_type,
520 enum vadc_scale_fn_type scale_fn_type; member in struct:vadc_channels
529 .scale_fn_type = _scale \
784 prop.scale_fn_type = vadc_chans[prop.channel].scale_fn_type;
H A Dqcom-spmi-adc5.c115 * @scale_fn_type: Represents the scaling function to convert voltage
128 enum vadc_scale_fn_type scale_fn_type; member in struct:adc5_channel_prop
453 ret = qcom_adc5_hw_scale(prop->scale_fn_type,
497 enum vadc_scale_fn_type scale_fn_type; member in struct:adc5_channels
507 .scale_fn_type = _scale, \
859 prop.scale_fn_type =
860 adc->data->adc_chans[prop.channel].scale_fn_type;
H A Dqcom-pm8xxx-xoadc.c166 * @scale_fn_type: the liner interpolation etc to convert the
180 enum vadc_scale_fn_type scale_fn_type; member in struct:xoadc_channel
225 .scale_fn_type = _scale, \
669 ret = qcom_vadc_scale(ch->hwchan->scale_fn_type,
817 hwchan->prescale.denominator, hwchan->scale_fn_type);

Completed in 165 milliseconds