Home
last modified time | relevance | path

Searched refs:kbd_shift_xlate (Results 1 – 25 of 72) sorted by relevance

123

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
H A Dinput.c48 static unsigned char kbd_shift_xlate[] = { variable
466 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate)) || in input_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/input/
H A Dkeyboard.c116 static unsigned char kbd_shift_xlate[] = { variable
223 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
227 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
233 if(scancode > (sizeof(kbd_shift_xlate)/sizeof(kbd_shift_xlate[0]))) { /* scancode not in list */ in handle_scancode()
237 keycode=kbd_shift_xlate[scancode]; in handle_scancode()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/mpl/common/
H A Dkbd.c149 static unsigned char kbd_shift_xlate[] = { variable
363 …if (scancode > (sizeof (kbd_shift_xlate) / sizeof (kbd_shift_xlate[0]))) { /* scancode not in list… in handle_keyboard_event()
367 keycode = kbd_shift_xlate[scancode]; in handle_keyboard_event()
373 …if (scancode > (sizeof (kbd_shift_xlate) / sizeof (kbd_shift_xlate[0]))) { /* scancode not in list… in handle_keyboard_event()
377 keycode = kbd_shift_xlate[scancode]; in handle_keyboard_event()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/input/
H A Dinput.c53 static unsigned char kbd_shift_xlate[] = { variable
159 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/input/
H A Dinput.c53 static unsigned char kbd_shift_xlate[] = { variable
159 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/input/
H A Dinput.c53 static unsigned char kbd_shift_xlate[] = { variable
159 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/input/
H A Dinput.c55 static unsigned char kbd_shift_xlate[] = { variable
161 kbd_shift_xlate, ARRAY_SIZE(kbd_shift_xlate) },

123