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:max_vals
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
input.h
124
* @
max_vals
: maximum number of values queued in a frame
198
unsigned int
max_vals
;
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
input.h
126
* @
max_vals
: maximum number of values queued in a frame
204
unsigned int
max_vals
;
member
/kernel/linux/linux-5.10/drivers/tty/vt/
H
A
D
keyboard.c
116
static const int
max_vals
[] = {
variable
122
static const int NR_TYPES = ARRAY_SIZE(
max_vals
);
1940
if (KVAL(v) >
max_vals
[KTYP(v)])
in vt_do_kdsk_ioctl()
/kernel/linux/linux-6.6/drivers/tty/vt/
H
A
D
keyboard.c
114
static const unsigned char
max_vals
[] = {
variable
132
static const int NR_TYPES = ARRAY_SIZE(
max_vals
);
1967
if (KVAL(val) >
max_vals
[KTYP(val)])
in vt_kdskbent()
/kernel/linux/linux-5.10/drivers/input/
H
A
D
input.c
422
} else if (dev->num_vals >= dev->
max_vals
- 2) {
in input_handle_event()
2211
dev->
max_vals
= dev->hint_events_per_packet + 2;
in input_register_device()
2212
dev->vals = kcalloc(dev->
max_vals
, sizeof(*dev->vals), GFP_KERNEL);
in input_register_device()
/kernel/linux/linux-6.6/drivers/input/
H
A
D
input.c
387
} else if (dev->num_vals >= dev->
max_vals
- 2) {
in input_event_dispose()
2356
dev->
max_vals
= dev->hint_events_per_packet + 2;
in input_register_device()
2357
dev->vals = kcalloc(dev->
max_vals
, sizeof(*dev->vals), GFP_KERNEL);
in input_register_device()
Completed in 13 milliseconds