Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dcyttsp5.c266 static void cyttsp5_get_touch_axis(int *axis, int size, int max, u8 *xy_data, in cyttsp5_get_touch_axis() argument
272 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
278 struct cyttsp5_touch *touch, u8 *xy_data) in cyttsp5_get_touch_record() argument
287 xy_data + si->tch_abs[abs].ofs, in cyttsp5_get_touch_record()
H A Dcyttsp_core.h120 struct cyttsp_xydata xy_data; member