Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/keyboard/
H A Dimx_keypad.c73 unsigned short matrix_stable_state[MAX_MATRIX_KEY_COLS]; member
141 * keypad->matrix_stable_state and fire events if changes are detected.
156 bits_changed = keypad->matrix_stable_state[col] ^ in imx_keypad_fire_events()
239 memcpy(keypad->matrix_stable_state, matrix_volatile_state, in imx_keypad_check_for_events()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dimx_keypad.c74 unsigned short matrix_stable_state[MAX_MATRIX_KEY_COLS]; member
142 * keypad->matrix_stable_state and fire events if changes are detected.
157 bits_changed = keypad->matrix_stable_state[col] ^ in imx_keypad_fire_events()
240 memcpy(keypad->matrix_stable_state, matrix_volatile_state, in imx_keypad_check_for_events()

Completed in 2 milliseconds