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:get_azx_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_controller.c
92
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_close()
110
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_hw_params()
132
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_hw_free()
151
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_prepare()
214
azx_dev =
get_azx_dev
(substream);
in azx_pcm_trigger()
244
azx_dev =
get_azx_dev
(s);
in azx_pcm_trigger()
257
azx_dev =
get_azx_dev
(s);
in azx_pcm_trigger()
344
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_pointer()
385
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_get_sync_time()
512
struct azx_dev *azx_dev =
get_azx_dev
(substrea
in azx_get_time_info()
[all...]
H
A
D
hda_controller.h
189
static inline struct azx_dev *
get_azx_dev
(struct snd_pcm_substream *substream)
in get_azx_dev()
function
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
92
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_close()
110
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_hw_params()
132
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_hw_free()
151
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_prepare()
214
azx_dev =
get_azx_dev
(substream);
in azx_pcm_trigger()
244
azx_dev =
get_azx_dev
(s);
in azx_pcm_trigger()
257
azx_dev =
get_azx_dev
(s);
in azx_pcm_trigger()
327
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_pcm_pointer()
368
struct azx_dev *azx_dev =
get_azx_dev
(substream);
in azx_get_sync_time()
495
struct azx_dev *azx_dev =
get_azx_dev
(substrea
in azx_get_time_info()
[all...]
H
A
D
hda_controller.h
183
static inline struct azx_dev *
get_azx_dev
(struct snd_pcm_substream *substream)
in get_azx_dev()
function
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 16 milliseconds