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:advanced_tt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
tt.c
89
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_ht_enabled()
100
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_within_ct_kill_margin()
125
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_tx_ant_restriction()
136
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_rx_ant_restriction()
498
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_bg_ct_enter()
536
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_bg_ct_exit()
572
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_bg_tt_work()
623
priv->thermal_throttle.
advanced_tt
= false;
in iwl_tt_initialize()
645
priv->thermal_throttle.
advanced_tt
= true;
in iwl_tt_initialize()
649
priv->thermal_throttle.
advanced_tt
in iwl_tt_initialize()
[all...]
H
A
D
tt.h
72
* @
advanced_tt
: advanced thermal throttle required
90
bool
advanced_tt
;
member
H
A
D
debugfs.c
473
tt->
advanced_tt
? "Advance" : "Legacy");
in iwl_dbgfs_thermal_throttling_read()
477
if (tt->
advanced_tt
) {
in iwl_dbgfs_thermal_throttling_read()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H
A
D
tt.c
85
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_ht_enabled()
96
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_within_ct_kill_margin()
121
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_tx_ant_restriction()
132
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_rx_ant_restriction()
493
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_bg_ct_enter()
531
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_bg_ct_exit()
567
if (!priv->thermal_throttle.
advanced_tt
)
in iwl_bg_tt_work()
618
priv->thermal_throttle.
advanced_tt
= false;
in iwl_tt_initialize()
640
priv->thermal_throttle.
advanced_tt
= true;
in iwl_tt_initialize()
644
priv->thermal_throttle.
advanced_tt
in iwl_tt_initialize()
[all...]
H
A
D
tt.h
68
* @
advanced_tt
: advanced thermal throttle required
86
bool
advanced_tt
;
member
H
A
D
debugfs.c
469
tt->
advanced_tt
? "Advance" : "Legacy");
in iwl_dbgfs_thermal_throttling_read()
473
if (tt->
advanced_tt
) {
in iwl_dbgfs_thermal_throttling_read()
Completed in 9 milliseconds