Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/input/touchscreen/
Dcyttsp4_core.c436 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
453 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
467 si->si_ofs.tch_abs[abs].ofs); in cyttsp4_si_get_opcfg_data()
469 si->si_ofs.tch_abs[abs].size); in cyttsp4_si_get_opcfg_data()
471 si->si_ofs.tch_abs[abs].max); in cyttsp4_si_get_opcfg_data()
473 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
772 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all()
813 si->si_ofs.tch_abs[abs].size, in cyttsp4_get_touch()
814 si->si_ofs.tch_abs[abs].max, in cyttsp4_get_touch()
815 xy_data + si->si_ofs.tch_abs[abs].ofs, in cyttsp4_get_touch()
[all …]
Dcyttsp4_core.h279 struct cyttsp4_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member