Searched refs:CY_TCH_X (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 117 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) { in cyttsp5_get_touch_record() 144 tmp = touch->abs[CY_TCH_X]; in cyttsp5_mt_process_touch() 145 touch->abs[CY_TCH_X] = touch->abs[CY_TCH_Y]; in cyttsp5_mt_process_touch() 159 touch->abs[CY_TCH_X] = si->sensing_conf_data.res_y - in cyttsp5_mt_process_touch() 160 touch->abs[CY_TCH_X]; in cyttsp5_mt_process_touch() 162 touch->abs[CY_TCH_X] = si->sensing_conf_data.res_x - in cyttsp5_mt_process_touch() 163 touch->abs[CY_TCH_X]; in cyttsp5_mt_process_touch() 186 touch->abs[CY_TCH_X], touch->abs[CY_TCH_X], in cyttsp5_mt_process_touch() 305 tch->abs[CY_TCH_X + j]); in cyttsp5_get_mt_touches() 325 tch->abs[CY_TCH_X], in cyttsp5_get_mt_touches()
|
| H A D | cyttsp5_proximity.c | 106 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) { in cyttsp5_get_touch() 120 __func__, touch->abs[CY_TCH_X], touch->abs[CY_TCH_X], in cyttsp5_get_touch()
|
| H A D | cyttsp5_regs.h | 568 CY_TCH_X, /* X */ enumerator 591 [CY_TCH_X] = "X", 614 [CY_TCH_X] = 0x00010030 /* HID_GD_X */,
|
| H A D | cyttsp5_core.c | 3264 for (i = CY_TCH_X; i < CY_TCH_NUM_ABS; i++) { in setup_report_descriptor()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.c | 421 for (abs = CY_TCH_X; abs < CY_NUM_TCH_FIELDS; abs++) { in cyttsp4_si_get_opcfg_data() 797 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) { in cyttsp4_get_touch() 809 swap(touch->abs[CY_TCH_X], touch->abs[CY_TCH_Y]); in cyttsp4_get_touch() 816 touch->abs[CY_TCH_X] = md->si->si_ofs.max_y - in cyttsp4_get_touch() 817 touch->abs[CY_TCH_X]; in cyttsp4_get_touch() 819 touch->abs[CY_TCH_X] = md->si->si_ofs.max_x - in cyttsp4_get_touch() 820 touch->abs[CY_TCH_X]; in cyttsp4_get_touch() 835 touch->abs[CY_TCH_X], touch->abs[CY_TCH_X], in cyttsp4_get_touch() 900 tch.abs[CY_TCH_X + j]); in cyttsp4_get_mt_touches() 928 tch.abs[CY_TCH_X], in cyttsp4_get_mt_touches() [all …]
|
| H A D | cyttsp4_core.h | 223 CY_TCH_X, /* X */ enumerator 237 [CY_TCH_X] = "X",
|