Searched refs:ghost_down (Results 1 – 1 of 1) sorted by relevance
126 static unsigned short ghost_down[128/BITS_PER_SHORT]; variable184 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()