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:pdev_cap
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
313
struct ath11k_pdev_cap *
pdev_cap
= &pdev->cap;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
local
341
pdev_cap
->supported_bands |= mac_phy_caps->supported_bands;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
342
pdev_cap
->ampdu_density = mac_phy_caps->ampdu_density;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
349
pdev_cap
->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
350
pdev_cap
->rx_chain_mask = mac_phy_caps->rx_chain_mask_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
352
pdev_cap
->vht_cap = mac_phy_caps->vht_cap_info_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
353
pdev_cap
->vht_mcs = mac_phy_caps->vht_supp_mcs_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
354
pdev_cap
->he_mcs = mac_phy_caps->he_supp_mcs_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
355
pdev_cap
->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
356
pdev_cap
in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all...]
H
A
D
mac.c
4338
struct ath11k_pdev_cap *
pdev_cap
= &pdev->cap;
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()
5994
struct ath11k_pdev_cap *
pdev_cap
= &pdev->cap;
in ath11k_get_phy_id()
local
5997
return
pdev_cap
->band[NL80211_BAND_2GHZ].phy_id;
in ath11k_get_phy_id()
6000
return
pdev_cap
->band[NL80211_BAND_5GHZ].phy_id;
in ath11k_get_phy_id()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
wmi.c
468
struct ath12k_pdev_cap *
pdev_cap
= &pdev->cap;
in ath12k_pull_mac_phy_cap_svc_ready_ext()
local
495
pdev_cap
->supported_bands |= le32_to_cpu(mac_caps->supported_bands);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
496
pdev_cap
->ampdu_density = le32_to_cpu(mac_caps->ampdu_density);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
509
pdev_cap
->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_2g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
510
pdev_cap
->rx_chain_mask = le32_to_cpu(mac_caps->rx_chain_mask_2g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
512
pdev_cap
->vht_cap = le32_to_cpu(mac_caps->vht_cap_info_5g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
513
pdev_cap
->vht_mcs = le32_to_cpu(mac_caps->vht_supp_mcs_5g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
514
pdev_cap
->he_mcs = le32_to_cpu(mac_caps->he_supp_mcs_5g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
515
pdev_cap
->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_5g);
in ath12k_pull_mac_phy_cap_svc_ready_ext()
516
pdev_cap
in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all...]
H
A
D
mac.c
5200
struct ath12k_pdev_cap *
pdev_cap
= &pdev->cap;
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()
6954
struct ath12k_pdev_cap *
pdev_cap
= &pdev->cap;
in ath12k_get_phy_id()
local
6957
return
pdev_cap
->band[NL80211_BAND_2GHZ].phy_id;
in ath12k_get_phy_id()
6960
return
pdev_cap
->band[NL80211_BAND_5GHZ].phy_id;
in ath12k_get_phy_id()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
wmi.c
365
struct ath11k_pdev_cap *
pdev_cap
= &pdev->cap;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
local
393
pdev_cap
->supported_bands |= mac_phy_caps->supported_bands;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
394
pdev_cap
->ampdu_density = mac_phy_caps->ampdu_density;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
409
pdev_cap
->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
410
pdev_cap
->rx_chain_mask = mac_phy_caps->rx_chain_mask_2g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
414
pdev_cap
->vht_cap = mac_phy_caps->vht_cap_info_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
415
pdev_cap
->vht_mcs = mac_phy_caps->vht_supp_mcs_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
416
pdev_cap
->he_mcs = mac_phy_caps->he_supp_mcs_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
417
pdev_cap
->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g;
in ath11k_pull_mac_phy_cap_svc_ready_ext()
418
pdev_cap
in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all...]
H
A
D
mac.c
9171
struct ath11k_pdev_cap *
pdev_cap
= &pdev->cap;
in ath11k_get_phy_id()
local
9174
return
pdev_cap
->band[NL80211_BAND_2GHZ].phy_id;
in ath11k_get_phy_id()
9177
return
pdev_cap
->band[NL80211_BAND_5GHZ].phy_id;
in ath11k_get_phy_id()
Completed in 37 milliseconds