Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/
H A Dfocaltech_test.h201 int cb_max; member
227 int *cb_max; member
326 int cb_max; member
351 int *cb_max; member
H A Dfocaltech_test_ini.c703 fts_init_buffer(thr->cb_max, thr->basic.cb_max, node_num); in get_test_threshold_incell()
709 get_detail_threshold("CB_Max_Tx", true, thr->cb_max); in get_test_threshold_incell()
728 FTS_TEST_DBG("cb_max:%d", thr->basic.cb_max); in print_thr_incell()
751 print_buffer(thr->cb_max, tdata->node.node_num, tdata->node.rx_num); in print_thr_incell()
986 fts_init_buffer(thr->cb_max, thr->basic.cb_max, node_num); in get_test_threshold_sc()
994 get_detail_threshold("CbTest_Max", false, thr->cb_max); in get_test_threshold_sc()
1009 FTS_TEST_DBG("cb_max:%d", thr->basic.cb_max); in print_thr_sc()
1030 print_buffer(thr->cb_max, tdata->node.node_num, tdata->node.rx_num); in print_thr_sc()
H A Dfocaltech_test.c1347 fts_malloc_r(thr->cb_max, buflen); in fts_test_malloc_free_incell()
1356 fts_free(thr->cb_max); in fts_test_malloc_free_incell()
1430 fts_malloc_r(thr->cb_max, buflen); in fts_test_malloc_free_sc()
1437 fts_free(thr->cb_max); in fts_test_malloc_free_sc()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/supported_ic/
H A Dfocaltech_test_ft8201.c716 if (!thr->cb_min || !thr->cb_max) { in ft8201_cb_test()
747 tmp_result = compare_array(cbdata, thr->cb_min, thr->cb_max, key_check); in ft8201_cb_test()