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:pin_binding
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
topology.c
1300
char **
pin_binding
;
in sof_free_pin_binding()
local
1305
pin_binding
= swidget->input_pin_binding;
in sof_free_pin_binding()
1308
pin_binding
= swidget->output_pin_binding;
in sof_free_pin_binding()
1312
if (
pin_binding
) {
in sof_free_pin_binding()
1314
kfree(
pin_binding
[i]);
in sof_free_pin_binding()
1317
kfree(
pin_binding
);
in sof_free_pin_binding()
1324
char *
pin_binding
[SOF_WIDGET_MAX_NUM_PINS];
in sof_parse_pin_binding()
local
1341
memset(
pin_binding
, 0, SOF_WIDGET_MAX_NUM_PINS * sizeof(char *));
in sof_parse_pin_binding()
1342
ret = sof_parse_token_sets(swidget->scomp,
pin_binding
, pin_binding_token,
in sof_parse_pin_binding()
1349
if (
pin_binding
[
in sof_parse_pin_binding()
[all...]
H
A
D
ipc4-topology.c
2423
char **
pin_binding
;
in sof_ipc4_get_queue_id()
local
2429
pin_binding
= src_widget->output_pin_binding;
in sof_ipc4_get_queue_id()
2435
pin_binding
= sink_widget->input_pin_binding;
in sof_ipc4_get_queue_id()
2455
if (
pin_binding
) {
in sof_ipc4_get_queue_id()
2457
if (!strcmp(
pin_binding
[i], buddy_name))
in sof_ipc4_get_queue_id()
2478
char **
pin_binding
;
in sof_ipc4_put_queue_id()
local
2482
pin_binding
= swidget->output_pin_binding;
in sof_ipc4_put_queue_id()
2486
pin_binding
= swidget->input_pin_binding;
in sof_ipc4_put_queue_id()
2492
if (num_pins == 1 ||
pin_binding
)
in sof_ipc4_put_queue_id()
Completed in 7 milliseconds