Home
last modified time | relevance | path

Searched refs:qcom_adc5_decimation_from_dt (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h164 int qcom_adc5_decimation_from_dt(u32 value, const unsigned int *decimation);
/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c748 int qcom_adc5_decimation_from_dt(u32 value, const unsigned int *decimation) in qcom_adc5_decimation_from_dt() function
759 EXPORT_SYMBOL(qcom_adc5_decimation_from_dt);
H A Dqcom-spmi-adc5.c678 ret = qcom_adc5_decimation_from_dt(value, data->decimation); in adc5_get_fw_channel_data()
H A Dqcom-spmi-adc5-gen3.c477 ret = qcom_adc5_decimation_from_dt(value, data->decimation); in adc5_gen3_get_fw_channel_data()
/linux/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c868 ret = qcom_adc5_decimation_from_dt(value, adc_tm->data->decimation); in adc_tm5_get_dt_channel_data()
959 ret = qcom_adc5_decimation_from_dt(value, adc_tm->data->decimation); in adc_tm5_get_dt_data()