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:cmd_dma_state
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/sound/hda/ext/
H
A
D
hdac_ext_controller.c
269
if (!bus->
cmd_dma_state
) {
in snd_hdac_ext_bus_link_get()
271
bus->
cmd_dma_state
= true;
in snd_hdac_ext_bus_link_get()
327
bus->
cmd_dma_state
= false;
in snd_hdac_ext_bus_link_put()
H
A
D
hdac_ext_bus.c
46
bus->
cmd_dma_state
= true;
in snd_hdac_ext_bus_init()
/kernel/linux/linux-6.6/sound/hda/ext/
H
A
D
hdac_ext_controller.c
291
if (!bus->
cmd_dma_state
) {
in snd_hdac_ext_bus_link_get()
293
bus->
cmd_dma_state
= true;
in snd_hdac_ext_bus_link_get()
349
bus->
cmd_dma_state
= false;
in snd_hdac_ext_bus_link_put()
H
A
D
hdac_ext_bus.c
46
bus->
cmd_dma_state
= true;
in snd_hdac_ext_bus_init()
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-codec.c
292
if (bus->
cmd_dma_state
)
in hda_codec_resume_cmd_io()
319
if (bus->
cmd_dma_state
)
in hda_codec_suspend_cmd_io()
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H
A
D
hda-dsp.c
705
if (!bus->
cmd_dma_state
)
in hda_resume()
749
if (bus->
cmd_dma_state
)
in hda_dsp_resume()
865
if (bus->
cmd_dma_state
)
in hda_dsp_suspend()
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H
A
D
skl.c
344
if (bus->
cmd_dma_state
)
in skl_suspend()
386
if (bus->
cmd_dma_state
)
in skl_resume()
397
if (!bus->
cmd_dma_state
)
in skl_resume()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
core.c
571
if (bus->
cmd_dma_state
)
in avs_suspend_standby()
637
if (bus->
cmd_dma_state
)
in avs_resume_standby()
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H
A
D
skl.c
344
if (bus->
cmd_dma_state
)
in skl_suspend()
386
if (bus->
cmd_dma_state
)
in skl_resume()
/kernel/linux/linux-5.10/include/sound/
H
A
D
hdaudio.h
282
* @
cmd_dma_state
: state of cmd DMAs: CORB and RIRB
369
bool
cmd_dma_state
;
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
hdaudio.h
288
* @
cmd_dma_state
: state of cmd DMAs: CORB and RIRB
377
bool
cmd_dma_state
;
member
Completed in 12 milliseconds