Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/char/
Ddefkeymap.c132 char *ebc_func_table[MAX_NR_FUNC] = {
Dkeyboard.h18 extern char *ebc_func_table[MAX_NR_FUNC];
Dkeyboard.c445 #if MAX_NR_FUNC < 256 in do_kdgkb_ioctl()
446 if (kb_func >= MAX_NR_FUNC) in do_kdgkb_ioctl()
/linux-6.1.9/include/linux/
Dkbd_kern.h9 extern char *func_table[MAX_NR_FUNC];
/linux-6.1.9/include/uapi/linux/
Dkeyboard.h27 #define MAX_NR_FUNC 256 /* max nr of strings assigned to keys */ macro
/linux-6.1.9/drivers/tty/vt/
Ddefkeymap.c_shipped192 char *func_table[MAX_NR_FUNC] = {
Dkeyboard.c2047 static DECLARE_BITMAP(is_kmalloc, MAX_NR_FUNC); in vt_kdskbsent()
2070 kb_func = array_index_nospec(kb_func, MAX_NR_FUNC); in vt_do_kdgkb_ioctl()