Searched refs:sc_window (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c126 uint8_t sc_window[FT5406_WINDOW_SIZE]; member in struct:ft5406ts_softc
146 memcpy(sc->sc_window, sc->touch_buf, FT5406_WINDOW_SIZE);
149 points = GET_NUM_POINTS(sc->sc_window);
157 id = GET_TOUCH_ID(sc->sc_window, i);
158 x = GET_X(sc->sc_window, i);
159 y = GET_Y(sc->sc_window, i);

Completed in 47 milliseconds