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:cap_range
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H
A
D
caps.c
46
caps->
cap_range
.range_5ghz_min = 5120;
in ath5k_hw_set_capabilities()
47
caps->
cap_range
.range_5ghz_max = 5430;
in ath5k_hw_set_capabilities()
48
caps->
cap_range
.range_2ghz_min = 0;
in ath5k_hw_set_capabilities()
49
caps->
cap_range
.range_2ghz_max = 0;
in ath5k_hw_set_capabilities()
70
caps->
cap_range
.range_5ghz_min = 4920;
in ath5k_hw_set_capabilities()
72
caps->
cap_range
.range_5ghz_min = 5005;
in ath5k_hw_set_capabilities()
73
caps->
cap_range
.range_5ghz_max = 6100;
in ath5k_hw_set_capabilities()
85
caps->
cap_range
.range_2ghz_min = 2412;
in ath5k_hw_set_capabilities()
86
caps->
cap_range
.range_2ghz_max = 2732;
in ath5k_hw_set_capabilities()
H
A
D
phy.c
142
if ((freq >= ah->ah_capabilities.
cap_range
.range_2ghz_min) &&
in ath5k_channel_ok()
143
(freq <= ah->ah_capabilities.
cap_range
.range_2ghz_max))
in ath5k_channel_ok()
146
if ((freq >= ah->ah_capabilities.
cap_range
.range_5ghz_min) &&
in ath5k_channel_ok()
147
(freq <= ah->ah_capabilities.
cap_range
.range_5ghz_max))
in ath5k_channel_ok()
H
A
D
ath5k.h
1133
/* XXX: we *may* move
cap_range
stuff to struct wiphy */
1149
}
cap_range
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H
A
D
caps.c
46
caps->
cap_range
.range_5ghz_min = 5120;
in ath5k_hw_set_capabilities()
47
caps->
cap_range
.range_5ghz_max = 5430;
in ath5k_hw_set_capabilities()
48
caps->
cap_range
.range_2ghz_min = 0;
in ath5k_hw_set_capabilities()
49
caps->
cap_range
.range_2ghz_max = 0;
in ath5k_hw_set_capabilities()
70
caps->
cap_range
.range_5ghz_min = 4920;
in ath5k_hw_set_capabilities()
72
caps->
cap_range
.range_5ghz_min = 5005;
in ath5k_hw_set_capabilities()
73
caps->
cap_range
.range_5ghz_max = 6100;
in ath5k_hw_set_capabilities()
85
caps->
cap_range
.range_2ghz_min = 2412;
in ath5k_hw_set_capabilities()
86
caps->
cap_range
.range_2ghz_max = 2732;
in ath5k_hw_set_capabilities()
H
A
D
phy.c
143
if ((freq >= ah->ah_capabilities.
cap_range
.range_2ghz_min) &&
in ath5k_channel_ok()
144
(freq <= ah->ah_capabilities.
cap_range
.range_2ghz_max))
in ath5k_channel_ok()
147
if ((freq >= ah->ah_capabilities.
cap_range
.range_5ghz_min) &&
in ath5k_channel_ok()
148
(freq <= ah->ah_capabilities.
cap_range
.range_5ghz_max))
in ath5k_channel_ok()
H
A
D
ath5k.h
1133
/* XXX: we *may* move
cap_range
stuff to struct wiphy */
1149
}
cap_range
;
member
Completed in 15 milliseconds