Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dpalmas_gpadc.c678 if (adc->wakeup1_data.adc_high_threshold > 0) { in palmas_adc_wakeup_configure()
679 thres = adc->wakeup1_data.adc_high_threshold; in palmas_adc_wakeup_configure()
709 if (adc->wakeup2_data.adc_high_threshold > 0) { in palmas_adc_wakeup_configure()
710 thres = adc->wakeup2_data.adc_high_threshold; in palmas_adc_wakeup_configure()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dpalmas.h134 int adc_high_threshold; member