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:sof_apl_ops
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
apl.c
31
struct snd_sof_dsp_ops
sof_apl_ops
;
variable
32
EXPORT_SYMBOL_NS(
sof_apl_ops
, SND_SOC_SOF_INTEL_HDA_COMMON);
37
memcpy(&
sof_apl_ops
, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
in sof_apl_ops_init()
40
sof_apl_ops
.shutdown = hda_dsp_shutdown;
in sof_apl_ops_init()
44
sof_apl_ops
.irq_thread = hda_dsp_ipc_irq_thread;
in sof_apl_ops_init()
47
sof_apl_ops
.send_msg = hda_dsp_ipc_send_msg;
in sof_apl_ops_init()
50
sof_apl_ops
.ipc_dump = hda_ipc_dump;
in sof_apl_ops_init()
52
sof_apl_ops
.set_power_state = hda_dsp_set_power_state_ipc3;
in sof_apl_ops_init()
71
sof_apl_ops
.irq_thread = hda_dsp_ipc4_irq_thread;
in sof_apl_ops_init()
74
sof_apl_ops
in sof_apl_ops_init()
[all...]
H
A
D
pci-apl.c
49
.ops = &
sof_apl_ops
,
81
.ops = &
sof_apl_ops
,
H
A
D
hda.h
856
extern struct snd_sof_dsp_ops
sof_apl_ops
;
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
apl.c
29
const struct snd_sof_dsp_ops
sof_apl_ops
= {
variable
126
EXPORT_SYMBOL_NS(
sof_apl_ops
, SND_SOC_SOF_INTEL_HDA_COMMON);
H
A
D
hda.h
733
extern const struct snd_sof_dsp_ops
sof_apl_ops
;
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
sof-pci-dev.c
123
.ops = &
sof_apl_ops
,
141
.ops = &
sof_apl_ops
,
Completed in 5 milliseconds