Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/touchscreen/
Dcyttsp4_core.c422 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
439 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
453 si->si_ofs.tch_abs[abs].ofs); in cyttsp4_si_get_opcfg_data()
455 si->si_ofs.tch_abs[abs].size); in cyttsp4_si_get_opcfg_data()
457 si->si_ofs.tch_abs[abs].max); in cyttsp4_si_get_opcfg_data()
459 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
759 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all()
800 si->si_ofs.tch_abs[abs].size, in cyttsp4_get_touch()
801 si->si_ofs.tch_abs[abs].max, in cyttsp4_get_touch()
802 xy_data + si->si_ofs.tch_abs[abs].ofs, in cyttsp4_get_touch()
[all …]
Dcyttsp4_core.h293 struct cyttsp4_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member