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:peer_idx
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
1079
int
peer_idx
;
in iwl_mvm_ftm_range_resp()
local
1106
peer_idx
= iwl_mvm_ftm_find_peer(mvm->ftm_initiator.req,
in iwl_mvm_ftm_range_resp()
1108
if (
peer_idx
< 0) {
in iwl_mvm_ftm_range_resp()
1143
result.ftm.burst_index = mvm->ftm_initiator.responses[
peer_idx
];
in iwl_mvm_ftm_range_resp()
1144
mvm->ftm_initiator.responses[
peer_idx
]++;
in iwl_mvm_ftm_range_resp()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
ftm-initiator.c
1253
int
peer_idx
;
in iwl_mvm_ftm_range_resp()
local
1279
peer_idx
= iwl_mvm_ftm_find_peer(mvm->ftm_initiator.req,
in iwl_mvm_ftm_range_resp()
1281
if (
peer_idx
< 0) {
in iwl_mvm_ftm_range_resp()
1316
result.ftm.burst_index = mvm->ftm_initiator.responses[
peer_idx
];
in iwl_mvm_ftm_range_resp()
1317
mvm->ftm_initiator.responses[
peer_idx
]++;
in iwl_mvm_ftm_range_resp()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_rm.c
220
* @
peer_idx
: index of other mixer in rm->mixer_blks[]
221
* @Return: true if rm->mixer_blks[
peer_idx
] is a peer of
225
int
peer_idx
)
in _dpu_rm_check_lm_peer()
231
peer_cfg = to_dpu_hw_mixer(rm->mixer_blks[
peer_idx
])->cap;
in _dpu_rm_check_lm_peer()
224
_dpu_rm_check_lm_peer(struct dpu_rm *rm, int primary_idx, int
peer_idx
)
_dpu_rm_check_lm_peer()
argument
Completed in 5 milliseconds