OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scancode
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
keyboard.c
114
* Getting a keycode from
scancode
120
* to AT
scancode
+ 8; this means that we need to translate the Linux
scancode
121
* provided by the kernel to an AT
scancode
-- this translation is not linear
134
for the core X keyboard protocol has to be AT-
scancode
based so that it
140
0x0, /* no valid
scancode
*/
558
unsigned char prefix = 0,
scancode
= 0;
local
583
scancode
= b[0] & 0x7f;
589
switch (
scancode
) {
591
scancode
= KEY_Home; break; /* curs home *
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
hostx.h
85
int
scancode
;
member in struct:EphyrHostXEvent::__anon10467::key_up
89
int
scancode
;
member in struct:EphyrHostXEvent::__anon10467::key_down
ephyr.c
970
KdEnqueueKeyboardEvent (ephyrKbd, ev.data.key_down.
scancode
, FALSE);
978
KdEnqueueKeyboardEvent (ephyrKbd, ev.data.key_up.
scancode
, TRUE);
hostx.c
999
ev->data.key_down.
scancode
= xev.xkey.keycode;
1051
ev->data.key_up.
scancode
= xev.xkey.keycode;
Completed in 6 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026