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:rawmidi_file
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/core/
H
A
D
rawmidi.c
453
struct snd_rawmidi_file *
rawmidi_file
= NULL;
in snd_rawmidi_open()
local
490
rawmidi_file
= kmalloc(sizeof(*
rawmidi_file
), GFP_KERNEL);
in snd_rawmidi_open()
491
if (
rawmidi_file
== NULL) {
in snd_rawmidi_open()
495
rawmidi_file
->user_pversion = 0;
in snd_rawmidi_open()
500
err = rawmidi_open_priv(rmidi, subdevice, fflags,
rawmidi_file
);
in snd_rawmidi_open()
525
kfree(
rawmidi_file
);
in snd_rawmidi_open()
529
if (
rawmidi_file
->input &&
rawmidi_file
->input->runtime)
in snd_rawmidi_open()
530
rawmidi_file
in snd_rawmidi_open()
[all...]
/kernel/linux/linux-5.10/sound/core/
H
A
D
rawmidi.c
408
struct snd_rawmidi_file *
rawmidi_file
= NULL;
in snd_rawmidi_open()
local
445
rawmidi_file
= kmalloc(sizeof(*
rawmidi_file
), GFP_KERNEL);
in snd_rawmidi_open()
446
if (
rawmidi_file
== NULL) {
in snd_rawmidi_open()
454
err = rawmidi_open_priv(rmidi, subdevice, fflags,
rawmidi_file
);
in snd_rawmidi_open()
479
kfree(
rawmidi_file
);
in snd_rawmidi_open()
483
if (
rawmidi_file
->input &&
rawmidi_file
->input->runtime)
in snd_rawmidi_open()
484
rawmidi_file
->input->runtime->oss = (maj == SOUND_MAJOR);
in snd_rawmidi_open()
485
if (
rawmidi_file
in snd_rawmidi_open()
[all...]
Completed in 3 milliseconds