Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.c254 static short aixHistoryIndex = 0; variable
260 aixHistort[aixHistoryIndex++] = x; in addAixHistory()
261 aixHistort[aixHistoryIndex++] = y; in addAixHistory()
262 aixHistort[aixHistoryIndex++] = z; in addAixHistory()
263 aixHistoryIndex = (aixHistoryIndex)%(AIX_HISTORY_SIZE*3); in addAixHistory()