Searched refs:sc_window (Results 1 – 1 of 1) sorted by relevance
126 uint8_t sc_window[FT5406_WINDOW_SIZE]; member146 memcpy(sc->sc_window, sc->touch_buf, FT5406_WINDOW_SIZE); in ft5406ts_callout()149 points = GET_NUM_POINTS(sc->sc_window); in ft5406ts_callout()157 id = GET_TOUCH_ID(sc->sc_window, i); in ft5406ts_callout()158 x = GET_X(sc->sc_window, i); in ft5406ts_callout()159 y = GET_Y(sc->sc_window, i); in ft5406ts_callout()