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:fw_module
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-loader.c
28
struct sof_ipc4_fw_module *
fw_module
;
in sof_ipc4_fw_parse_ext_man()
local
84
sizeof(*
fw_module
), GFP_KERNEL);
in sof_ipc4_fw_parse_ext_man()
90
fw_module
= fw_lib->modules;
in sof_ipc4_fw_parse_ext_man()
105
memcpy(&
fw_module
->man4_module_entry, fm_entry, sizeof(*fm_entry));
in sof_ipc4_fw_parse_ext_man()
115
fw_module
->fw_mod_cfg = &fm_config[fm_entry->cfg_offset];
in sof_ipc4_fw_parse_ext_man()
126
fw_module
->man4_module_entry.id = i;
in sof_ipc4_fw_parse_ext_man()
127
ida_init(&
fw_module
->m_ida);
in sof_ipc4_fw_parse_ext_man()
128
fw_module
->private = NULL;
in sof_ipc4_fw_parse_ext_man()
130
fw_module
++;
in sof_ipc4_fw_parse_ext_man()
429
* @
fw_module
432
sof_ipc4_update_cpc_from_manifest(struct snd_sof_dev *sdev, struct sof_ipc4_
fw_module
*
fw_module
, struct sof_ipc4_base_module_cfg *basecfg)
sof_ipc4_update_cpc_from_manifest()
argument
[all...]
H
A
D
sof-client-probes-ipc4.c
77
struct sof_ipc4_fw_module *
fw_module
=
in sof_ipc4_probe_get_module_info()
local
80
if (!
fw_module
) {
in sof_ipc4_probe_get_module_info()
85
priv->ipc_priv = &
fw_module
->man4_module_entry;
in sof_ipc4_probe_get_module_info()
H
A
D
ipc4-topology.c
347
struct sof_ipc4_fw_module *
fw_module
;
in sof_ipc4_widget_setup_msg()
local
355
fw_module
= swidget->module_info;
in sof_ipc4_widget_setup_msg()
357
msg->primary =
fw_module
->man4_module_entry.id;
in sof_ipc4_widget_setup_msg()
364
type = (
fw_module
->man4_module_entry.type & SOF_IPC4_MODULE_DP) ? 1 : 0;
in sof_ipc4_widget_setup_msg()
374
struct sof_ipc4_fw_module *
fw_module
= swidget->module_info;
in sof_ipc4_widget_update_kcontrol_module_id()
local
383
msg->primary |=
fw_module
->man4_module_entry.id;
in sof_ipc4_widget_update_kcontrol_module_id()
873
struct sof_ipc4_fw_module *
fw_module
;
in sof_ipc4_widget_setup_comp_process()
local
895
fw_module
= swidget->module_info;
in sof_ipc4_widget_setup_comp_process()
897
fw_module
->man4_module_entry.type);
in sof_ipc4_widget_setup_comp_process()
964
struct sof_ipc4_fw_module *
fw_module
in sof_ipc4_update_resource_usage()
local
1012
struct sof_ipc4_
fw_module
*
fw_module
= swidget->module_info;
sof_ipc4_widget_assign_instance_id()
local
2355
struct sof_ipc4_
fw_module
*
fw_module
= swidget->module_info;
sof_ipc4_widget_setup()
local
2368
struct sof_ipc4_
fw_module
*
fw_module
= swidget->module_info;
sof_ipc4_widget_free()
local
2507
struct sof_ipc4_
fw_module
*
fw_module
;
sof_ipc4_set_copier_sink_format()
local
[all...]
H
A
D
ipc4-priv.h
120
struct sof_ipc4_fw_module *
fw_module
,
Completed in 5 milliseconds