Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c527 int tmp_adc = 0; in ft8201_short_test() local
550 tmp_adc = adcdata[i]; in ft8201_short_test()
552 if (tmp_adc > MAX_ADC_VALUE) in ft8201_short_test()
553 tmp_adc = MAX_ADC_VALUE; in ft8201_short_test()
554 adcdata[i] = (tmp_adc * 100) / (4095 - tmp_adc); in ft8201_short_test()