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:num_freq_ranges
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
sar.c
69
.
num_freq_ranges
= RTW_SAR_BAND_NR,
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt792x_acpi_sar.c
302
for (i = 0; i < capa->
num_freq_ranges
; i++) {
in mt792x_init_acpi_sar_power()
H
A
D
mac80211.c
192
.
num_freq_ranges
= ARRAY_SIZE(mt76_sar_freq_ranges),
435
phy->frp = devm_kcalloc(dev->dev, wiphy->sar_capa->
num_freq_ranges
,
in mt76_phy_init()
1542
for (i = 0 ; i < capa->
num_freq_ranges
; i++) {
in mt76_get_sar_power()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
sar.c
312
.
num_freq_ranges
= ARRAY_SIZE(rtw89_common_sar_freq_ranges),
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
hw.c
2856
.
num_freq_ranges
= (ARRAY_SIZE(ath11k_hw_sar_freq_ranges_wcn6855)),
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
2311
u8
num_freq_ranges
;
in nl80211_put_sar_specs()
local
2317
num_freq_ranges
= rdev->wiphy.sar_capa->
num_freq_ranges
;
in nl80211_put_sar_specs()
2331
for (i = 0; i <
num_freq_ranges
; i++) {
in nl80211_put_sar_specs()
16611
/* check if range_index exceeds
num_freq_ranges
*/
in nl80211_set_sar_sub_specs()
16612
if (range_index >= rdev->wiphy.sar_capa->
num_freq_ranges
)
in nl80211_set_sar_sub_specs()
16661
if (specs > rdev->wiphy.sar_capa->
num_freq_ranges
)
in nl80211_set_sar_specs()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
2062
* @
num_freq_ranges
: number of frequency ranges
2070
u32
num_freq_ranges
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
91
.
num_freq_ranges
= (ARRAY_SIZE(ath10k_sar_freq_ranges)),
Completed in 52 milliseconds