Searched refs:real_keycode (Results 1 – 1 of 1) sorted by relevance
130 unsigned int real_keycode; in a5kkbd_key() local177 real_keycode = scancode_2_colrow[keycode]; in a5kkbd_key()179 if ((real_keycode & 0x80) == 0) { in a5kkbd_key()180 int rr, kc = (real_keycode >> 4) & 7; in a5kkbd_key()184 kdownkc = ghost_down[kc] | (1 << (real_keycode & 15)); in a5kkbd_key()198 clear_bit (real_keycode, ghost_down); in a5kkbd_key()200 set_bit (real_keycode, ghost_down); in a5kkbd_key()