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:max_libs_count
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
ipc4-loader.c
284
if ((lib_id + 1) == ipc4_data->
max_libs_count
) {
in sof_ipc4_find_module_by_uuid()
287
__func__, ipc4_data->
max_libs_count
);
in sof_ipc4_find_module_by_uuid()
379
ipc4_data->
max_libs_count
= *tuple->value;
in sof_ipc4_query_fw_configuration()
380
if (!ipc4_data->
max_libs_count
)
in sof_ipc4_query_fw_configuration()
381
ipc4_data->
max_libs_count
= 1;
in sof_ipc4_query_fw_configuration()
H
A
D
ipc4-priv.h
46
* ID number between 1 and (sof_ipc4_fw_data.
max_libs_count
- 1)
47
* Note: sof_ipc4_fw_data.
max_libs_count
== 1 implies that external libraries
70
* @
max_libs_count
: Maximum number of libraries support by the FW including the
83
u32
max_libs_count
;
member
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
loader.c
488
for (id = 0; id < adev->fw_cfg.
max_libs_count
; id++)
in avs_dsp_load_libraries()
491
if (id + num_libs >= adev->fw_cfg.
max_libs_count
)
in avs_dsp_load_libraries()
613
for (i = 1; i < adev->fw_cfg.
max_libs_count
; i++)
in avs_dsp_boot_firmware()
685
adev->lib_names = devm_kcalloc(adev->dev, adev->fw_cfg.
max_libs_count
,
in avs_dsp_first_boot_firmware()
690
for (i = 0; i < adev->fw_cfg.
max_libs_count
; i++) {
in avs_dsp_first_boot_firmware()
H
A
D
messages.h
430
u32
max_libs_count
;
member
H
A
D
messages.c
550
cfg->
max_libs_count
= *tlv->value;
in avs_ipc_get_fw_config()
Completed in 6 milliseconds