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:WIDGET_IS_DAI
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-audio.h
42
#define
WIDGET_IS_DAI
(id) ((id) == snd_soc_dapm_dai_in || (id) == snd_soc_dapm_dai_out)
macro
44
#define WIDGET_IS_AIF_OR_DAI(id) (
WIDGET_IS_DAI
(id) || WIDGET_IS_AIF(id))
H
A
D
sof-audio.c
69
if (
WIDGET_IS_DAI
(swidget->id)) {
in sof_widget_free_unlocked()
195
if (
WIDGET_IS_DAI
(swidget->id)) {
in sof_widget_setup_unlocked()
H
A
D
ipc4-pcm.c
658
} else if (
WIDGET_IS_DAI
(swidget->widget->id)) {
in sof_ipc4_build_time_info()
H
A
D
topology.c
2345
if (
WIDGET_IS_DAI
(w->id)) {
in sof_dspless_widget_ready()
2378
if (
WIDGET_IS_DAI
(w->id)) {
in sof_dspless_widget_unload()
H
A
D
ipc3-topology.c
2192
if (
WIDGET_IS_DAI
(swidget->id)) {
in sof_ipc3_set_up_all_pipelines()
2303
if (
WIDGET_IS_DAI
(swidget->id) && swidget->use_count == 1) {
in sof_tear_down_left_over_pipelines()
H
A
D
ipc4-topology.c
1243
} else if (
WIDGET_IS_DAI
(swidget->id)) {
in sof_ipc4_unprepare_copier_module()
2513
if (
WIDGET_IS_DAI
(src_widget->id)) {
in sof_ipc4_set_copier_sink_format()
Completed in 18 milliseconds