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:thz_dev
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
acerhdf.c
81
static struct thermal_zone_device *
thz_dev
;
variable
728
thz_dev
= thermal_zone_device_register("acerhdf", 2, 0, NULL,
in acerhdf_register_thermal()
732
if (IS_ERR(
thz_dev
))
in acerhdf_register_thermal()
736
ret = thermal_zone_device_enable(
thz_dev
);
in acerhdf_register_thermal()
738
ret = thermal_zone_device_disable(
thz_dev
);
in acerhdf_register_thermal()
742
if (strcmp(
thz_dev
->governor->name,
in acerhdf_register_thermal()
759
if (
thz_dev
) {
in acerhdf_unregister_thermal()
760
thermal_zone_device_unregister(
thz_dev
);
in acerhdf_unregister_thermal()
761
thz_dev
= NULL;
in acerhdf_unregister_thermal()
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
acerhdf.c
82
static struct thermal_zone_device *
thz_dev
;
variable
680
thz_dev
= thermal_zone_device_register_with_trips("acerhdf", trips, ARRAY_SIZE(trips),
in acerhdf_register_thermal()
684
if (IS_ERR(
thz_dev
))
in acerhdf_register_thermal()
688
ret = thermal_zone_device_enable(
thz_dev
);
in acerhdf_register_thermal()
690
ret = thermal_zone_device_disable(
thz_dev
);
in acerhdf_register_thermal()
704
if (
thz_dev
) {
in acerhdf_unregister_thermal()
705
thermal_zone_device_unregister(
thz_dev
);
in acerhdf_unregister_thermal()
706
thz_dev
= NULL;
in acerhdf_unregister_thermal()
781
acerhdf_check_param(
thz_dev
);
in interval_set_uint()
Completed in 3 milliseconds