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:bandlist
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
cfg80211.c
7075
__le32
bandlist
[3];
in brcmf_setup_wiphy()
local
7151
err = brcmf_fil_cmd_data_get(ifp, BRCMF_C_GET_BANDLIST, &
bandlist
,
in brcmf_setup_wiphy()
7152
sizeof(
bandlist
));
in brcmf_setup_wiphy()
7157
/* first entry in
bandlist
is number of bands */
in brcmf_setup_wiphy()
7158
n_bands = le32_to_cpu(
bandlist
[0]);
in brcmf_setup_wiphy()
7159
for (i = 1; i <= n_bands && i < ARRAY_SIZE(
bandlist
); i++) {
in brcmf_setup_wiphy()
7160
if (
bandlist
[i] == cpu_to_le32(WLC_BAND_2G)) {
in brcmf_setup_wiphy()
7177
if (
bandlist
[i] == cpu_to_le32(WLC_BAND_5G)) {
in brcmf_setup_wiphy()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
cfg80211.c
7587
__le32
bandlist
[3];
in brcmf_setup_wiphy()
local
7663
err = brcmf_fil_cmd_data_get(ifp, BRCMF_C_GET_BANDLIST, &
bandlist
,
in brcmf_setup_wiphy()
7664
sizeof(
bandlist
));
in brcmf_setup_wiphy()
7669
/* first entry in
bandlist
is number of bands */
in brcmf_setup_wiphy()
7670
n_bands = le32_to_cpu(
bandlist
[0]);
in brcmf_setup_wiphy()
7671
for (i = 1; i <= n_bands && i < ARRAY_SIZE(
bandlist
); i++) {
in brcmf_setup_wiphy()
7672
if (
bandlist
[i] == cpu_to_le32(WLC_BAND_2G)) {
in brcmf_setup_wiphy()
7689
if (
bandlist
[i] == cpu_to_le32(WLC_BAND_5G)) {
in brcmf_setup_wiphy()
Completed in 20 milliseconds