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_skl_ops
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
skl.c
52
struct snd_sof_dsp_ops
sof_skl_ops
;
variable
53
EXPORT_SYMBOL_NS(
sof_skl_ops
, SND_SOC_SOF_INTEL_HDA_COMMON);
60
memcpy(&
sof_skl_ops
, &sof_hda_common_ops, sizeof(struct snd_sof_dsp_ops));
in sof_skl_ops_init()
63
sof_skl_ops
.shutdown = hda_dsp_shutdown;
in sof_skl_ops_init()
74
sof_skl_ops
.get_window_offset = skl_dsp_ipc_get_window_offset;
in sof_skl_ops_init()
75
sof_skl_ops
.get_mailbox_offset = skl_dsp_ipc_get_mailbox_offset;
in sof_skl_ops_init()
78
sof_skl_ops
.irq_thread = hda_dsp_ipc4_irq_thread;
in sof_skl_ops_init()
81
sof_skl_ops
.send_msg = hda_dsp_ipc4_send_msg;
in sof_skl_ops_init()
84
hda_set_dai_drv_ops(sdev, &
sof_skl_ops
);
in sof_skl_ops_init()
87
sof_skl_ops
in sof_skl_ops_init()
[all...]
H
A
D
pci-skl.c
40
.ops = &
sof_skl_ops
,
65
.ops = &
sof_skl_ops
,
H
A
D
hda.h
854
extern struct snd_sof_dsp_ops
sof_skl_ops
;
Completed in 3 milliseconds