Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dcyttsp4_core.c432 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
449 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
463 si->si_ofs.tch_abs[abs].ofs); in cyttsp4_si_get_opcfg_data()
465 si->si_ofs.tch_abs[abs].size); in cyttsp4_si_get_opcfg_data()
467 si->si_ofs.tch_abs[abs].max); in cyttsp4_si_get_opcfg_data()
469 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
769 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all()
810 si->si_ofs.tch_abs[abs].size, in cyttsp4_get_touch()
811 si->si_ofs.tch_abs[abs].max, in cyttsp4_get_touch()
812 xy_data + si->si_ofs.tch_abs[abs].ofs, in cyttsp4_get_touch()
[all …]
Dcyttsp4_core.h303 struct cyttsp4_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member