Searched refs:scaletype (Results 1 – 2 of 2) sorted by relevance
637 int qcom_vadc_scale(enum vadc_scale_fn_type scaletype, in qcom_vadc_scale() argument643 switch (scaletype) { in qcom_vadc_scale()680 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype, in qcom_adc5_hw_scale() argument687 if (!(scaletype >= SCALE_HW_CALIB_DEFAULT && in qcom_adc5_hw_scale()688 scaletype < SCALE_HW_CALIB_INVALID)) { in qcom_adc5_hw_scale()689 pr_err("Invalid scale type %d\n", scaletype); in qcom_adc5_hw_scale()693 return scale_adc5_fn[scaletype].scale_fn(prescale, data, in qcom_adc5_hw_scale()
145 int qcom_vadc_scale(enum vadc_scale_fn_type scaletype,156 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype,