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:average_energy
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rx.c
835
u8
average_energy
[IWL_MVM_STATION_COUNT_MAX];
in iwl_mvm_handle_rx_statistics_tlv()
local
863
for (i = 0; i < ARRAY_SIZE(
average_energy
); i++)
in iwl_mvm_handle_rx_statistics_tlv()
864
average_energy
[i] = le32_to_cpu(stats->
average_energy
[i]);
in iwl_mvm_handle_rx_statistics_tlv()
888
for (i = 0; i < ARRAY_SIZE(
average_energy
); i++)
in iwl_mvm_handle_rx_statistics_tlv()
889
average_energy
[i] =
in iwl_mvm_handle_rx_statistics_tlv()
890
le32_to_cpu(stats->per_sta_stats[i].
average_energy
);
in iwl_mvm_handle_rx_statistics_tlv()
901
average_energy
);
in iwl_mvm_handle_rx_statistics_tlv()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
rx.c
750
u8
average_energy
[IWL_MVM_STATION_COUNT_MAX];
in iwl_mvm_handle_rx_statistics_tlv()
local
794
for (i = 0; i < ARRAY_SIZE(
average_energy
); i++)
in iwl_mvm_handle_rx_statistics_tlv()
795
average_energy
[i] = le32_to_cpu(stats->
average_energy
[i]);
in iwl_mvm_handle_rx_statistics_tlv()
796
iwl_mvm_update_avg_energy(mvm,
average_energy
);
in iwl_mvm_handle_rx_statistics_tlv()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
stats.h
504
* @
average_energy
: in fact it is minus the energy..
507
__le32
average_energy
;
member
557
* @
average_energy
: in fact it is minus the energy..
577
__le32
average_energy
[IWL_MVM_STATION_COUNT_MAX];
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
stats.h
524
* @
average_energy
: in fact it is minus the energy..
544
__le32
average_energy
[IWL_MVM_STATION_COUNT_MAX];
member
Completed in 8 milliseconds