Searched refs:CY_TCH_Y (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_mt_common.c | 145 touch->abs[CY_TCH_X] = touch->abs[CY_TCH_Y]; in cyttsp5_mt_process_touch() 146 touch->abs[CY_TCH_Y] = tmp; in cyttsp5_mt_process_touch() 168 touch->abs[CY_TCH_Y] = si->sensing_conf_data.res_x - in cyttsp5_mt_process_touch() 169 touch->abs[CY_TCH_Y]; in cyttsp5_mt_process_touch() 171 touch->abs[CY_TCH_Y] = si->sensing_conf_data.res_y - in cyttsp5_mt_process_touch() 172 touch->abs[CY_TCH_Y]; in cyttsp5_mt_process_touch() 187 touch->abs[CY_TCH_Y], touch->abs[CY_TCH_Y]); in cyttsp5_mt_process_touch() 326 tch->abs[CY_TCH_Y], in cyttsp5_get_mt_touches()
|
| H A D | cyttsp5_proximity.c | 121 touch->abs[CY_TCH_Y], touch->abs[CY_TCH_Y]); in cyttsp5_get_touch()
|
| H A D | cyttsp5_regs.h | 569 CY_TCH_Y, /* Y */ enumerator 592 [CY_TCH_Y] = "Y", 615 [CY_TCH_Y] = 0x00010031 /* HID_GD_Y */,
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 224 CY_TCH_Y, /* Y */ enumerator 238 [CY_TCH_Y] = "Y",
|
| H A D | cyttsp4_core.c | 809 swap(touch->abs[CY_TCH_X], touch->abs[CY_TCH_Y]); in cyttsp4_get_touch() 824 touch->abs[CY_TCH_Y] = md->si->si_ofs.max_x - in cyttsp4_get_touch() 825 touch->abs[CY_TCH_Y]; in cyttsp4_get_touch() 827 touch->abs[CY_TCH_Y] = md->si->si_ofs.max_y - in cyttsp4_get_touch() 828 touch->abs[CY_TCH_Y]; in cyttsp4_get_touch() 836 touch->abs[CY_TCH_Y], touch->abs[CY_TCH_Y]); in cyttsp4_get_touch() 929 tch.abs[CY_TCH_Y], in cyttsp4_get_mt_touches() 940 tch.abs[CY_TCH_Y], in cyttsp4_get_mt_touches()
|