Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h165 int qcom_vadc_decimation_from_dt(u32 value);
/openbmc/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c761 int qcom_vadc_decimation_from_dt(u32 value) in qcom_vadc_decimation_from_dt() function
769 EXPORT_SYMBOL(qcom_vadc_decimation_from_dt);
H A Dqcom-spmi-vadc.c692 ret = qcom_vadc_decimation_from_dt(value); in vadc_get_fw_channel_data()
H A Dqcom-pm8xxx-xoadc.c796 ret = qcom_vadc_decimation_from_dt(dec); in pm8xxx_xoadc_parse_channel()