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:supports_6ghz
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
449
bool
supports_6ghz
;
member
H
A
D
mac.c
3578
if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && !ar->
supports_6ghz
) {
in ath11k_mac_setup_ht_vht_cap()
3846
ar->
supports_6ghz
) {
in ath11k_mac_setup_he_cap()
4329
ar->
supports_6ghz
) {
in ath11k_mac_setup_vdev_create_params()
6055
ar->
supports_6ghz
= true;
in ath11k_mac_setup_channels_rates()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
core.h
460
bool
supports_6ghz
;
member
H
A
D
mac.c
4288
!ar->
supports_6ghz
)) {
in ath12k_mac_setup_ht_vht_cap()
4665
ar->
supports_6ghz
) {
in ath12k_mac_setup_sband_iftype_data()
5189
ar->
supports_6ghz
) {
in ath12k_mac_setup_vdev_create_arg()
7015
ar->
supports_6ghz
= true;
in ath12k_mac_setup_channels_rates()
7303
if (ar->
supports_6ghz
) {
in __ath12k_mac_register()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
core.h
605
bool
supports_6ghz
;
member
H
A
D
mac.c
3905
if (ar->
supports_6ghz
)
in ath11k_start_scan()
5628
!ar->
supports_6ghz
)) {
in ath11k_mac_setup_ht_vht_cap()
5915
ar->
supports_6ghz
) {
in ath11k_mac_setup_he_cap()
6515
ar->
supports_6ghz
) {
in ath11k_mac_setup_vdev_create_params()
9233
ar->
supports_6ghz
= true;
in ath11k_mac_setup_channels_rates()
9453
if (ab->hw_params.single_pdev_only && ar->
supports_6ghz
)
in __ath11k_mac_register()
9485
if ((ht_cap & WMI_HT_CAP_ENABLED) || ar->
supports_6ghz
) {
in __ath11k_mac_register()
9501
(ar->
supports_6ghz
&& ab->hw_params.supports_dynamic_smps_6ghz))
in __ath11k_mac_register()
9574
if (ar->
supports_6ghz
) {
in __ath11k_mac_register()
Completed in 33 milliseconds