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_seq_pool_new
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/
H
A
D
seq_fifo.c
26
f->pool =
snd_seq_pool_new
(poolsize);
in snd_seq_fifo_new()
233
newpool =
snd_seq_pool_new
(poolsize);
in snd_seq_fifo_resize()
H
A
D
seq_memory.h
77
struct snd_seq_pool *
snd_seq_pool_new
(int poolsize);
H
A
D
seq_memory.c
457
struct snd_seq_pool *
snd_seq_pool_new
(int poolsize)
in snd_seq_pool_new()
function
H
A
D
seq_clientmgr.c
231
client->pool =
snd_seq_pool_new
(poolsize);
in seq_create_client1()
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_fifo.c
26
f->pool =
snd_seq_pool_new
(poolsize);
in snd_seq_fifo_new()
234
newpool =
snd_seq_pool_new
(poolsize);
in snd_seq_fifo_resize()
H
A
D
seq_memory.h
94
struct snd_seq_pool *
snd_seq_pool_new
(int poolsize);
H
A
D
seq_memory.c
522
struct snd_seq_pool *
snd_seq_pool_new
(int poolsize)
in snd_seq_pool_new()
function
H
A
D
seq_clientmgr.c
237
client->pool =
snd_seq_pool_new
(poolsize);
in seq_create_client1()
Completed in 11 milliseconds