Searched refs:pointid (Results 1 – 2 of 2) sorted by relevance
776 u8 pointid; in fts_read_touchdata() local828 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()
605 u8 pointid = 0; in fts_read_parse_touchdata() local636 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()