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:zone_device
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/intel/
H
A
D
x86_pkg_temp_thermal.c
46
struct
zone_device
{
struct
64
static struct
zone_device
**zones;
96
static struct
zone_device
*pkg_temp_thermal_get_dev(unsigned int cpu)
in pkg_temp_thermal_get_dev()
126
struct
zone_device
*zonedev = tzd->devdata;
in sys_get_curr_temp()
142
struct
zone_device
*zonedev = tzd->devdata;
in sys_get_trip_temp()
176
struct
zone_device
*zonedev = tzd->devdata;
in sys_set_trip_temp()
265
struct
zone_device
*zonedev;
in pkg_temp_thermal_threshold_work_fn()
310
struct
zone_device
*zonedev;
in pkg_thermal_notify()
333
struct
zone_device
*zonedev;
in pkg_temp_thermal_device_add()
385
struct
zone_device
*zonede
in pkg_thermal_cpu_offline()
[all...]
/kernel/linux/linux-6.6/drivers/thermal/intel/
H
A
D
x86_pkg_temp_thermal.c
49
struct
zone_device
{
struct
67
static struct
zone_device
**zones;
99
static struct
zone_device
*pkg_temp_thermal_get_dev(unsigned int cpu)
in pkg_temp_thermal_get_dev()
110
struct
zone_device
*zonedev = thermal_zone_device_priv(tzd);
in sys_get_curr_temp()
125
struct
zone_device
*zonedev = thermal_zone_device_priv(tzd);
in sys_set_trip_temp()
212
struct
zone_device
*zonedev;
in pkg_temp_thermal_threshold_work_fn()
252
struct
zone_device
*zonedev;
in pkg_thermal_notify()
317
struct
zone_device
*zonedev;
in pkg_temp_thermal_device_add()
381
struct
zone_device
*zonedev = pkg_temp_thermal_get_dev(cpu);
in pkg_thermal_cpu_offline()
469
struct
zone_device
*zonede
in pkg_thermal_cpu_online()
[all...]
Completed in 2 milliseconds