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:temp_trips
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tt.c
635
/* compress
temp_trips
to cmd array, remove uninitialized values*/
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()
708
*temp = mvm->tz_device.
temp_trips
[trip] * 1000;
in iwl_mvm_tzone_get_trip_temp()
759
if (tzone->
temp_trips
[trip] == temperature) {
in iwl_mvm_tzone_set_trip_temp()
766
if (tzone->
temp_trips
[i] == temperature) {
in iwl_mvm_tzone_set_trip_temp()
772
tzone->
temp_trips
[trip] = temperature;
in iwl_mvm_tzone_set_trip_temp()
829
mvm->tz_device.
temp_trips
[i] = S16_MIN;
in iwl_mvm_thermal_zone_register()
H
A
D
mvm.h
548
* @
temp_trips
: temperature thresholds for report
549
* @fw_trips_index: keep indexes to original array -
temp_trips
553
s16
temp_trips
[IWL_MAX_DTS_TRIPS];
member
Completed in 6 milliseconds