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_pcm_group
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
pcm_local.h
65
void snd_pcm_group_init(struct
snd_pcm_group
*group);
H
A
D
pcm_native.c
77
void snd_pcm_group_init(struct
snd_pcm_group
*group)
in snd_pcm_group_init()
87
static void snd_pcm_group_ ## action(struct
snd_pcm_group
*group, bool nonatomic) \
143
struct
snd_pcm_group
*group = &substream->self_group;
in snd_pcm_stream_lock_nested()
1271
struct
snd_pcm_group
*new_group)
in snd_pcm_group_assign()
1281
static void snd_pcm_group_unref(struct
snd_pcm_group
*group,
in snd_pcm_group_unref()
1298
static struct
snd_pcm_group
*
1302
struct
snd_pcm_group
*group;
in snd_pcm_stream_group_ref()
1338
struct
snd_pcm_group
*group;
in snd_pcm_action()
2079
struct
snd_pcm_group
*group;
in snd_pcm_drain()
2240
struct
snd_pcm_group
*grou
in snd_pcm_link()
[all...]
/kernel/linux/linux-6.6/sound/core/
H
A
D
pcm_local.h
65
void snd_pcm_group_init(struct
snd_pcm_group
*group);
H
A
D
pcm_native.c
77
void snd_pcm_group_init(struct
snd_pcm_group
*group)
in snd_pcm_group_init()
87
static void snd_pcm_group_ ## action(struct
snd_pcm_group
*group, bool nonatomic) \
143
struct
snd_pcm_group
*group = &substream->self_group;
in snd_pcm_stream_lock_nested()
1290
struct
snd_pcm_group
*new_group)
in snd_pcm_group_assign()
1300
static void snd_pcm_group_unref(struct
snd_pcm_group
*group,
in snd_pcm_group_unref()
1317
static struct
snd_pcm_group
*
1321
struct
snd_pcm_group
*group;
in snd_pcm_stream_group_ref()
1357
struct
snd_pcm_group
*group;
in snd_pcm_action()
2096
struct
snd_pcm_group
*group;
in snd_pcm_drain()
2257
struct
snd_pcm_group
*grou
in snd_pcm_link()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
pcm.h
435
struct
snd_pcm_group
{ /* keep linked substreams */
struct
467
struct
snd_pcm_group
self_group; /* fake group for non linked substream (with substream lock inside) */
468
struct
snd_pcm_group
*group; /* pointer to current group */
/kernel/linux/linux-6.6/include/sound/
H
A
D
pcm.h
438
struct
snd_pcm_group
{ /* keep linked substreams */
struct
470
struct
snd_pcm_group
self_group; /* fake group for non linked substream (with substream lock inside) */
471
struct
snd_pcm_group
*group; /* pointer to current group */
Completed in 14 milliseconds