Home
last modified time | relevance | path

Searched refs:plain_map (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/s390/char/
Ddefkeymap.c11 u_short plain_map[NR_KEYS] = { variable
88 plain_map, shift_map, NULL, NULL,
Dkeyboard.c380 key_map = kmalloc(sizeof(plain_map), in do_kdsk_ioctl()
/linux-4.4.14/include/linux/
Dkeyboard.h8 extern unsigned short plain_map[NR_KEYS];
/linux-4.4.14/kernel/debug/kdb/
Dkdb_keyboard.c159 keychar = plain_map[scancode]; in kdb_get_kbd_char()
/linux-4.4.14/drivers/tty/vt/
Ddefkeymap.c_shipped8 u_short plain_map[NR_KEYS] = {
142 plain_map, shift_map, altgr_map, NULL,
Dkeyboard.c1931 new_map = kmalloc(sizeof(plain_map), GFP_KERNEL); in vt_do_kdsk_ioctl()