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:cooling_spec
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_of.c
290
struct of_phandle_args
cooling_spec
;
in __thermal_of_unbind()
local
294
index, &
cooling_spec
);
in __thermal_of_unbind()
301
of_node_put(
cooling_spec
.np);
in __thermal_of_unbind()
303
if (
cooling_spec
.args_count < 2) {
in __thermal_of_unbind()
308
if (
cooling_spec
.np != cdev->np)
in __thermal_of_unbind()
321
struct of_phandle_args
cooling_spec
;
in __thermal_of_bind()
local
327
index, &
cooling_spec
);
in __thermal_of_bind()
334
of_node_put(
cooling_spec
.np);
in __thermal_of_bind()
336
if (
cooling_spec
.args_count < 2) {
in __thermal_of_bind()
341
if (
cooling_spec
in __thermal_of_bind()
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
thermal_of.c
681
struct of_phandle_args
cooling_spec
;
in thermal_of_populate_bind_params()
local
727
"#cooling-cells", i, &
cooling_spec
);
in thermal_of_populate_bind_params()
733
__tcbp[i].cooling_device =
cooling_spec
.np;
in thermal_of_populate_bind_params()
735
if (
cooling_spec
.args_count >= 2) { /* at least min and max */
in thermal_of_populate_bind_params()
736
__tcbp[i].min =
cooling_spec
.args[0];
in thermal_of_populate_bind_params()
737
__tcbp[i].max =
cooling_spec
.args[1];
in thermal_of_populate_bind_params()
Completed in 3 milliseconds