Home
last modified time | relevance | path

Searched refs:fts_esdcheck_data (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_esdcheck.c70 static struct fts_esdcheck_st fts_esdcheck_data; variable
124 fts_esdcheck_data.flow_work_hold_cnt = 0; in fts_esdcheck_tp_reset()
125 fts_esdcheck_data.hardware_reset_cnt++; in fts_esdcheck_tp_reset()
148 fts_esdcheck_data.nack_cnt++; in get_chip_id()
154 fts_esdcheck_data.dataerror_cnt++; in get_chip_id()
187 fts_esdcheck_data.nack_cnt++; in get_flow_cnt()
189 if ( reg_value == fts_esdcheck_data.flow_work_cnt_last ) { in get_flow_cnt()
191 fts_esdcheck_data.flow_work_cnt_last); in get_flow_cnt()
192 fts_esdcheck_data.flow_work_hold_cnt++; in get_flow_cnt()
194 fts_esdcheck_data.flow_work_hold_cnt = 0; in get_flow_cnt()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_esdcheck.c68 static struct fts_esdcheck_st fts_esdcheck_data; variable
136 fts_esdcheck_data.flow_work_hold_cnt = 0; in fts_esdcheck_tp_reset()
137 fts_esdcheck_data.hardware_reset_cnt++; in fts_esdcheck_tp_reset()
168 fts_esdcheck_data.i2c_nack_cnt++; in get_chip_id()
173 fts_esdcheck_data.i2c_dataerror_cnt++; in get_chip_id()
207 fts_esdcheck_data.i2c_nack_cnt++; in get_flow_cnt()
209 if ( reg_value == fts_esdcheck_data.flow_work_cnt_last ) { in get_flow_cnt()
210 fts_esdcheck_data.flow_work_hold_cnt++; in get_flow_cnt()
212 fts_esdcheck_data.flow_work_hold_cnt = 0; in get_flow_cnt()
215 fts_esdcheck_data.flow_work_cnt_last = reg_value; in get_flow_cnt()
[all …]