Home
last modified time | relevance | path

Searched refs:qcom_adc5_hw_scale (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h148 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype,
/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c691 int qcom_adc5_hw_scale(enum vadc_scale_fn_type scaletype, in qcom_adc5_hw_scale() function
707 EXPORT_SYMBOL(qcom_adc5_hw_scale);
H A Dqcom-spmi-adc5-gen3.c353 ret = qcom_adc5_hw_scale(prop->scale_fn_type, prop->prescale, in adc5_gen3_read_raw()
698 return qcom_adc5_hw_scale(common_props->scale_fn_type, in adc5_gen3_get_scaled_reading()
711 return qcom_adc5_hw_scale(common_props->scale_fn_type, in adc5_gen3_therm_code_to_temp()
H A Dqcom-spmi-adc5.c452 ret = qcom_adc5_hw_scale(prop->scale_fn_type, in adc_read_raw_common()