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:spear_thermal
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
spear_thermal.c
50
struct thermal_zone_device *
spear_thermal
= dev_get_drvdata(dev);
in spear_thermal_suspend()
local
51
struct spear_thermal_dev *stdev =
spear_thermal
->devdata;
in spear_thermal_suspend()
66
struct thermal_zone_device *
spear_thermal
= dev_get_drvdata(dev);
in spear_thermal_resume()
local
67
struct spear_thermal_dev *stdev =
spear_thermal
->devdata;
in spear_thermal_resume()
91
struct thermal_zone_device *
spear_thermal
= NULL;
in spear_thermal_probe()
local
127
spear_thermal
= thermal_zone_device_register("
spear_thermal
", 0, 0,
in spear_thermal_probe()
129
if (IS_ERR(
spear_thermal
)) {
in spear_thermal_probe()
131
ret = PTR_ERR(
spear_thermal
);
in spear_thermal_probe()
134
ret = thermal_zone_device_enable(
spear_thermal
);
in spear_thermal_probe()
158
struct thermal_zone_device *
spear_thermal
= platform_get_drvdata(pdev);
spear_thermal_exit()
local
[all...]
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
spear_thermal.c
50
struct thermal_zone_device *
spear_thermal
= dev_get_drvdata(dev);
in spear_thermal_suspend()
local
51
struct spear_thermal_dev *stdev = thermal_zone_device_priv(
spear_thermal
);
in spear_thermal_suspend()
66
struct thermal_zone_device *
spear_thermal
= dev_get_drvdata(dev);
in spear_thermal_resume()
local
67
struct spear_thermal_dev *stdev = thermal_zone_device_priv(
spear_thermal
);
in spear_thermal_resume()
91
struct thermal_zone_device *
spear_thermal
= NULL;
in spear_thermal_probe()
local
125
spear_thermal
= thermal_tripless_zone_device_register("
spear_thermal
",
in spear_thermal_probe()
127
if (IS_ERR(
spear_thermal
)) {
in spear_thermal_probe()
129
ret = PTR_ERR(
spear_thermal
);
in spear_thermal_probe()
132
ret = thermal_zone_device_enable(
spear_thermal
);
in spear_thermal_probe()
156
struct thermal_zone_device *
spear_thermal
= platform_get_drvdata(pdev);
spear_thermal_exit()
local
[all...]
H
A
D
Makefile
37
obj-$(CONFIG_SPEAR_THERMAL) +=
spear_thermal
.o
Completed in 2 milliseconds