Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp4_core.c403 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
420 tch = &si->si_ofs.tch_abs[abs]; in cyttsp4_si_get_opcfg_data()
434 si->si_ofs.tch_abs[abs].ofs); in cyttsp4_si_get_opcfg_data()
436 si->si_ofs.tch_abs[abs].size); in cyttsp4_si_get_opcfg_data()
438 si->si_ofs.tch_abs[abs].max); in cyttsp4_si_get_opcfg_data()
440 si->si_ofs.tch_abs[abs].bofs); in cyttsp4_si_get_opcfg_data()
741 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all()
783 si->si_ofs.tch_abs[abs].size, in cyttsp4_get_touch()
784 si->si_ofs.tch_abs[abs].max, in cyttsp4_get_touch()
785 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