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:NR_KEYS
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
defkeymap.c
14
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
D
keyboard.h
26
extern unsigned short ebc_plain_map[
NR_KEYS
];
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
defkeymap.c
14
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
D
keyboard.h
26
extern unsigned short ebc_plain_map[
NR_KEYS
];
/kernel/linux/linux-5.10/include/linux/
H
A
D
keyboard.h
9
extern unsigned short plain_map[
NR_KEYS
];
/kernel/linux/linux-6.6/include/linux/
H
A
D
keyboard.h
9
extern unsigned short plain_map[
NR_KEYS
];
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
amikbd.c
135
unsigned short temp_map[
NR_KEYS
];
in amikbd_init_console_keymaps()
147
for (j = 0; j <
NR_KEYS
; j++) {
in amikbd_init_console_keymaps()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
amikbd.c
132
unsigned short temp_map[
NR_KEYS
];
in amikbd_init_console_keymaps()
144
for (j = 0; j <
NR_KEYS
; j++) {
in amikbd_init_console_keymaps()
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
382
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()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
399
for_each_set_bit(k, key_down, min(
NR_KEYS
, KEY_CNT)) {
in do_compute_shiftstate()
1485
if (keycode <
NR_KEYS
)
in kbd_keycode()
1997
for (j = 1; j <
NR_KEYS
; j++)
in vt_kdskbent()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
keyboard.h
20
#define
NR_KEYS
256
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
keyboard.h
20
#define
NR_KEYS
256
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
keyboard.h
33
#define
NR_KEYS
256
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
keyboard.h
33
#define
NR_KEYS
256
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
keyboard.h
20
#define
NR_KEYS
256
macro
Completed in 15 milliseconds