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_OUT_QUEUE
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/
H
A
D
skl-tplg-interface.h
26
#define
MAX_OUT_QUEUE
8
macro
236
struct skl_dfw_v4_module_fmt out_fmt[
MAX_OUT_QUEUE
];
238
struct skl_dfw_v4_module_pin out_pin[
MAX_OUT_QUEUE
];
/kernel/linux/linux-6.6/include/uapi/sound/
H
A
D
skl-tplg-interface.h
26
#define
MAX_OUT_QUEUE
8
macro
236
struct skl_dfw_v4_module_fmt out_fmt[
MAX_OUT_QUEUE
];
238
struct skl_dfw_v4_module_pin out_pin[
MAX_OUT_QUEUE
];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H
A
D
skl-tplg-interface.h
28
#define
MAX_OUT_QUEUE
8
macro
180
struct skl_dfw_v4_module_fmt out_fmt[
MAX_OUT_QUEUE
];
182
struct skl_dfw_v4_module_pin out_pin[
MAX_OUT_QUEUE
];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H
A
D
skl-tplg-interface.h
13
#define
MAX_OUT_QUEUE
8
macro
167
struct skl_dfw_v4_module_fmt out_fmt[
MAX_OUT_QUEUE
];
169
struct skl_dfw_v4_module_pin out_pin[
MAX_OUT_QUEUE
];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H
A
D
skl-tplg-interface.h
28
#define
MAX_OUT_QUEUE
8
macro
180
struct skl_dfw_v4_module_fmt out_fmt[
MAX_OUT_QUEUE
];
182
struct skl_dfw_v4_module_pin out_pin[
MAX_OUT_QUEUE
];
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl-topology.h
336
struct skl_module_pin_fmt outputs[
MAX_OUT_QUEUE
];
354
struct skl_module_pin_resources output[
MAX_OUT_QUEUE
];
H
A
D
skl-topology.c
2420
skl_tplg_fill_pin_dynamic_val(mconfig->m_out_pin,
MAX_OUT_QUEUE
,
in skl_tplg_get_token()
2812
MAX_OUT_QUEUE
);
in skl_tplg_get_pvt_data_v4()
2836
MAX_OUT_QUEUE
, sizeof(*mconfig->m_out_pin),
in skl_tplg_get_pvt_data_v4()
H
A
D
skl-pcm.c
1347
for (i = 0; i <
MAX_OUT_QUEUE
; i++) {
in skl_get_module_info()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl-topology.h
354
struct skl_module_pin_fmt outputs[
MAX_OUT_QUEUE
];
372
struct skl_module_pin_resources output[
MAX_OUT_QUEUE
];
H
A
D
skl-topology.c
2396
skl_tplg_fill_pin_dynamic_val(mconfig->m_out_pin,
MAX_OUT_QUEUE
,
in skl_tplg_get_token()
2796
MAX_OUT_QUEUE
);
in skl_tplg_get_pvt_data_v4()
2820
MAX_OUT_QUEUE
, sizeof(*mconfig->m_out_pin),
in skl_tplg_get_pvt_data_v4()
H
A
D
skl-pcm.c
1341
for (i = 0; i <
MAX_OUT_QUEUE
; i++) {
in skl_get_module_info()
Completed in 17 milliseconds