Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Dda223_core.c253 static short aixHistort[AIX_HISTORY_SIZE*3] = {0}; variable
260 aixHistort[aixHistoryIndex++] = x; in addAixHistory()
261 aixHistort[aixHistoryIndex++] = y; in addAixHistory()
262 aixHistort[aixHistoryIndex++] = z; in addAixHistory()
269 if ((abs(aixHistort[i*3]) < STICK_LSB)&&(aixHistort[i*3] != 0)){ in isXStick()
275 temp |= aixHistort[j*3]; in isXStick()
287 if ((abs(aixHistort[i*3+1]) < STICK_LSB)&&(aixHistort[i*3+1] != 0)){ in isYStick()
293 temp |= aixHistort[j*3+1]; in isYStick()
305 if ((abs(aixHistort[i*3+2]) < STICK_LSB)&&(aixHistort[i*3+2] != 0)){ in isZStick()
311 temp |= aixHistort[j*3+2]; in isZStick()