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:geo_profiles
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
acpi.c
909
fwrt->
geo_profiles
[i].bands[j].max =
in iwl_sar_get_wgds_table()
910
fwrt->
geo_profiles
[i].bands[1].max;
in iwl_sar_get_wgds_table()
920
fwrt->
geo_profiles
[i].bands[j].max =
in iwl_sar_get_wgds_table()
927
fwrt->
geo_profiles
[i].bands[j].chains[k] =
in iwl_sar_get_wgds_table()
928
fwrt->
geo_profiles
[i].bands[1].chains[k];
in iwl_sar_get_wgds_table()
938
fwrt->
geo_profiles
[i].bands[j].chains[k] =
in iwl_sar_get_wgds_table()
994
cpu_to_le16(fwrt->
geo_profiles
[i].bands[j].max);
in iwl_sar_geo_init()
995
chain->chain_a = fwrt->
geo_profiles
[i].bands[j].chains[0];
in iwl_sar_geo_init()
996
chain->chain_b = fwrt->
geo_profiles
[i].bands[j].chains[1];
in iwl_sar_geo_init()
1000
fwrt->
geo_profiles
[
in iwl_sar_geo_init()
[all...]
H
A
D
runtime.h
163
struct iwl_geo_profile
geo_profiles
[ACPI_NUM_GEO_PROFILES_REV3];
member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H
A
D
acpi.c
616
fwrt->
geo_profiles
[i].values[j] = entry->integer.value;
in iwl_sar_get_wgds_table()
671
ARRAY_SIZE(fwrt->
geo_profiles
[0].values))
in iwl_sar_geo_init()
679
value = &fwrt->
geo_profiles
[i].values[j *
in iwl_sar_geo_init()
H
A
D
runtime.h
208
struct iwl_geo_profile
geo_profiles
[ACPI_NUM_GEO_PROFILES];
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
debugfs.c
331
mvm->fwrt.
geo_profiles
[tbl_idx - 1].bands[0].chains[0],
in iwl_dbgfs_sar_geo_profile_read()
332
mvm->fwrt.
geo_profiles
[tbl_idx - 1].bands[0].chains[1],
in iwl_dbgfs_sar_geo_profile_read()
333
mvm->fwrt.
geo_profiles
[tbl_idx - 1].bands[0].max);
in iwl_dbgfs_sar_geo_profile_read()
336
mvm->fwrt.
geo_profiles
[tbl_idx - 1].bands[1].chains[0],
in iwl_dbgfs_sar_geo_profile_read()
337
mvm->fwrt.
geo_profiles
[tbl_idx - 1].bands[1].chains[1],
in iwl_dbgfs_sar_geo_profile_read()
338
mvm->fwrt.
geo_profiles
[tbl_idx - 1].bands[1].max);
in iwl_dbgfs_sar_geo_profile_read()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
debugfs.c
379
value = &mvm->fwrt.
geo_profiles
[tbl_idx - 1].values[0];
in iwl_dbgfs_sar_geo_profile_read()
Completed in 9 milliseconds