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_man4_module
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
sof-client-probes-ipc4.c
68
static struct
sof_man4_module
*sof_ipc4_probe_get_module_info(struct sof_client_dev *cdev)
in sof_ipc4_probe_get_module_info()
88
return (struct
sof_man4_module
*)priv->ipc_priv;
in sof_ipc4_probe_get_module_info()
109
struct
sof_man4_module
*mentry = sof_ipc4_probe_get_module_info(cdev);
in ipc4_probes_init()
146
struct
sof_man4_module
*mentry = sof_ipc4_probe_get_module_info(cdev);
in ipc4_probes_deinit()
198
struct
sof_man4_module
*mentry = sof_ipc4_probe_get_module_info(cdev);
in ipc4_probes_points_add()
251
struct
sof_man4_module
*mentry = sof_ipc4_probe_get_module_info(cdev);
in ipc4_probes_points_remove()
H
A
D
ipc4-priv.h
30
* @
sof_man4_module
: Module info
36
struct
sof_man4_module
man4_module_entry;
H
A
D
ipc4-loader.c
29
struct
sof_man4_module
*fm_entry;
in sof_ipc4_fw_parse_ext_man()
92
fm_entry = (struct
sof_man4_module
*)((u8 *)fw_header + fw_header->len);
in sof_ipc4_fw_parse_ext_man()
/kernel/linux/linux-6.6/include/sound/sof/
H
A
D
ext_manifest4.h
39
* module_entry[0] (struct
sof_man4_module
)
93
struct
sof_man4_module
{
struct
Completed in 3 milliseconds