Home
last modified time | relevance | path

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

/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c123 uint8_t sc_window[FT5406_WINDOW_SIZE]; member
143 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()