Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:key_maps
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/kernel/debug/kdb/
H
A
D
kdb_keyboard.c
160
} else if ((shift_lock || shift_key) &&
key_maps
[1]) {
in kdb_get_kbd_char()
161
keychar =
key_maps
[1][scancode];
in kdb_get_kbd_char()
162
} else if (ctrl_key &&
key_maps
[4]) {
in kdb_get_kbd_char()
163
keychar =
key_maps
[4][scancode];
in kdb_get_kbd_char()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H
A
D
kdb_keyboard.c
161
} else if ((shift_lock || shift_key) &&
key_maps
[1]) {
in kdb_get_kbd_char()
162
keychar =
key_maps
[1][scancode];
in kdb_get_kbd_char()
163
} else if (ctrl_key &&
key_maps
[4]) {
in kdb_get_kbd_char()
164
keychar =
key_maps
[4][scancode];
in kdb_get_kbd_char()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
amikbd.c
139
if (!
key_maps
[i])
in amikbd_init_console_keymaps()
145
temp_map[j] =
key_maps
[i][amikbd_keycode[j]];
in amikbd_init_console_keymaps()
151
memcpy(
key_maps
[i], temp_map, sizeof(temp_map));
in amikbd_init_console_keymaps()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
amikbd.c
136
if (!
key_maps
[i])
in amikbd_init_console_keymaps()
142
temp_map[j] =
key_maps
[i][amikbd_keycode[j]];
in amikbd_init_console_keymaps()
148
memcpy(
key_maps
[i], temp_map, sizeof(temp_map));
in amikbd_init_console_keymaps()
/kernel/linux/linux-5.10/include/linux/
H
A
D
keyboard.h
8
extern unsigned short *
key_maps
[MAX_NR_KEYMAPS];
/kernel/linux/linux-6.6/include/linux/
H
A
D
keyboard.h
8
extern unsigned short *
key_maps
[MAX_NR_KEYMAPS];
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
keyboard.h
31
* FIXME: explain
key_maps
tricks.
36
unsigned short **
key_maps
;
member
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
keyboard.h
31
* FIXME: explain
key_maps
tricks.
36
unsigned short **
key_maps
;
member
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
383
sym = U(
key_maps
[0][k]);
in do_compute_shiftstate()
919
if (!
key_maps
[kbd->lockstate ^ kbd->slockstate]) {
in k_slock()
1438
key_map =
key_maps
[shift_final];
in kbd_keycode()
1474
key_map =
key_maps
[shift_final ^ (1 << KG_SHIFT)];
in kbd_keycode()
1912
key_map =
key_maps
[s];
in vt_do_kdsk_ioctl()
1927
key_map =
key_maps
[s];
in vt_do_kdsk_ioctl()
1929
key_maps
[s] = NULL;
in vt_do_kdsk_ioctl()
1957
key_map =
key_maps
[s];
in vt_do_kdsk_ioctl()
1967
key_maps
[s] = new_map;
in vt_do_kdsk_ioctl()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
400
sym = U(
key_maps
[0][k]);
in do_compute_shiftstate()
945
if (!
key_maps
[kbd->lockstate ^ kbd->slockstate]) {
in k_slock()
1473
key_map =
key_maps
[shift_final];
in kbd_keycode()
1509
key_map =
key_maps
[shift_final ^ BIT(KG_SHIFT)];
in kbd_keycode()
1932
key_map =
key_maps
[map];
in vt_kdgkbent()
1953
key_map =
key_maps
[map];
in vt_kdskbent()
1955
key_maps
[map] = NULL;
in vt_kdskbent()
1984
key_map =
key_maps
[map];
in vt_kdskbent()
1994
key_maps
[map] = new_map;
in vt_kdskbent()
/kernel/linux/linux-5.10/arch/m68k/amiga/
H
A
D
config.c
854
* The Amiga keyboard driver needs
key_maps
, but we cannot export it in
858
EXPORT_SYMBOL_GPL(
key_maps
);
variable
/kernel/linux/linux-6.6/arch/m68k/amiga/
H
A
D
config.c
846
* The Amiga keyboard driver needs
key_maps
, but we cannot export it in
850
EXPORT_SYMBOL_GPL(
key_maps
);
variable
Completed in 10 milliseconds