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:suspend_mem
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
maestro3.c
778
u16 *
suspend_mem
;
member
2370
vfree(chip->
suspend_mem
);
in snd_m3_free()
2398
if (chip->
suspend_mem
== NULL)
in m3_suspend()
2413
chip->
suspend_mem
[dsp_index++] =
in m3_suspend()
2416
chip->
suspend_mem
[dsp_index++] =
in m3_suspend()
2427
if (chip->
suspend_mem
== NULL)
in m3_resume()
2442
chip->
suspend_mem
[dsp_index++]);
in m3_resume()
2445
chip->
suspend_mem
[dsp_index++]);
in m3_resume()
2639
chip->
suspend_mem
=
in snd_m3_create()
2643
if (chip->
suspend_mem
in snd_m3_create()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H
A
D
maestro3.c
773
u16 *
suspend_mem
;
member
2358
vfree(chip->
suspend_mem
);
in snd_m3_free()
2375
if (chip->
suspend_mem
== NULL)
in m3_suspend()
2390
chip->
suspend_mem
[dsp_index++] =
in m3_suspend()
2393
chip->
suspend_mem
[dsp_index++] =
in m3_suspend()
2404
if (chip->
suspend_mem
== NULL)
in m3_resume()
2419
chip->
suspend_mem
[dsp_index++]);
in m3_resume()
2422
chip->
suspend_mem
[dsp_index++]);
in m3_resume()
2591
chip->
suspend_mem
=
in snd_m3_create()
2595
if (chip->
suspend_mem
in snd_m3_create()
[all...]
Completed in 9 milliseconds