Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c830 int max_vk = 0; in ft8201_lcdnoise_test() local
930 max_vk = thr->basic.lcdnoise_coefficient_vkey * tdata->vk_touch_thr * 32 / 100; in ft8201_lcdnoise_test()
931 tmp_result = compare_data(lcdnoise, 0, max, 0, max_vk, true); in ft8201_lcdnoise_test()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h517 bool compare_data(int *data, int min, int max, int min_vk, int max_vk, bool key);
H A Dfocaltech_test.c740 bool compare_data(int *data, int min, int max, int min_vk, int max_vk, bool key) in compare_data() argument
769 if ((data[i] < min_vk) || (data[i] > max_vk)) { in compare_data()
772 data[i], min_vk, max_vk); in compare_data()