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:cap_band
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.c
467
struct ath12k_band_cap *
cap_band
;
in ath12k_pull_mac_phy_cap_svc_ready_ext()
local
535
cap_band
= &pdev_cap->band[NL80211_BAND_2GHZ];
in ath12k_pull_mac_phy_cap_svc_ready_ext()
536
cap_band
->phy_id = le32_to_cpu(mac_caps->phy_id);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
537
cap_band
->max_bw_supported = le32_to_cpu(mac_caps->max_bw_supported_2g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
538
cap_band
->ht_cap_info = le32_to_cpu(mac_caps->ht_cap_info_2g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
539
cap_band
->he_cap_info[0] = le32_to_cpu(mac_caps->he_cap_info_2g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
540
cap_band
->he_cap_info[1] = le32_to_cpu(mac_caps->he_cap_info_2g_ext);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
541
cap_band
->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_2g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
543
cap_band
->he_cap_phy_info[i] =
in ath12k_pull_mac_phy_cap_svc_ready_ext()
546
cap_band
in ath12k_pull_mac_phy_cap_svc_ready_ext()
4161
struct ath12k_band_cap *
cap_band
= &pdev->cap.band[band];
ath12k_wmi_eht_caps_parse()
local
[all...]
H
A
D
mac.c
5201
struct ath12k_band_cap *
cap_band
= NULL;
in ath12k_mac_prepare_he_mode()
local
5206
cap_band
= &pdev_cap->band[NL80211_BAND_2GHZ];
in ath12k_mac_prepare_he_mode()
5208
cap_band
= &pdev_cap->band[NL80211_BAND_5GHZ];
in ath12k_mac_prepare_he_mode()
5210
hecap_phy_ptr = &
cap_band
->he_cap_phy_info[0];
in ath12k_mac_prepare_he_mode()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
312
struct ath11k_band_cap *
cap_band
;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
local
375
cap_band
= &pdev_cap->band[NL80211_BAND_2GHZ];
in ath11k_pull_mac_phy_cap_svc_ready_ext()
376
cap_band
->phy_id = mac_phy_caps->phy_id;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
377
cap_band
->max_bw_supported = mac_phy_caps->max_bw_supported_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
378
cap_band
->ht_cap_info = mac_phy_caps->ht_cap_info_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
379
cap_band
->he_cap_info[0] = mac_phy_caps->he_cap_info_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
380
cap_band
->he_cap_info[1] = mac_phy_caps->he_cap_info_2g_ext;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
381
cap_band
->he_mcs = mac_phy_caps->he_supp_mcs_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
382
memcpy(
cap_band
->he_cap_phy_info, &mac_phy_caps->he_cap_phy_info_2g,
in ath11k_pull_mac_phy_cap_svc_ready_ext()
384
memcpy(&
cap_band
in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all...]
H
A
D
mac.c
4339
struct ath11k_band_cap *
cap_band
= NULL;
in ath11k_mac_prepare_he_mode()
local
4344
cap_band
= &pdev_cap->band[NL80211_BAND_2GHZ];
in ath11k_mac_prepare_he_mode()
4346
cap_band
= &pdev_cap->band[NL80211_BAND_5GHZ];
in ath11k_mac_prepare_he_mode()
4348
hecap_phy_ptr = &
cap_band
->he_cap_phy_info[0];
in ath11k_mac_prepare_he_mode()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
364
struct ath11k_band_cap *
cap_band
;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
local
439
cap_band
= &pdev_cap->band[NL80211_BAND_2GHZ];
in ath11k_pull_mac_phy_cap_svc_ready_ext()
440
cap_band
->phy_id = mac_phy_caps->phy_id;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
441
cap_band
->max_bw_supported = mac_phy_caps->max_bw_supported_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
442
cap_band
->ht_cap_info = mac_phy_caps->ht_cap_info_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
443
cap_band
->he_cap_info[0] = mac_phy_caps->he_cap_info_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
444
cap_band
->he_cap_info[1] = mac_phy_caps->he_cap_info_2g_ext;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
445
cap_band
->he_mcs = mac_phy_caps->he_supp_mcs_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
446
memcpy(
cap_band
->he_cap_phy_info, &mac_phy_caps->he_cap_phy_info_2g,
in ath11k_pull_mac_phy_cap_svc_ready_ext()
448
memcpy(&
cap_band
in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all...]
H
A
D
mac.c
2942
struct ieee80211_sta_he_cap *
cap_band
= NULL;
in ath11k_mac_vif_recalc_sta_he_txbf()
local
2958
cap_band
= &ar->mac.iftype[NL80211_BAND_2GHZ][vif->type].he_cap;
in ath11k_mac_vif_recalc_sta_he_txbf()
2960
cap_band
= &ar->mac.iftype[NL80211_BAND_5GHZ][vif->type].he_cap;
in ath11k_mac_vif_recalc_sta_he_txbf()
2962
memcpy(&he_cap_elem, &
cap_band
->he_cap_elem, sizeof(he_cap_elem));
in ath11k_mac_vif_recalc_sta_he_txbf()
Completed in 39 milliseconds