Home
last modified time | relevance | path

Searched refs:qcom_adc5_hw_settle_time_from_dt (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/iio/adc/
H A Dqcom-vadc-common.h160 int qcom_adc5_hw_settle_time_from_dt(u32 value, const unsigned int *hw_settle);
/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c725 int qcom_adc5_hw_settle_time_from_dt(u32 value, in qcom_adc5_hw_settle_time_from_dt() function
737 EXPORT_SYMBOL(qcom_adc5_hw_settle_time_from_dt);
H A Dqcom-spmi-adc5-gen3.c521 ret = qcom_adc5_hw_settle_time_from_dt(value, data->hw_settle_1); in adc5_gen3_get_fw_channel_data()