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:sw_scan_channel
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H
A
D
main.c
411
if (wcn->sw_scan_opchannel == ch && wcn->
sw_scan_channel
) {
in wcn36xx_config()
416
if (wcn->
sw_scan_channel
)
in wcn36xx_config()
417
wcn36xx_smd_end_scan(wcn, wcn->
sw_scan_channel
);
in wcn36xx_config()
426
if (wcn->
sw_scan_channel
)
in wcn36xx_config()
427
wcn36xx_smd_end_scan(wcn, wcn->
sw_scan_channel
);
in wcn36xx_config()
714
wcn->
sw_scan_channel
= 0;
in wcn36xx_sw_scan_start()
727
if (wcn->
sw_scan_channel
)
in wcn36xx_sw_scan_complete()
728
wcn36xx_smd_end_scan(wcn, wcn->
sw_scan_channel
);
in wcn36xx_sw_scan_complete()
H
A
D
wcn36xx.h
236
u8
sw_scan_channel
;
member
H
A
D
smd.c
764
wcn->
sw_scan_channel
= scan_channel;
in wcn36xx_smd_start_scan()
795
wcn->
sw_scan_channel
= 0;
in wcn36xx_smd_end_scan()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
main.c
378
if (wcn->sw_scan_opchannel == ch && wcn->
sw_scan_channel
) {
in wcn36xx_config()
383
if (wcn->
sw_scan_channel
)
in wcn36xx_config()
384
wcn36xx_smd_end_scan(wcn, wcn->
sw_scan_channel
);
in wcn36xx_config()
393
if (wcn->
sw_scan_channel
)
in wcn36xx_config()
394
wcn36xx_smd_end_scan(wcn, wcn->
sw_scan_channel
);
in wcn36xx_config()
691
wcn->
sw_scan_channel
= 0;
in wcn36xx_sw_scan_start()
706
if (wcn->
sw_scan_channel
)
in wcn36xx_sw_scan_complete()
707
wcn36xx_smd_end_scan(wcn, wcn->
sw_scan_channel
);
in wcn36xx_sw_scan_complete()
H
A
D
wcn36xx.h
261
u8
sw_scan_channel
;
member
H
A
D
smd.c
760
wcn->
sw_scan_channel
= scan_channel;
in wcn36xx_smd_start_scan()
791
wcn->
sw_scan_channel
= 0;
in wcn36xx_smd_end_scan()
Completed in 13 milliseconds