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:info_entry
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/core/
H
A
D
seq_device.c
61
static struct snd_info_entry *
info_entry
;
variable
262
info_entry
= snd_info_create_module_entry(THIS_MODULE, "drivers",
in seq_dev_proc_init()
264
if (
info_entry
== NULL)
in seq_dev_proc_init()
266
info_entry
->content = SNDRV_INFO_CONTENT_TEXT;
in seq_dev_proc_init()
267
info_entry
->c.text.read = snd_seq_device_info;
in seq_dev_proc_init()
268
if (snd_info_register(
info_entry
) < 0) {
in seq_dev_proc_init()
269
snd_info_free_entry(
info_entry
);
in seq_dev_proc_init()
295
snd_info_free_entry(
info_entry
);
in alsa_seq_device_exit()
/kernel/linux/linux-6.6/sound/core/
H
A
D
seq_device.c
61
static struct snd_info_entry *
info_entry
;
variable
271
info_entry
= snd_info_create_module_entry(THIS_MODULE, "drivers",
in seq_dev_proc_init()
273
if (
info_entry
== NULL)
in seq_dev_proc_init()
275
info_entry
->content = SNDRV_INFO_CONTENT_TEXT;
in seq_dev_proc_init()
276
info_entry
->c.text.read = snd_seq_device_info;
in seq_dev_proc_init()
277
if (snd_info_register(
info_entry
) < 0) {
in seq_dev_proc_init()
278
snd_info_free_entry(
info_entry
);
in seq_dev_proc_init()
304
snd_info_free_entry(
info_entry
);
in alsa_seq_device_exit()
/kernel/linux/linux-5.10/sound/core/seq/oss/
H
A
D
seq_oss.c
265
static struct snd_info_entry *
info_entry
;
variable
295
info_entry
= entry;
in register_proc()
302
snd_info_free_entry(
info_entry
);
in unregister_proc()
303
info_entry
= NULL;
in unregister_proc()
/kernel/linux/linux-6.6/sound/core/seq/oss/
H
A
D
seq_oss.c
271
static struct snd_info_entry *
info_entry
;
variable
301
info_entry
= entry;
in register_proc()
308
snd_info_free_entry(
info_entry
);
in unregister_proc()
309
info_entry
= NULL;
in unregister_proc()
Completed in 2 milliseconds