Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.h195 u8 max_tchs; member
281 size_t max_tchs; member
Dcyttsp4_core.c425 si->si_ofs.max_tchs = si->si_ptrs.opcfg->max_tchs & in cyttsp4_si_get_opcfg_data()
473 si->si_ofs.data_size = si->si_ofs.max_tchs * in cyttsp4_si_get_opcfg_data()
645 si->si_ofs.max_tchs); in cyttsp4_si_put_log_data()
1030 if (num_cur_tch > si->si_ofs.max_tchs) { in cyttsp4_xy_worker()
1032 __func__, num_cur_tch, si->si_ofs.max_tchs); in cyttsp4_xy_worker()
1033 num_cur_tch = si->si_ofs.max_tchs; in cyttsp4_xy_worker()