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:ntrip
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/samsung/
H
A
D
exynos_tmu.c
166
* @
ntrip
: number of supported trip points.
194
unsigned int
ntrip
;
member
282
if (of_thermal_get_ntrips(tzd) > data->
ntrip
) {
in exynos_tmu_initialize()
287
(of_thermal_get_ntrips(tzd) - data->
ntrip
));
in exynos_tmu_initialize()
300
min_t(int, of_thermal_get_ntrips(tzd), data->
ntrip
);
in exynos_tmu_initialize()
570
for (i = 0; i < data->
ntrip
; i++) {
in exynos4210_tmu_control()
600
for (i = 0; i < data->
ntrip
; i++) {
in exynos5433_tmu_control()
631
for (i = 0; i < data->
ntrip
; i++) {
in exynos7_tmu_control()
907
data->
ntrip
= 4;
in exynos_map_dt_data()
927
data->
ntrip
in exynos_map_dt_data()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/samsung/
H
A
D
exynos_tmu.c
165
* @
ntrip
: number of supported trip points.
193
unsigned int
ntrip
;
member
273
if (num_trips > data->
ntrip
) {
in exynos_tmu_initialize()
278
num_trips - data->
ntrip
);
in exynos_tmu_initialize()
291
min_t(int, num_trips, data->
ntrip
);
in exynos_tmu_initialize()
561
for (i = 0; i < data->
ntrip
; i++) {
in exynos4210_tmu_control()
592
for (i = 0; i < data->
ntrip
; i++) {
in exynos5433_tmu_control()
624
for (i = 0; i < data->
ntrip
; i++) {
in exynos7_tmu_control()
900
data->
ntrip
= 4;
in exynos_map_dt_data()
920
data->
ntrip
in exynos_map_dt_data()
[all...]
Completed in 4 milliseconds