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:tz_device
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tt.c
146
if (mvm->
tz_device
.tzone) {
in iwl_mvm_temp_notif()
147
struct iwl_mvm_thermal_device *tz_dev = &mvm->
tz_device
;
in iwl_mvm_temp_notif()
569
if (!mvm->
tz_device
.tzone)
in iwl_mvm_send_temp_report_ths_cmd()
578
if (mvm->
tz_device
.trips[i].temperature != INT_MIN) {
in iwl_mvm_send_temp_report_ths_cmd()
580
cpu_to_le16((s16)(mvm->
tz_device
.trips[i].temperature / 1000));
in iwl_mvm_send_temp_report_ths_cmd()
597
mvm->
tz_device
.trips[j].temperature)
in iwl_mvm_send_temp_report_ths_cmd()
598
mvm->
tz_device
.fw_trips_index[i] = j;
in iwl_mvm_send_temp_report_ths_cmd()
661
tzone = &mvm->
tz_device
;
in iwl_mvm_tzone_set_trip_temp()
688
mvm->
tz_device
.tzone = NULL;
in iwl_mvm_thermal_zone_register()
696
mvm->
tz_device
in iwl_mvm_thermal_zone_register()
[all...]
H
A
D
mvm.h
1061
struct iwl_mvm_thermal_device
tz_device
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tt.c
204
if (mvm->
tz_device
.tzone) {
in iwl_mvm_temp_notif()
205
struct iwl_mvm_thermal_device *tz_dev = &mvm->
tz_device
;
in iwl_mvm_temp_notif()
628
if (!mvm->
tz_device
.tzone)
in iwl_mvm_send_temp_report_ths_cmd()
637
if (mvm->
tz_device
.temp_trips[i] != S16_MIN) {
in iwl_mvm_send_temp_report_ths_cmd()
639
cpu_to_le16(mvm->
tz_device
.temp_trips[i]);
in iwl_mvm_send_temp_report_ths_cmd()
656
mvm->
tz_device
.temp_trips[j])
in iwl_mvm_send_temp_report_ths_cmd()
657
mvm->
tz_device
.fw_trips_index[i] = j;
in iwl_mvm_send_temp_report_ths_cmd()
708
*temp = mvm->
tz_device
.temp_trips[trip] * 1000;
in iwl_mvm_tzone_get_trip_temp()
751
tzone = &mvm->
tz_device
;
in iwl_mvm_tzone_set_trip_temp()
797
mvm->
tz_device
in iwl_mvm_thermal_zone_register()
[all...]
H
A
D
mvm.h
1029
struct iwl_mvm_thermal_device
tz_device
;
member
/kernel/linux/linux-5.10/drivers/thermal/
H
A
D
max77620_thermal.c
28
struct thermal_zone_device *
tz_device
;
member
82
thermal_zone_device_update(mtherm->
tz_device
,
in max77620_thermal_irq()
117
mtherm->
tz_device
= devm_thermal_zone_of_sensor_register(&pdev->dev, 0,
in max77620_thermal_probe()
119
if (IS_ERR(mtherm->
tz_device
)) {
in max77620_thermal_probe()
120
ret = PTR_ERR(mtherm->
tz_device
);
in max77620_thermal_probe()
/kernel/linux/linux-6.6/drivers/thermal/
H
A
D
max77620_thermal.c
28
struct thermal_zone_device *
tz_device
;
member
80
thermal_zone_device_update(mtherm->
tz_device
,
in max77620_thermal_irq()
115
mtherm->
tz_device
= devm_thermal_of_zone_register(&pdev->dev, 0,
in max77620_thermal_probe()
117
if (IS_ERR(mtherm->
tz_device
)) {
in max77620_thermal_probe()
118
ret = PTR_ERR(mtherm->
tz_device
);
in max77620_thermal_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
max8973-regulator.c
127
struct thermal_zone_device *
tz_device
;
member
498
thermal_zone_device_update(mchip->
tz_device
,
in max8973_thermal_irq()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
max8973-regulator.c
114
struct thermal_zone_device *
tz_device
;
member
462
thermal_zone_device_update(mchip->
tz_device
,
in max8973_thermal_irq()
Completed in 19 milliseconds