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:matched_profiles
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
d3.c
1844
u32
matched_profiles
;
member
1887
results->
matched_profiles
= le32_to_cpu(query->
matched_profiles
);
in iwl_mvm_netdetect_query_results()
1960
unsigned long
matched_profiles
;
in iwl_mvm_query_netdetect_reasons()
local
1977
if (ret || !query.
matched_profiles
) {
in iwl_mvm_query_netdetect_reasons()
1982
matched_profiles
= query.
matched_profiles
;
in iwl_mvm_query_netdetect_reasons()
1984
n_matches = hweight_long(
matched_profiles
);
in iwl_mvm_query_netdetect_reasons()
1995
for_each_set_bit(i, &
matched_profiles
, mvm->n_nd_match_sets) {
in iwl_mvm_query_netdetect_reasons()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
d3.c
2451
u32
matched_profiles
;
member
2494
results->
matched_profiles
= le32_to_cpu(query->
matched_profiles
);
in iwl_mvm_netdetect_query_results()
2593
unsigned long
matched_profiles
;
in iwl_mvm_query_netdetect_reasons()
local
2618
if (ret || !d3_data->nd_results->
matched_profiles
) {
in iwl_mvm_query_netdetect_reasons()
2623
matched_profiles
= d3_data->nd_results->
matched_profiles
;
in iwl_mvm_query_netdetect_reasons()
2625
n_matches = hweight_long(
matched_profiles
);
in iwl_mvm_query_netdetect_reasons()
2636
for_each_set_bit(i, &
matched_profiles
, mvm->n_nd_match_sets) {
in iwl_mvm_query_netdetect_reasons()
2862
results->
matched_profiles
in iwl_mvm_nd_match_info_handler()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
scan.h
1145
* @
matched_profiles
: bitmap of matched profiles, referencing the
1157
__le32
matched_profiles
;
member
1189
* @
matched_profiles
: bitmap of matched profiles, referencing the
1201
__le32
matched_profiles
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
H
A
D
scan.h
1170
* @
matched_profiles
: bitmap of matched profiles, referencing the
1182
__le32
matched_profiles
;
member
1214
* @
matched_profiles
: bitmap of matched profiles, referencing the
1226
__le32
matched_profiles
;
member
Completed in 12 milliseconds