Searched refs:tch_abs (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | cyttsp5.c | 173 struct cyttsp5_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member 285 si->tch_abs[abs].size, in cyttsp5_get_touch_record() 286 si->tch_abs[abs].max, in cyttsp5_get_touch_record() 287 xy_data + si->tch_abs[abs].ofs, in cyttsp5_get_touch_record() 288 si->tch_abs[abs].bofs); in cyttsp5_get_touch_record() 396 error = input_mt_init_slots(ts->input, si->tch_abs[CY_TCH_T].max, in cyttsp5_setup_input_device() 682 static int fill_tch_abs(struct cyttsp5_tch_abs_params *tch_abs, int report_size, in fill_tch_abs() argument 685 tch_abs->ofs = offset / 8; in fill_tch_abs() 686 tch_abs->size = report_size / 8; in fill_tch_abs() 688 tch_abs in fill_tch_abs() [all...] |
H A D | cyttsp4_core.c | 436 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[ab in cyttsp4_get_touch() [all...] |
H A D | cyttsp4_core.h | 279 struct cyttsp4_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | cyttsp4_core.c | 422 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() 758 md->si->si_ofs.tch_abs[CY_TCH_T].max); in cyttsp4_lift_all() 799 si->si_ofs.tch_abs[abs].size, in cyttsp4_get_touch() 800 si->si_ofs.tch_abs[abs].max, in cyttsp4_get_touch() 801 xy_data + si->si_ofs.tch_abs[ab in cyttsp4_get_touch() [all...] |
H A D | cyttsp4_core.h | 293 struct cyttsp4_tch_abs_params tch_abs[CY_TCH_NUM_ABS]; member
|
Completed in 7 milliseconds