Searched refs:keypad_state (Results 1 – 1 of 1) sorted by relevance
34 static unsigned char keypad_state[8]; variable105 changed = new_state[col] ^ keypad_state[col]; in omap_kp_tasklet()132 memcpy(keypad_state, new_state, sizeof(keypad_state)); in omap_kp_tasklet()262 omap_kp_scan_keypad(omap_kp, keypad_state); in omap_kp_probe()
Completed in 3 milliseconds