Searched refs:scaletype (Results 1 – 2 of 2) sorted by relevance
619 int qcom_vadc_scale(enum vadc_scale_fn_type scaletype, in qcom_vadc_scale() argument625 switch (scaletype) { in qcom_vadc_scale()649 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype, in qcom_adc5_hw_scale() argument654 if (!(scaletype >= SCALE_HW_CALIB_DEFAULT && in qcom_adc5_hw_scale()655 scaletype < SCALE_HW_CALIB_INVALID)) { in qcom_adc5_hw_scale()656 pr_err("Invalid scale type %d\n", scaletype); in qcom_adc5_hw_scale()660 return scale_adc5_fn[scaletype].scale_fn(prescale, data, in qcom_adc5_hw_scale()
159 int qcom_vadc_scale(enum vadc_scale_fn_type scaletype,170 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype,