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:sub_specs
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
sar.c
89
idx = sar->
sub_specs
[i].freq_range_index;
in rtw_set_sar_specs()
93
power = sar->
sub_specs
[i].power;
in rtw_set_sar_specs()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H
A
D
sar.c
333
idx = sar->
sub_specs
[i].freq_range_index;
in rtw89_ops_set_sar_specs()
339
power = sar->
sub_specs
[i].power;
in rtw89_ops_set_sar_specs()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mac80211.c
1513
u32 index = sar->
sub_specs
[i].freq_range_index;
in mt76_init_sar_power()
1515
s32 power = sar->
sub_specs
[i].power >> 1;
in mt76_init_sar_power()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H
A
D
mac.c
3012
const struct cfg80211_sar_sub_specs *
sub_specs
;
in ath10k_mac_set_sar_specs()
local
3030
sub_specs
= sar->
sub_specs
;
in ath10k_mac_set_sar_specs()
3042
if (
sub_specs
->freq_range_index == 0)
in ath10k_mac_set_sar_specs()
3043
ar->tx_power_2g_limit =
sub_specs
->power / 2;
in ath10k_mac_set_sar_specs()
3044
else if (
sub_specs
->freq_range_index == 1)
in ath10k_mac_set_sar_specs()
3045
ar->tx_power_5g_limit =
sub_specs
->power / 2;
in ath10k_mac_set_sar_specs()
3047
sub_specs
++;
in ath10k_mac_set_sar_specs()
/kernel/linux/linux-6.6/include/net/
H
A
D
cfg80211.h
2040
* @
sub_specs
: memory to hold the sar sub specs
2045
struct cfg80211_sar_sub_specs
sub_specs
[];
member
/kernel/linux/linux-6.6/net/wireless/
H
A
D
nl80211.c
16617
if (sar_specs->
sub_specs
[i].freq_range_index == range_index)
in nl80211_set_sar_sub_specs()
16621
sar_specs->
sub_specs
[index].power =
in nl80211_set_sar_sub_specs()
16624
sar_specs->
sub_specs
[index].freq_range_index = range_index;
in nl80211_set_sar_sub_specs()
16664
sar_spec = kzalloc(struct_size(sar_spec,
sub_specs
, specs), GFP_KERNEL);
in nl80211_set_sar_specs()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H
A
D
mac.c
8857
sspec = sar->
sub_specs
;
in ath11k_mac_op_set_bios_sar_specs()
Completed in 62 milliseconds