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:KTYP
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
384
if (
KTYP
(sym) != KT_SHIFT &&
KTYP
(sym) != KT_SLOCK)
in do_compute_shiftstate()
1457
type =
KTYP
(keysym);
in kbd_keycode()
1915
if (kb->kbdmode != VC_UNICODE &&
KTYP
(val) >= NR_TYPES)
in vt_do_kdsk_ioctl()
1939
if (
KTYP
(v) < NR_TYPES) {
in vt_do_kdsk_ioctl()
1940
if (KVAL(v) > max_vals[
KTYP
(v)])
in vt_do_kdsk_ioctl()
1987
if (!s && (
KTYP
(ov) == KT_SHIFT ||
KTYP
(v) == KT_SHIFT))
in vt_do_kdsk_ioctl()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
401
if (
KTYP
(sym) != KT_SHIFT &&
KTYP
(sym) != KT_SLOCK)
in do_compute_shiftstate()
1492
type =
KTYP
(keysym);
in kbd_keycode()
1935
if (kbdmode != VC_UNICODE &&
KTYP
(val) >= NR_TYPES)
in vt_kdgkbent()
1966
if (
KTYP
(val) < NR_TYPES) {
in vt_kdskbent()
1967
if (KVAL(val) > max_vals[
KTYP
(val)])
in vt_kdskbent()
2014
if (!map && (
KTYP
(oldval) == KT_SHIFT ||
KTYP
(val) == KT_SHIFT))
in vt_kdskbent()
/kernel/linux/linux-5.10/kernel/debug/kdb/
H
A
D
kdb_keyboard.c
171
switch (
KTYP
(keychar)) {
in kdb_get_kbd_char()
/kernel/linux/linux-6.6/kernel/debug/kdb/
H
A
D
kdb_keyboard.c
172
switch (
KTYP
(keychar)) {
in kdb_get_kbd_char()
/kernel/linux/linux-5.10/drivers/accessibility/braille/
H
A
D
braille_console.c
227
unsigned char type =
KTYP
(param->value) - 0xf0;
in keyboard_notifier_call()
/kernel/linux/linux-5.10/arch/m68k/atari/
H
A
D
atakeyb.c
228
keytyp =
KTYP
(keyval) - 0xf0;
in atari_keyboard_interrupt()
/kernel/linux/linux-6.6/arch/m68k/atari/
H
A
D
atakeyb.c
228
keytyp =
KTYP
(keyval) - 0xf0;
in atari_keyboard_interrupt()
/kernel/linux/linux-6.6/drivers/accessibility/braille/
H
A
D
braille_console.c
226
unsigned char type =
KTYP
(param->value) - 0xf0;
in keyboard_notifier_call()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
main.c
2102
u_char type =
KTYP
(keysym), value = KVAL(keysym), new_key = 0;
in speakup_key()
2254
else if (
KTYP
(param->value) == KT_CUR)
in keyboard_notifier_call()
2258
unsigned char type =
KTYP
(param->value) - 0xf0;
in keyboard_notifier_call()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
keyboard.h
46
#define
KTYP
(x) ((x) >> 8)
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
keyboard.h
46
#define
KTYP
(x) ((x) >> 8)
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
keyboard.h
53
#define
KTYP
(x) ((x) >> 8)
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
keyboard.h
53
#define
KTYP
(x) ((x) >> 8)
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
keyboard.h
40
#define
KTYP
(x) ((x) >> 8)
macro
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
main.c
2114
u_char type =
KTYP
(keysym), value = KVAL(keysym), new_key = 0;
in speakup_key()
2266
else if (
KTYP
(param->value) == KT_CUR)
in keyboard_notifier_call()
2270
unsigned char type =
KTYP
(param->value) - 0xf0;
in keyboard_notifier_call()
Completed in 24 milliseconds