Searched refs:get_detail_threshold (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test_ini.c | 556 static void get_detail_threshold(char *key_name, bool is_prex, int *thr) in get_detail_threshold() function 707 get_detail_threshold("RawData_Max_Tx", true, thr->rawdata_max); in get_test_threshold_incell() 708 get_detail_threshold("RawData_Min_Tx", true, thr->rawdata_min); in get_test_threshold_incell() 709 get_detail_threshold("CB_Max_Tx", true, thr->cb_max); in get_test_threshold_incell() 710 get_detail_threshold("CB_Min_Tx", true, thr->cb_min); in get_test_threshold_incell() 846 get_detail_threshold("RawData_Min_High_Tx", true, thr->rawdata_h_min); in get_test_threshold_mc_sc() 847 get_detail_threshold("RawData_Max_High_Tx", true, thr->rawdata_h_max); in get_test_threshold_mc_sc() 849 get_detail_threshold("RawData_Min_Low_Tx", true, thr->rawdata_l_min); in get_test_threshold_mc_sc() 850 get_detail_threshold("RawData_Max_Low_Tx", true, thr->rawdata_l_max); in get_test_threshold_mc_sc() 852 get_detail_threshold("Tx_Linearity_Max_Tx", true, thr->tx_linearity_max); in get_test_threshold_mc_sc() [all …]
|