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:thermal_init
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
rcar_gen3_thermal.c
91
void (*
thermal_init
)(struct rcar_gen3_thermal_tsc *tsc);
member
383
priv->
thermal_init
= rcar_gen3_thermal_init;
in rcar_gen3_thermal_probe()
385
priv->
thermal_init
= rcar_gen3_thermal_init_r8a7795es1;
in rcar_gen3_thermal_probe()
436
priv->
thermal_init
(tsc);
in rcar_gen3_thermal_probe()
500
priv->
thermal_init
(tsc);
in rcar_gen3_thermal_resume()
H
A
D
thermal_core.c
1658
static int __init
thermal_init
(void)
in thermal_init()
function
1697
postcore_initcall(
thermal_init
);
variable
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
H
A
D
cbe_thermal.c
365
static int __init
thermal_init
(void)
in thermal_init()
function
376
module_init(
thermal_init
);
variable
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/
H
A
D
cbe_thermal.c
364
static int __init
thermal_init
(void)
in thermal_init()
function
375
module_init(
thermal_init
);
variable
/kernel/linux/linux-6.6/tools/lib/thermal/include/
H
A
D
thermal.h
90
LIBTHERMAL_API struct thermal_handler *
thermal_init
(struct thermal_ops *ops);
/kernel/linux/linux-6.6/tools/lib/thermal/
H
A
D
thermal.c
111
struct thermal_handler *
thermal_init
(struct thermal_ops *ops)
in thermal_init()
function
/kernel/linux/linux-6.6/tools/thermal/thermal-engine/
H
A
D
thermal-engine.c
309
td.th =
thermal_init
(&ops);
in main()
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
thermal_core.c
1573
static int __init
thermal_init
(void)
in thermal_init()
function
1617
postcore_initcall(
thermal_init
);
variable
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
6446
static int __init
thermal_init
(struct ibm_init_struct *iibm)
in thermal_init()
function
10413
.init =
thermal_init
,
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
thinkpad_acpi.c
6376
static int __init
thermal_init
(struct ibm_init_struct *iibm)
in thermal_init()
function
11450
.init =
thermal_init
,
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
1082
static int
thermal_init
(struct hfi1_devdata *dd);
15335
thermal_init
(dd);
in hfi1_init_dd()
15437
static int
thermal_init
(struct hfi1_devdata *dd)
in thermal_init()
function
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
chip.c
1041
static int
thermal_init
(struct hfi1_devdata *dd);
15295
thermal_init
(dd);
in hfi1_init_dd()
15398
static int
thermal_init
(struct hfi1_devdata *dd)
in thermal_init()
function
Completed in 76 milliseconds