Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Ddefkeymap.c14 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] = {
H A Dkeyboard.c89 sizeof(u_short) * NR_KEYS, in kbd_alloc()
164 for (j = 0; j < NR_KEYS; j++) { in kbd_ascebc()
191 for (j = 0; j < NR_KEYS; j++) {
369 #if NR_KEYS < 256 in do_kdsk_ioctl()
370 if (kb_index >= NR_KEYS) in do_kdsk_ioctl()
416 for (j = 0; j < NR_KEYS; j++) in do_kdsk_ioctl()
H A Dkeyboard.h26 extern unsigned short ebc_plain_map[NR_KEYS];
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Ddefkeymap.c_shipped9 u_short plain_map[NR_KEYS] = {
28 u_short shift_map[NR_KEYS] = {
47 u_short altgr_map[NR_KEYS] = {
66 u_short ctrl_map[NR_KEYS] = {
85 u_short shift_ctrl_map[NR_KEYS] = {
104 u_short alt_map[NR_KEYS] = {
123 u_short ctrl_alt_map[NR_KEYS] = {
H A Dkeyboard.c382 for_each_set_bit(k, key_down, min(NR_KEYS, KEY_CNT)) { in do_compute_shiftstate()
1450 if (keycode < NR_KEYS) in kbd_keycode()
1970 for (j = 1; j < NR_KEYS; j++) in vt_do_kdsk_ioctl()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Damikbd.c135 unsigned short temp_map[NR_KEYS]; in amikbd_init_console_keymaps()
147 for (j = 0; j < NR_KEYS; j++) { in amikbd_init_console_keymaps()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkeyboard.h9 extern unsigned short plain_map[NR_KEYS];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkeyboard.h20 #define NR_KEYS 256 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkeyboard.h20 #define NR_KEYS 256 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkeyboard.h20 #define NR_KEYS 256 macro