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:hal_reg_cap
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
682
struct ath11k_hal_reg_capabilities_ext
hal_reg_cap
[MAX_RADIOS];
member
H
A
D
wmi.c
3043
struct ath11k_hal_reg_capabilities_ext *
hal_reg_cap
;
in ath11k_fill_band_to_mac_param()
local
3048
hal_reg_cap
= &soc->
hal_reg_cap
[i];
in ath11k_fill_band_to_mac_param()
3053
band_to_mac[i].start_freq =
hal_reg_cap
->low_2ghz_chan;
in ath11k_fill_band_to_mac_param()
3054
band_to_mac[i].end_freq =
hal_reg_cap
->high_5ghz_chan;
in ath11k_fill_band_to_mac_param()
3057
band_to_mac[i].start_freq =
hal_reg_cap
->low_2ghz_chan;
in ath11k_fill_band_to_mac_param()
3058
band_to_mac[i].end_freq =
hal_reg_cap
->high_2ghz_chan;
in ath11k_fill_band_to_mac_param()
3061
band_to_mac[i].start_freq =
hal_reg_cap
->low_5ghz_chan;
in ath11k_fill_band_to_mac_param()
3062
band_to_mac[i].end_freq =
hal_reg_cap
->high_5ghz_chan;
in ath11k_fill_band_to_mac_param()
3704
memcpy(&soc->
hal_reg_cap
[reg_ca
in ath11k_wmi_tlv_ext_hal_reg_caps()
[all...]
H
A
D
mac.c
6020
reg_cap = &ar->ab->
hal_reg_cap
[ar->pdev_idx];
in ath11k_mac_setup_channels_rates()
6039
reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath11k_mac_setup_channels_rates()
6088
reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath11k_mac_setup_channels_rates()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
708
struct ath12k_wmi_hal_reg_capabilities_ext_arg
hal_reg_cap
[MAX_RADIOS];
member
H
A
D
wmi.c
3176
struct ath12k_wmi_hal_reg_capabilities_ext_arg *
hal_reg_cap
;
in ath12k_fill_band_to_mac_param()
local
3181
hal_reg_cap
= &soc->
hal_reg_cap
[i];
in ath12k_fill_band_to_mac_param()
3186
arg[i].start_freq =
hal_reg_cap
->low_2ghz_chan;
in ath12k_fill_band_to_mac_param()
3187
arg[i].end_freq =
hal_reg_cap
->high_5ghz_chan;
in ath12k_fill_band_to_mac_param()
3190
arg[i].start_freq =
hal_reg_cap
->low_2ghz_chan;
in ath12k_fill_band_to_mac_param()
3191
arg[i].end_freq =
hal_reg_cap
->high_2ghz_chan;
in ath12k_fill_band_to_mac_param()
3194
arg[i].start_freq =
hal_reg_cap
->low_5ghz_chan;
in ath12k_fill_band_to_mac_param()
3195
arg[i].end_freq =
hal_reg_cap
->high_5ghz_chan;
in ath12k_fill_band_to_mac_param()
3885
soc->
hal_reg_cap
[reg_ca
in ath12k_wmi_ext_hal_reg_caps()
[all...]
H
A
D
mac.c
6980
reg_cap = &ar->ab->
hal_reg_cap
[ar->pdev_idx];
in ath12k_mac_setup_channels_rates()
6999
reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath12k_mac_setup_channels_rates()
7048
reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath12k_mac_setup_channels_rates()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
887
struct ath11k_hal_reg_capabilities_ext
hal_reg_cap
[MAX_RADIOS];
member
H
A
D
wmi.c
3983
struct ath11k_hal_reg_capabilities_ext *
hal_reg_cap
;
in ath11k_fill_band_to_mac_param()
local
3988
hal_reg_cap
= &soc->
hal_reg_cap
[i];
in ath11k_fill_band_to_mac_param()
3993
band_to_mac[i].start_freq =
hal_reg_cap
->low_2ghz_chan;
in ath11k_fill_band_to_mac_param()
3994
band_to_mac[i].end_freq =
hal_reg_cap
->high_5ghz_chan;
in ath11k_fill_band_to_mac_param()
3997
band_to_mac[i].start_freq =
hal_reg_cap
->low_2ghz_chan;
in ath11k_fill_band_to_mac_param()
3998
band_to_mac[i].end_freq =
hal_reg_cap
->high_2ghz_chan;
in ath11k_fill_band_to_mac_param()
4001
band_to_mac[i].start_freq =
hal_reg_cap
->low_5ghz_chan;
in ath11k_fill_band_to_mac_param()
4002
band_to_mac[i].end_freq =
hal_reg_cap
->high_5ghz_chan;
in ath11k_fill_band_to_mac_param()
4693
memcpy(&soc->
hal_reg_cap
[reg_ca
in ath11k_wmi_tlv_ext_hal_reg_caps()
[all...]
H
A
D
mac.c
9197
reg_cap = &ar->ab->
hal_reg_cap
[ar->pdev_idx];
in ath11k_mac_setup_channels_rates()
9217
temp_reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath11k_mac_setup_channels_rates()
9244
temp_reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath11k_mac_setup_channels_rates()
9272
temp_reg_cap = &ar->ab->
hal_reg_cap
[phy_id];
in ath11k_mac_setup_channels_rates()
Completed in 70 milliseconds