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_UN_INIT
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/
H
A
D
sst_stream.c
72
sst_drv_ctx->streams[str_id].prev =
STREAM_UN_INIT
;
in sst_alloc_stream_mrfld()
123
str_info->status =
STREAM_UN_INIT
;
in sst_realloc_stream()
256
if (str_info->prev ==
STREAM_UN_INIT
)
in sst_pause_stream()
310
str_info->resume_status =
STREAM_UN_INIT
;
in sst_resume_stream()
320
str_info->resume_status =
STREAM_UN_INIT
;
in sst_resume_stream()
366
if (str_info->status !=
STREAM_UN_INIT
) {
in sst_drop_stream()
367
str_info->prev =
STREAM_UN_INIT
;
in sst_drop_stream()
447
if (str_info->status !=
STREAM_UN_INIT
) {
in sst_free_stream()
449
str_info->status =
STREAM_UN_INIT
;
in sst_free_stream()
H
A
D
sst_pvt.c
213
stream->status =
STREAM_UN_INIT
;
in sst_clean_stream()
214
stream->prev =
STREAM_UN_INIT
;
in sst_clean_stream()
H
A
D
sst_drv_interface.c
469
stream->status =
STREAM_UN_INIT
;
in sst_close_pcm_stream()
568
str_info->prev =
STREAM_UN_INIT
;
in sst_stream_drop()
H
A
D
sst.c
446
if (stream->status !=
STREAM_UN_INIT
)
in intel_sst_suspend()
554
if (stream->resume_status !=
STREAM_UN_INIT
) {
in intel_sst_resume()
H
A
D
sst.h
64
STREAM_UN_INIT
= 0, /* Freed/Not used stream */
enumerator
/kernel/linux/linux-6.6/sound/soc/intel/atom/sst/
H
A
D
sst_stream.c
71
sst_drv_ctx->streams[str_id].prev =
STREAM_UN_INIT
;
in sst_alloc_stream_mrfld()
122
str_info->status =
STREAM_UN_INIT
;
in sst_realloc_stream()
256
if (str_info->prev ==
STREAM_UN_INIT
)
in sst_pause_stream()
310
str_info->resume_status =
STREAM_UN_INIT
;
in sst_resume_stream()
320
str_info->resume_status =
STREAM_UN_INIT
;
in sst_resume_stream()
366
if (str_info->status !=
STREAM_UN_INIT
) {
in sst_drop_stream()
367
str_info->prev =
STREAM_UN_INIT
;
in sst_drop_stream()
447
if (str_info->status !=
STREAM_UN_INIT
) {
in sst_free_stream()
449
str_info->status =
STREAM_UN_INIT
;
in sst_free_stream()
H
A
D
sst_pvt.c
213
stream->status =
STREAM_UN_INIT
;
in sst_clean_stream()
214
stream->prev =
STREAM_UN_INIT
;
in sst_clean_stream()
H
A
D
sst_drv_interface.c
466
stream->status =
STREAM_UN_INIT
;
in sst_close_pcm_stream()
565
str_info->prev =
STREAM_UN_INIT
;
in sst_stream_drop()
H
A
D
sst.c
451
if (stream->status !=
STREAM_UN_INIT
)
in intel_sst_suspend()
559
if (stream->resume_status !=
STREAM_UN_INIT
) {
in intel_sst_resume()
H
A
D
sst.h
61
STREAM_UN_INIT
= 0, /* Freed/Not used stream */
enumerator
Completed in 9 milliseconds