Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Ddefkeymap.c11 u_short plain_map[NR_KEYS] = {
30 static u_short shift_map[NR_KEYS] = {
49 static u_short ctrl_map[NR_KEYS] = {
68 static u_short shift_ctrl_map[NR_KEYS] = {
Dkeyboard.c62 sizeof(u_short) * NR_KEYS, in kbd_alloc()
137 for (j = 0; j < NR_KEYS; j++) { in kbd_ascebc()
164 for (j = 0; j < NR_KEYS; j++) {
340 #if NR_KEYS < 256 in do_kdsk_ioctl()
341 if (tmp.kb_index >= NR_KEYS) in do_kdsk_ioctl()
385 for (j = 0; j < NR_KEYS; j++) in do_kdsk_ioctl()
/linux-4.1.27/drivers/tty/vt/
Ddefkeymap.c_shipped8 u_short plain_map[NR_KEYS] = {
27 u_short shift_map[NR_KEYS] = {
46 u_short altgr_map[NR_KEYS] = {
65 u_short ctrl_map[NR_KEYS] = {
84 u_short shift_ctrl_map[NR_KEYS] = {
103 u_short alt_map[NR_KEYS] = {
122 u_short ctrl_alt_map[NR_KEYS] = {
Dkeyboard.c1316 if (keycode < NR_KEYS) in kbd_keycode()
1844 for (j = 1; j < NR_KEYS; j++) in vt_do_kdsk_ioctl()
/linux-4.1.27/include/linux/
Dkeyboard.h8 extern unsigned short plain_map[NR_KEYS];
/linux-4.1.27/drivers/input/keyboard/
Damikbd.c151 unsigned short temp_map[NR_KEYS]; in amikbd_init_console_keymaps()
163 for (j = 0; j < NR_KEYS; j++) { in amikbd_init_console_keymaps()
/linux-4.1.27/include/uapi/linux/
Dkeyboard.h19 #define NR_KEYS 256 macro