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_SENSORS
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
73
#define
MAX_SENSORS
64
macro
94
struct sensor_device sensors[
MAX_SENSORS
];
223
struct sensor_device sensors[
MAX_SENSORS
];
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
H
A
D
boot_param.h
77
#define
MAX_SENSORS
64
macro
98
struct sensor_device sensors[
MAX_SENSORS
];
/kernel/linux/linux-5.10/arch/mips/loongson64/
H
A
D
env.c
158
if (loongson_sysconf.nr_sensors >
MAX_SENSORS
)
in prom_init_env()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
rtas-proc.c
112
#define
MAX_SENSORS
17 /* I only know of 17 sensors */
macro
123
struct individual_sensor sensor[
MAX_SENSORS
];
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
rtas-proc.c
112
#define
MAX_SENSORS
17 /* I only know of 17 sensors */
macro
123
struct individual_sensor sensor[
MAX_SENSORS
];
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H
A
D
tsens.c
80
if (priv->num_sensors >
MAX_SENSORS
)
in tsens_read_calibration()
171
u32 p1[
MAX_SENSORS
], p2[
MAX_SENSORS
];
in tsens_calibrate_nvmem()
H
A
D
tsens.h
23
#define
MAX_SENSORS
16
macro
Completed in 8 milliseconds