Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
Dcyttsp4_core.h185 u8 max_tchs; member
257 size_t max_tchs; member
Dcyttsp4_core.c429 si->si_ofs.max_tchs = si->si_ptrs.opcfg->max_tchs & in cyttsp4_si_get_opcfg_data()
477 si->si_ofs.data_size = si->si_ofs.max_tchs * in cyttsp4_si_get_opcfg_data()
649 si->si_ofs.max_tchs); in cyttsp4_si_put_log_data()
1033 if (num_cur_tch > si->si_ofs.max_tchs) { in cyttsp4_xy_worker()
1035 __func__, num_cur_tch, si->si_ofs.max_tchs); in cyttsp4_xy_worker()
1036 num_cur_tch = si->si_ofs.max_tchs; in cyttsp4_xy_worker()