Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c776 u8 pointid; in fts_read_touchdata() local
828 pointid = (buf[FTS_TOUCH_ID_POS + base]) >> 4; in fts_read_touchdata()
829 if (pointid >= FTS_MAX_ID) in fts_read_touchdata()
831 else if (pointid >= max_touch_num) { in fts_read_touchdata()
832 FTS_ERROR("ID(%d) beyond max_touch_number", pointid); in fts_read_touchdata()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c605 u8 pointid = 0; in fts_read_parse_touchdata() local
636 pointid = (buf[FTS_TOUCH_ID_POS + base]) >> 4; in fts_read_parse_touchdata()
637 if (pointid >= FTS_MAX_ID) in fts_read_parse_touchdata()
639 else if (pointid >= max_touch_num) { in fts_read_parse_touchdata()
640 FTS_ERROR("ID(%d) beyond max_touch_number", pointid); in fts_read_parse_touchdata()