Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_mt_common.c348 int max_tch = si->sensing_conf_data.max_tch; in cyttsp5_xy_worker() local
356 if (num_cur_tch > max_tch) { in cyttsp5_xy_worker()
359 num_cur_tch = max_tch; in cyttsp5_xy_worker()
H A Dcyttsp5_proximity.c156 if (num_cur_tch > si->sensing_conf_data.max_tch) { in cyttsp5_xy_worker()
159 num_cur_tch = si->sensing_conf_data.max_tch; in cyttsp5_xy_worker()
H A Dcyttsp5_core.c1118 scd->max_tch = scd_dev->max_num_of_tch_per_refresh_cycle; in cyttsp5_si_get_sensing_conf_data()
1134 int max_tch = si->sensing_conf_data.max_tch; in cyttsp5_si_setup() local
1137 si->xy_data = kzalloc(max_tch * si->desc.tch_record_size, in cyttsp5_si_setup()
1267 __func__, scd->max_tch, scd->max_tch); in cyttsp5_si_put_log_data()
3866 int max_tch = si->sensing_conf_data.max_tch; in move_touch_data() local
3883 if (unlikely(num_cur_tch > max_tch)) in move_touch_data()
3884 num_cur_tch = max_tch; in move_touch_data()
H A Dcyttsp5_regs.h562 u8 max_tch; member