Searched refs:CY_TCH_X (Results 1 – 3 of 3) sorted by relevance
/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 34 [CY_TCH_X] = "X", 435 for (abs = CY_TCH_X; abs < CY_NUM_TCH_FIELDS; abs++) { in cyttsp4_si_get_opcfg_data() 811 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) { in cyttsp4_get_touch() 823 swap(touch->abs[CY_TCH_X], touch->abs[CY_TCH_Y]); in cyttsp4_get_touch() 830 touch->abs[CY_TCH_X] = md->si->si_ofs.max_y - in cyttsp4_get_touch() 831 touch->abs[CY_TCH_X]; in cyttsp4_get_touch() 833 touch->abs[CY_TCH_X] = md->si->si_ofs.max_x - in cyttsp4_get_touch() 834 touch->abs[CY_TCH_X]; in cyttsp4_get_touch() 849 touch->abs[CY_TCH_X], touch->abs[CY_TCH_X], in cyttsp4_get_touch() 914 tch.abs[CY_TCH_X + j]); in cyttsp4_get_mt_touches() [all …]
|
D | cyttsp5.c | 148 CY_TCH_X, /* X */ enumerator 283 for (abs = CY_TCH_X; abs < CY_TCH_NUM_ABS; abs++) in cyttsp5_get_touch_record() 329 tch->abs[CY_TCH_X], tch->abs[CY_TCH_Y], in cyttsp5_get_mt_touches() 757 fill_tch_abs(&si->tch_abs[CY_TCH_X], REPORT_SIZE_16, in cyttsp5_fill_all_touch()
|
D | cyttsp4_core.h | 223 CY_TCH_X, /* X */ enumerator
|