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 D | focaltech_test_ft8201.c | 830 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 D | focaltech_test.h | 517 bool compare_data(int *data, int min, int max, int min_vk, int max_vk, bool key);
|
| H A D | focaltech_test.c | 740 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()
|