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

/linux-master/drivers/input/keyboard/
H A Domap-keypad.c33 static unsigned char keypad_state[8]; variable
101 changed = new_state[col] ^ keypad_state[col];
128 memcpy(keypad_state, new_state, sizeof(keypad_state));
250 omap_kp_scan_keypad(omap_kp, keypad_state);

Completed in 106 milliseconds