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

/linux-4.4.14/drivers/input/keyboard/
H A Dimx_keypad.c78 unsigned short matrix_unstable_state[MAX_MATRIX_KEY_COLS]; member in struct:imx_keypad
204 if (keypad->matrix_unstable_state[i] ^ matrix_volatile_state[i]) { imx_keypad_check_for_events()
213 * keypad->matrix_unstable_state. imx_keypad_check_for_events()
218 memcpy(keypad->matrix_unstable_state, matrix_volatile_state, imx_keypad_check_for_events()

Completed in 172 milliseconds