Home
last modified time | relevance | path

Searched refs:FTS_TOUCH_Y_H_POS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.h82 #define FTS_TOUCH_Y_H_POS 5 macro
H A Dfocaltech_core.c647 events[i].y = ((buf[FTS_TOUCH_Y_H_POS + base] & 0x0F) << 8) + in fts_read_parse_touchdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.h81 #define FTS_TOUCH_Y_H_POS 5 macro
H A Dfocaltech_core.c840 events[i].y = ((buf[FTS_TOUCH_Y_H_POS + base] & 0x0F) << 8) + in fts_read_touchdata()