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:host_stream
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
probes.c
58
struct hdac_ext_stream *
host_stream
;
in avs_probe_compr_open()
local
65
host_stream
= snd_hdac_ext_cstream_assign(bus, cstream);
in avs_probe_compr_open()
66
if (!
host_stream
) {
in avs_probe_compr_open()
71
adev->extractor =
host_stream
;
in avs_probe_compr_open()
72
hdac_stream(
host_stream
)->curr_pos = 0;
in avs_probe_compr_open()
73
cstream->runtime->private_data =
host_stream
;
in avs_probe_compr_open()
80
struct hdac_ext_stream *
host_stream
= avs_compr_get_host_stream(cstream);
in avs_probe_compr_free()
local
110
snd_hdac_stream_cleanup(hdac_stream(
host_stream
));
in avs_probe_compr_free()
111
hdac_stream(
host_stream
)->prepared = 0;
in avs_probe_compr_free()
112
snd_hdac_ext_stream_release(
host_stream
, HDAC_EXT_STREAM_TYPE_HOS
in avs_probe_compr_free()
123
struct hdac_ext_stream *
host_stream
= avs_compr_get_
host_stream
(cstream);
avs_probe_compr_set_params()
local
180
struct hdac_ext_stream *
host_stream
= avs_compr_get_
host_stream
(cstream);
avs_probe_compr_trigger()
local
215
struct hdac_ext_stream *
host_stream
= avs_compr_get_
host_stream
(cstream);
avs_probe_compr_pointer()
local
[all...]
H
A
D
pcm.c
30
struct hdac_ext_stream *
host_stream
;
member
460
struct hdac_ext_stream *
host_stream
;
in avs_dai_fe_startup()
local
469
host_stream
= snd_hdac_ext_stream_assign(bus, substream, HDAC_EXT_STREAM_TYPE_HOST);
in avs_dai_fe_startup()
470
if (!
host_stream
) {
in avs_dai_fe_startup()
475
data->
host_stream
=
host_stream
;
in avs_dai_fe_startup()
492
__func__, hdac_stream(
host_stream
)->stream_tag, substream);
in avs_dai_fe_startup()
513
snd_hdac_ext_stream_release(data->
host_stream
, HDAC_EXT_STREAM_TYPE_HOST);
in avs_dai_fe_shutdown()
524
struct hdac_ext_stream *
host_stream
;
in avs_dai_fe_hw_params()
local
531
host_stream
in avs_dai_fe_hw_params()
567
struct hdac_ext_stream *
host_stream
;
__avs_dai_fe_hw_free()
local
606
struct hdac_ext_stream *
host_stream
;
avs_dai_fe_prepare()
local
644
struct hdac_ext_stream *
host_stream
;
avs_dai_fe_trigger()
local
883
struct hdac_ext_stream *
host_stream
;
avs_dai_resume_fe_prepare()
local
926
struct hdac_ext_stream *
host_stream
;
avs_dai_suspend_fe_hw_free()
local
1104
struct hdac_ext_stream *
host_stream
;
avs_component_pointer()
local
[all...]
Completed in 3 milliseconds