Searched refs:plain_map (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.c | 11 u_short plain_map[NR_KEYS] = { variable 88 plain_map, shift_map, NULL, NULL,
|
D | keyboard.c | 380 key_map = kmalloc(sizeof(plain_map), in do_kdsk_ioctl()
|
/linux-4.4.14/include/linux/ |
D | keyboard.h | 8 extern unsigned short plain_map[NR_KEYS];
|
/linux-4.4.14/kernel/debug/kdb/ |
D | kdb_keyboard.c | 159 keychar = plain_map[scancode]; in kdb_get_kbd_char()
|
/linux-4.4.14/drivers/tty/vt/ |
D | defkeymap.c_shipped | 8 u_short plain_map[NR_KEYS] = { 142 plain_map, shift_map, altgr_map, NULL,
|
D | keyboard.c | 1931 new_map = kmalloc(sizeof(plain_map), GFP_KERNEL); in vt_do_kdsk_ioctl()
|