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:VER_0
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/qcom/
H
A
D
tsens-8960.c
270
.ver_major =
VER_0
,
H
A
D
tsens.c
759
/*
VER_0
doesn't have VALID bit */
in get_temp_tsens_valid()
760
if (tsens_version(priv) ==
VER_0
)
in get_temp_tsens_valid()
790
if (tsens_version(priv) ==
VER_0
) {
in get_temp_common()
931
} else { /*
VER_0
share the same gcc regs using a syscon */
in init_common()
946
/*
VER_0
have only tm_map */
in init_common()
970
/* in
VER_0
TSENS need to be explicitly enabled */
in init_common()
971
if (tsens_version(priv) ==
VER_0
)
in init_common()
1063
/*
VER_0
interrupt doesn't need to be enabled */
in init_common()
1172
/*
VER_0
interrupt is TRIGGER_RISING, VER_0_1 and up is ONESHOT */
in tsens_register_irq()
1173
if (tsens_version(priv) ==
VER_0
)
in tsens_register_irq()
[all...]
H
A
D
tsens.h
34
VER_0
= 0,
enumerator
Completed in 5 milliseconds