Searched refs:NR_KEYS (Results 1 – 8 of 8) sorted by relevance
14 u_short ebc_plain_map[NR_KEYS] = {33 static u_short shift_map[NR_KEYS] = {52 static u_short ctrl_map[NR_KEYS] = {71 static u_short shift_ctrl_map[NR_KEYS] = {
90 sizeof(u_short) * NR_KEYS, in kbd_alloc()165 for (j = 0; j < NR_KEYS; j++) { in kbd_ascebc()192 for (j = 0; j < NR_KEYS; j++) {370 #if NR_KEYS < 256 in do_kdsk_ioctl()371 if (kb_index >= NR_KEYS) in do_kdsk_ioctl()417 for (j = 0; j < NR_KEYS; j++) in do_kdsk_ioctl()
26 extern unsigned short ebc_plain_map[NR_KEYS];
132 unsigned short temp_map[NR_KEYS]; in amikbd_init_console_keymaps()144 for (j = 0; j < NR_KEYS; j++) { in amikbd_init_console_keymaps()
9 extern unsigned short plain_map[NR_KEYS];
9 unsigned short plain_map[NR_KEYS] = {44 static unsigned short shift_map[NR_KEYS] = {79 static unsigned short altgr_map[NR_KEYS] = {114 static unsigned short ctrl_map[NR_KEYS] = {149 static unsigned short shift_ctrl_map[NR_KEYS] = {184 static unsigned short alt_map[NR_KEYS] = {219 static unsigned short ctrl_alt_map[NR_KEYS] = {
410 for_each_set_bit(k, key_down, min(NR_KEYS, KEY_CNT)) { in do_compute_shiftstate()1458 if (keycode < NR_KEYS) in kbd_keycode()1942 for (j = 1; j < NR_KEYS; j++) in vt_kdskbent()
20 #define NR_KEYS 256 macro