Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dadc_key.c15 int ret, num = 0, volt_margin = 150000; /* will be div 2 */ in adc_key_ofdata_to_platdata() local
60 down_threshold = voltage - volt_margin; in adc_key_ofdata_to_platdata()
61 up_threshold = voltage + volt_margin; in adc_key_ofdata_to_platdata()
H A Dspl_adc_key.c38 int ret, num = 0, volt_margin = 150000; /* will be div 2 */ in key_read() local
112 down_threshold = voltage - volt_margin; in key_read()
113 up_threshold = voltage + volt_margin; in key_read()