Searched refs:max_tch (Results 1 – 4 of 4) sorted by relevance
348 int max_tch = si->sensing_conf_data.max_tch; in cyttsp5_xy_worker() local356 if (num_cur_tch > max_tch) { in cyttsp5_xy_worker()359 num_cur_tch = max_tch; in cyttsp5_xy_worker()
156 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()
1118 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() local1137 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() local3883 if (unlikely(num_cur_tch > max_tch)) in move_touch_data()3884 num_cur_tch = max_tch; in move_touch_data()
562 u8 max_tch; member