Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/char/
Dkeyb_arc.c182 unsigned short res, kdownkc; in a5kkbd_key() local
184 kdownkc = ghost_down[kc] | (1 << (real_keycode & 15)); in a5kkbd_key()
187 if (rr != kc && (res = ghost_down[rr] & kdownkc)) { in a5kkbd_key()