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:azx_stream
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_controller.c
34
#define dsp_lock(dev) snd_hdac_dsp_lock(
azx_stream
(dev))
35
#define dsp_unlock(dev) snd_hdac_dsp_unlock(
azx_stream
(dev))
36
#define dsp_is_locked(dev) snd_hdac_stream_is_locked(
azx_stream
(dev))
53
snd_hdac_stream_release(
azx_stream
(azx_dev));
in azx_release_device()
138
snd_hdac_stream_cleanup(
azx_stream
(azx_dev));
in azx_pcm_hw_free()
142
azx_stream
(azx_dev)->prepared = 0;
in azx_pcm_hw_free()
167
snd_hdac_stream_reset(
azx_stream
(azx_dev));
in azx_pcm_prepare()
181
err = snd_hdac_stream_set_params(
azx_stream
(azx_dev), format_val);
in azx_pcm_prepare()
185
snd_hdac_stream_setup(
azx_stream
(azx_dev));
in azx_pcm_prepare()
197
azx_stream
(azx_de
in azx_pcm_prepare()
[all...]
H
A
D
hda_controller.h
72
#define
azx_stream
(dev) (&(dev)->core)
macro
H
A
D
hda_intel.c
836
link_pos = snd_hdac_stream_get_pos_lpib(
azx_stream
(azx_dev));
in azx_via_get_position()
849
fifo_size =
azx_stream
(azx_dev)->fifo_size - 1;
in azx_via_get_position()
890
pos = snd_hdac_stream_get_pos_lpib(
azx_stream
(azx_dev));
in azx_get_pos_fifo()
H
A
D
patch_hdmi.c
1277
azx_stream
(get_azx_dev(substream))->stripe = 1;
in hdmi_pcm_open()
2172
azx_stream
(get_azx_dev(substream))->stripe = 0;
in hdmi_pcm_close()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_controller.c
34
#define dsp_lock(dev) snd_hdac_dsp_lock(
azx_stream
(dev))
35
#define dsp_unlock(dev) snd_hdac_dsp_unlock(
azx_stream
(dev))
36
#define dsp_is_locked(dev) snd_hdac_stream_is_locked(
azx_stream
(dev))
53
snd_hdac_stream_release(
azx_stream
(azx_dev));
in azx_release_device()
138
snd_hdac_stream_cleanup(
azx_stream
(azx_dev));
in azx_pcm_hw_free()
142
azx_stream
(azx_dev)->prepared = 0;
in azx_pcm_hw_free()
167
snd_hdac_stream_reset(
azx_stream
(azx_dev));
in azx_pcm_prepare()
181
err = snd_hdac_stream_set_params(
azx_stream
(azx_dev), format_val);
in azx_pcm_prepare()
185
snd_hdac_stream_setup(
azx_stream
(azx_dev));
in azx_pcm_prepare()
197
azx_stream
(azx_de
in azx_pcm_prepare()
[all...]
H
A
D
hda_controller.h
68
#define
azx_stream
(dev) (&(dev)->core)
macro
H
A
D
hda_intel.c
796
link_pos = snd_hdac_stream_get_pos_lpib(
azx_stream
(azx_dev));
in azx_via_get_position()
809
fifo_size =
azx_stream
(azx_dev)->fifo_size - 1;
in azx_via_get_position()
850
pos = snd_hdac_stream_get_pos_lpib(
azx_stream
(azx_dev));
in azx_get_pos_fifo()
H
A
D
patch_hdmi.c
1282
azx_stream
(get_azx_dev(substream))->stripe = 1;
in hdmi_pcm_open()
2196
azx_stream
(get_azx_dev(substream))->stripe = 0;
in hdmi_pcm_close()
Completed in 22 milliseconds