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:_nbands
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
pub.h
156
uint
_nbands
; /* # bands supported */
member
H
A
D
channel.c
732
if (wlc->pub->
_nbands
> 1 || wlc->band->bandtype == BRCM_BAND_2G)
in brcms_reg_notifier()
748
for (band_idx = 0; band_idx < wlc->pub->
_nbands
; band_idx++) {
in brcms_c_regd_init()
H
A
D
main.c
414
return wlc->pub->
_nbands
> 1 && !wlc->bandlocked;
in brcms_is_mband_unlocked()
1901
if (wlc_hw->
_nbands
> 1)
in brcms_c_get_macaddr()
3515
if (wlc->bandlocked || wlc->pub->
_nbands
== 1) {
in brcms_c_bandinit_ordered()
3529
for (i = 0; i < wlc->pub->
_nbands
; i++) {
in brcms_c_bandinit_ordered()
3842
if (wlc_hw->
_nbands
> 1) {
in brcms_b_set_chanspec()
3903
if (wlc->pub->
_nbands
> 1) {
in brcms_c_set_chanspec()
4497
wlc_hw->
_nbands
= 2;
in brcms_b_attach()
4499
wlc_hw->
_nbands
= 1;
in brcms_b_attach()
4502
wlc_hw->
_nbands
= 1;
in brcms_b_attach()
4515
wlc->pub->
_nbands
in brcms_b_attach()
[all...]
H
A
D
main.h
348
uint
_nbands
; /* # bands supported */
member
H
A
D
mac80211_if.c
1071
if (wl->pub->
_nbands
> 1) {
in ieee_hw_rate_init()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H
A
D
pub.h
156
uint
_nbands
; /* # bands supported */
member
H
A
D
channel.c
732
if (wlc->pub->
_nbands
> 1 || wlc->band->bandtype == BRCM_BAND_2G)
in brcms_reg_notifier()
748
for (band_idx = 0; band_idx < wlc->pub->
_nbands
; band_idx++) {
in brcms_c_regd_init()
H
A
D
main.c
414
return wlc->pub->
_nbands
> 1 && !wlc->bandlocked;
in brcms_is_mband_unlocked()
1901
if (wlc_hw->
_nbands
> 1)
in brcms_c_get_macaddr()
3513
if (wlc->bandlocked || wlc->pub->
_nbands
== 1) {
in brcms_c_bandinit_ordered()
3527
for (i = 0; i < wlc->pub->
_nbands
; i++) {
in brcms_c_bandinit_ordered()
3840
if (wlc_hw->
_nbands
> 1) {
in brcms_b_set_chanspec()
3901
if (wlc->pub->
_nbands
> 1) {
in brcms_c_set_chanspec()
4495
wlc_hw->
_nbands
= 2;
in brcms_b_attach()
4497
wlc_hw->
_nbands
= 1;
in brcms_b_attach()
4500
wlc_hw->
_nbands
= 1;
in brcms_b_attach()
4513
wlc->pub->
_nbands
in brcms_b_attach()
[all...]
H
A
D
main.h
348
uint
_nbands
; /* # bands supported */
member
H
A
D
mac80211_if.c
1069
if (wl->pub->
_nbands
> 1) {
in ieee_hw_rate_init()
Completed in 24 milliseconds