Searched refs:hw_settle (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-adc-tm5.c | 168 unsigned int *hw_settle; member 852 ret = qcom_adc5_hw_settle_time_from_dt(value, adc_tm->data->hw_settle); in adc_tm5_get_dt_channel_data() 900 .hw_settle = (unsigned int []) { 15, 100, 200, 300, 400, 500, 600, 700, 914 .hw_settle = (unsigned int []) { 0, 100, 200, 300, 400, 500, 600, 700, 927 .hw_settle = (unsigned int []) { 15, 100, 200, 300, 400, 500, 600, 700,
|
/linux/include/linux/iio/adc/ |
H A D | qcom-vadc-common.h | 159 int qcom_adc5_hw_settle_time_from_dt(u32 value, const unsigned int *hw_settle);
|
/linux/drivers/iio/adc/ |
H A D | qcom-vadc-common.c | 726 const unsigned int *hw_settle) in qcom_adc5_hw_settle_time_from_dt() argument 731 if (value == hw_settle[i]) in qcom_adc5_hw_settle_time_from_dt()
|