Searched refs:scaletype (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/iio/adc/
H A Dqcom-vadc-common.h136 int qcom_vadc_scale(enum vadc_scale_fn_type scaletype,
147 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype,
/linux-master/drivers/iio/adc/
H A Dqcom-vadc-common.c637 int qcom_vadc_scale(enum vadc_scale_fn_type scaletype, argument
643 switch (scaletype) {
691 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype, argument
698 if (!(scaletype >= SCALE_HW_CALIB_DEFAULT &&
699 scaletype < SCALE_HW_CALIB_INVALID)) {
700 pr_err("Invalid scale type %d\n", scaletype);
704 return scale_adc5_fn[scaletype].scale_fn(prescale, data,

Completed in 270 milliseconds