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:support_80_80
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/
H
A
D
chan.c
945
bool
support_80_80
= false;
in cfg80211_chandef_usable()
local
1014
support_80_80
=
in cfg80211_chandef_usable()
1019
if (chandef->chan->band != NL80211_BAND_6GHZ && !
support_80_80
)
in cfg80211_chandef_usable()
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
util.c
3248
bool
support_80_80
= false;
in ieee80211_chandef_vht_oper()
local
3261
support_80_80
= ((vht_cap &
in ieee80211_chandef_vht_oper()
3290
support_80_80
= false;
in ieee80211_chandef_vht_oper()
3293
support_80_80
= false;
in ieee80211_chandef_vht_oper()
3334
} else if ((diff > 8) &&
support_80_80
) {
in ieee80211_chandef_vht_oper()
3372
bool
support_80_80
, support_160;
in ieee80211_chandef_he_6ghz_oper()
local
3391
support_80_80
=
in ieee80211_chandef_he_6ghz_oper()
3434
if (
support_80_80
)
in ieee80211_chandef_he_6ghz_oper()
3448
if (
support_80_80
|| support_160)
in ieee80211_chandef_he_6ghz_oper()
/kernel/linux/linux-6.6/net/wireless/
H
A
D
chan.c
1049
bool ext_nss_cap,
support_80_80
= false, support_320 = false;
in cfg80211_chandef_usable()
local
1123
support_80_80
=
in cfg80211_chandef_usable()
1129
if (chandef->chan->band != NL80211_BAND_6GHZ && !
support_80_80
)
in cfg80211_chandef_usable()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
util.c
3667
bool
support_80_80
= false;
in ieee80211_chandef_vht_oper()
local
3680
support_80_80
= ((vht_cap &
in ieee80211_chandef_vht_oper()
3709
support_80_80
= false;
in ieee80211_chandef_vht_oper()
3712
support_80_80
= false;
in ieee80211_chandef_vht_oper()
3753
} else if ((diff > 8) &&
support_80_80
) {
in ieee80211_chandef_vht_oper()
3845
bool
support_80_80
, support_160, support_320;
in ieee80211_chandef_he_6ghz_oper()
local
3864
support_80_80
=
in ieee80211_chandef_he_6ghz_oper()
3931
if (
support_80_80
)
in ieee80211_chandef_he_6ghz_oper()
3945
if (
support_80_80
|| support_160)
in ieee80211_chandef_he_6ghz_oper()
Completed in 14 milliseconds