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:snd_sof_suspend
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/sof/
H
A
D
pm.c
299
int
snd_sof_suspend
(struct device *dev)
in snd_sof_suspend()
function
303
EXPORT_SYMBOL(
snd_sof_suspend
);
variable
H
A
D
sof-of-dev.c
51
SET_SYSTEM_SLEEP_PM_OPS(
snd_sof_suspend
, snd_sof_resume)
H
A
D
sof-acpi-dev.c
102
SET_SYSTEM_SLEEP_PM_OPS(
snd_sof_suspend
, snd_sof_resume)
H
A
D
sof-priv.h
459
int
snd_sof_suspend
(struct device *dev);
H
A
D
sof-pci-dev.c
322
SET_SYSTEM_SLEEP_PM_OPS(
snd_sof_suspend
, snd_sof_resume)
/kernel/linux/linux-6.6/sound/soc/sof/
H
A
D
pm.c
333
int
snd_sof_suspend
(struct device *dev)
in snd_sof_suspend()
function
337
EXPORT_SYMBOL(
snd_sof_suspend
);
variable
H
A
D
sof-acpi-dev.c
40
SET_SYSTEM_SLEEP_PM_OPS(
snd_sof_suspend
, snd_sof_resume)
H
A
D
sof-of-dev.c
28
SET_SYSTEM_SLEEP_PM_OPS(
snd_sof_suspend
, snd_sof_resume)
H
A
D
sof-pci-dev.c
161
SET_SYSTEM_SLEEP_PM_OPS(
snd_sof_suspend
, snd_sof_resume)
H
A
D
sof-priv.h
684
int
snd_sof_suspend
(struct device *dev);
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H
A
D
hda-dsp.c
1006
ret =
snd_sof_suspend
(sdev->dev);
in hda_dsp_shutdown_dma_flush()
1023
return
snd_sof_suspend
(sdev->dev);
in hda_dsp_shutdown()
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8186/
H
A
D
mt8186.c
408
return
snd_sof_suspend
(sdev->dev);
in mt8186_dsp_shutdown()
/kernel/linux/linux-6.6/sound/soc/sof/mediatek/mt8195/
H
A
D
mt8195.c
388
return
snd_sof_suspend
(sdev->dev);
in mt8195_dsp_shutdown()
Completed in 9 milliseconds