Searched refs:sc_window (Results 1 – 1 of 1) sorted by relevance
123 uint8_t sc_window[FT5406_WINDOW_SIZE]; member143 memcpy(sc->sc_window, sc->touch_buf, FT5406_WINDOW_SIZE); in ft5406ts_callout()146 points = GET_NUM_POINTS(sc->sc_window); in ft5406ts_callout()154 id = GET_TOUCH_ID(sc->sc_window, i); in ft5406ts_callout()155 x = GET_X(sc->sc_window, i); in ft5406ts_callout()156 y = GET_Y(sc->sc_window, i); in ft5406ts_callout()