Home
last modified time | relevance | path

Searched refs:compare_array (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.c747 tmp_result = compare_array(cbdata, thr->cb_min, thr->cb_max, key_check); in ft8201_cb_test()
804 tmp_result = compare_array(rawdata, in ft8201_rawdata_test()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h518 bool compare_array(int *data, int *min, int *max, bool key);
H A Dfocaltech_test.c781 bool compare_array(int *data, int *min, int *max, bool key) in compare_array() function