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:args1
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/
H
A
D
soc-core.c
241
static int snd_soc_is_match_dai_args(struct of_phandle_args *
args1
,
in snd_soc_is_match_dai_args()
argument
244
if (!
args1
|| !args2)
in snd_soc_is_match_dai_args()
247
if (
args1
->np != args2->np)
in snd_soc_is_match_dai_args()
250
for (int i = 0; i <
args1
->args_count; i++)
in snd_soc_is_match_dai_args()
251
if (
args1
->args[i] != args2->args[i])
in snd_soc_is_match_dai_args()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
btf.c
5012
const struct btf_param *
args1
, *args2;
in btf_check_func_type_match()
local
5035
args1
= (const struct btf_param *)(t1 + 1);
in btf_check_func_type_match()
5057
t1 = btf_type_skip_modifiers(btf1,
args1
[i].type, NULL);
in btf_check_func_type_match()
/kernel/linux/linux-6.6/kernel/bpf/
H
A
D
btf.c
6631
const struct btf_param *
args1
, *args2;
in btf_check_func_type_match()
local
6654
args1
= (const struct btf_param *)(t1 + 1);
in btf_check_func_type_match()
6676
t1 = btf_type_skip_modifiers(btf1,
args1
[i].type, NULL);
in btf_check_func_type_match()
Completed in 26 milliseconds