Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/keyboard/
H A Dmatrix_keypad.c33 uint32_t last_key_state[MATRIX_MAX_COLS]; member
148 bits_changed = keypad->last_key_state[col] ^ new_state[col]; in matrix_keypad_scan()
165 memcpy(keypad->last_key_state, new_state, sizeof(new_state)); in matrix_keypad_scan()
/openbmc/linux/drivers/auxdisplay/
H A Dht16k33.c75 uint16_t last_key_state[HT16K33_MATRIX_KEYPAD_MAX_COLS]; member
394 bits_changed = keypad->last_key_state[col] ^ new_state[col]; in ht16k33_keypad_scan()
404 memcpy(keypad->last_key_state, new_state, sizeof(u16) * keypad->cols); in ht16k33_keypad_scan()