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:stream_box
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
intel-ipc.c
32
if (!substream || !sdev->
stream_box
.size) {
in intel_ipc_msg_data()
52
if (posn_offset > sdev->
stream_box
.size ||
in intel_ipc_pcm_params()
56
stream->posn_offset = sdev->
stream_box
.offset + posn_offset;
in intel_ipc_pcm_params()
H
A
D
hda-ipc.c
260
if (!substream || !sdev->
stream_box
.size) {
in hda_ipc_msg_data()
290
if (posn_offset > sdev->
stream_box
.size ||
in hda_ipc_pcm_params()
294
hda_stream->stream.posn_offset = sdev->
stream_box
.offset + posn_offset;
in hda_ipc_pcm_params()
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
stream-ipc.c
33
if (!sps || !sdev->
stream_box
.size) {
in sof_ipc_msg_data()
68
if (posn_offset > sdev->
stream_box
.size ||
in sof_set_stream_data_offset()
72
posn_offset += sdev->
stream_box
.offset;
in sof_set_stream_data_offset()
H
A
D
ipc3.c
749
sdev->
stream_box
.offset = stream_offset;
in ipc3_get_windows()
750
sdev->
stream_box
.size = stream_size;
in ipc3_get_windows()
H
A
D
sof-priv.h
579
struct snd_sof_mailbox
stream_box
; /* Stream position update */
member
/kernel/linux/linux-6.6/sound/soc/sof/amd/
H
A
D
acp-ipc.c
245
if (!sps || !sdev->
stream_box
.size) {
in acp_sof_ipc_msg_data()
274
if (posn_offset > sdev->
stream_box
.size ||
in acp_set_stream_data_offset()
278
stream->posn_offset = sdev->
stream_box
.offset + posn_offset;
in acp_set_stream_data_offset()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-ipc.c
398
if (!sps || !sdev->
stream_box
.size) {
in hda_ipc_msg_data()
431
if (posn_offset > sdev->
stream_box
.size ||
in hda_set_stream_data_offset()
435
hda_stream->sof_intel_stream.posn_offset = sdev->
stream_box
.offset + posn_offset;
in hda_set_stream_data_offset()
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
loader.c
421
sdev->
stream_box
.offset = stream_offset;
in sof_get_windows()
422
sdev->
stream_box
.size = stream_size;
in sof_get_windows()
H
A
D
sof-priv.h
388
struct snd_sof_mailbox
stream_box
; /* Stream position update */
member
Completed in 8 milliseconds