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_CONTROLLERS
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
n64joy.c
37
#define
MAX_CONTROLLERS
4
macro
39
static const char *n64joy_phys[
MAX_CONTROLLERS
] = {
50
struct input_dev *n64joy_dev[
MAX_CONTROLLERS
];
154
for (i = 0; i <
MAX_CONTROLLERS
; i++) {
in n64joy_poll()
265
for (i = 0; i <
MAX_CONTROLLERS
; i++) {
in n64joy_probe()
326
for (i = 0; i <
MAX_CONTROLLERS
; i++) {
in n64joy_probe()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
megaraid.h
506
#define
MAX_CONTROLLERS
32
macro
H
A
D
megaraid.c
85
static adapter_t *hba_soft_state[
MAX_CONTROLLERS
];
89
static struct mega_hbas mega_hbas[
MAX_CONTROLLERS
];
109
static struct mcontroller mcontroller[
MAX_CONTROLLERS
];
4162
if (hba_count >=
MAX_CONTROLLERS
)
in megaraid_probe_one()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
megaraid.h
507
#define
MAX_CONTROLLERS
32
macro
H
A
D
megaraid.c
89
static adapter_t *hba_soft_state[
MAX_CONTROLLERS
];
93
static struct mega_hbas mega_hbas[
MAX_CONTROLLERS
];
113
static struct mcontroller mcontroller[
MAX_CONTROLLERS
];
4135
if (hba_count >=
MAX_CONTROLLERS
)
in megaraid_probe_one()
Completed in 13 milliseconds