Searched refs:m_sTP (Results 1 – 4 of 4) sorted by relevance
167 touchid = sFtRegMap.m_sTP[j].u8TouchID; in ft5446_read_point()186 touch_event = sFtRegMap.m_sTP[i].u8EvtFlag; in ft5446_read_point()187 touchid = sFtRegMap.m_sTP[i].u8TouchID; in ft5446_read_point()200 x = ((uint16_t)sFtRegMap.m_sTP[i].u8X_11_8 << 8) | sFtRegMap.m_sTP[i].u8X_7_0; in ft5446_read_point()201 y = ((uint16_t)sFtRegMap.m_sTP[i].u8Y_11_8 << 8) | sFtRegMap.m_sTP[i].u8Y_7_0; in ft5446_read_point()202 w = sFtRegMap.m_sTP[i].m_u8Weight; in ft5446_read_point()
184 touch_event = sStRegMap.m_sTP[i].u8Valid; in st1663i_read_point()195 x = ((uint16_t)sStRegMap.m_sTP[i].u8X0_H << 8) | sStRegMap.m_sTP[i].m_u8X0_L; in st1663i_read_point()196 y = ((uint16_t)sStRegMap.m_sTP[i].u8Y0_H << 8) | sStRegMap.m_sTP[i].m_u8Y0_L; in st1663i_read_point()197 w = sStRegMap.m_sTP[i].m_u8Z; in st1663i_read_point()
66 S_ST_TP m_sTP[ST_MAX_TOUCH]; member
126 S_FT_TP m_sTP[FT_MAX_TOUCH]; member
Completed in 8 milliseconds