Home
last modified time | relevance | path

Searched refs:adc_high_threshold (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/iio/adc/
Dpalmas_gpadc.c683 if (adc->wakeup1_data.adc_high_threshold > 0) { in palmas_adc_wakeup_configure()
684 thres = adc->wakeup1_data.adc_high_threshold; in palmas_adc_wakeup_configure()
714 if (adc->wakeup2_data.adc_high_threshold > 0) { in palmas_adc_wakeup_configure()
715 thres = adc->wakeup2_data.adc_high_threshold; in palmas_adc_wakeup_configure()
/linux-4.19.296/include/linux/mfd/
Dpalmas.h139 int adc_high_threshold; member