Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/char/
Dkeyb_arc.c126 static unsigned short ghost_down[128/BITS_PER_SHORT]; variable
184 kdownkc = ghost_down[kc] | (1 << (real_keycode & 15)); in a5kkbd_key()
187 if (rr != kc && (res = ghost_down[rr] & kdownkc)) { in a5kkbd_key()
198 clear_bit (real_keycode, ghost_down); in a5kkbd_key()
200 set_bit (real_keycode, ghost_down); in a5kkbd_key()
218 ghost_down[i] = 0; in a5kkbd_reset()