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:currentBand
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H
A
D
wal_mac80211.c
120
oal_ieee80211_supported_band *
currentBand
= NULL;
in GetChannelByFreq()
local
123
currentBand
= wiphy->bands[band];
in GetChannelByFreq()
124
if (
currentBand
== NULL) {
in GetChannelByFreq()
127
for (loop = 0; loop <
currentBand
->n_channels; loop++) {
in GetChannelByFreq()
128
if (
currentBand
->channels[loop].center_freq == center_freq) {
in GetChannelByFreq()
129
return &
currentBand
->channels[loop];
in GetChannelByFreq()
250
oal_ieee80211_supported_band *
currentBand
= NULL;
in WalGetChannel()
local
254
currentBand
= wiphy->bands[band];
in WalGetChannel()
255
if (
currentBand
== NULL) {
in WalGetChannel()
259
for (loop = 0; loop <
currentBand
in WalGetChannel()
[all...]
/device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/
H
A
D
hdf_bdh_mac80211.c
640
struct ieee80211_supported_band *
currentBand
= NULL;
in GetChannelByFreq()
local
643
currentBand
= wiphy->bands[band];
in GetChannelByFreq()
644
if (
currentBand
== NULL) {
in GetChannelByFreq()
647
for (loop = 0; loop <
currentBand
->n_channels; loop++) {
in GetChannelByFreq()
648
if (
currentBand
->channels[loop].center_freq == center_freq) {
in GetChannelByFreq()
649
return &
currentBand
->channels[loop];
in GetChannelByFreq()
918
struct ieee80211_supported_band *
currentBand
= NULL;
in WalGetChannel()
local
926
currentBand
= wiphy->bands[band];
in WalGetChannel()
927
if (
currentBand
== NULL) {
in WalGetChannel()
931
for (loop = 0; loop <
currentBand
in WalGetChannel()
[all...]
Completed in 3 milliseconds