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:midi_version
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/core/seq/
H
A
D
seq_clientmgr.h
37
unsigned int
midi_version
;
member
108
return c->
midi_version
!= SNDRV_SEQ_CLIENT_LEGACY_MIDI;
in snd_seq_client_is_ump()
113
return c->
midi_version
== SNDRV_SEQ_CLIENT_UMP_MIDI_2_0;
in snd_seq_client_is_midi2()
H
A
D
seq_clientmgr.c
403
if (snd_seq_ev_is_ump(ev) && !client->
midi_version
)
in event_is_compatible()
454
if (IS_ENABLED(CONFIG_SND_SEQ_UMP) && client->
midi_version
> 0)
in snd_seq_read()
1245
info->
midi_version
= cptr->
midi_version
;
in get_client_info()
1280
/* check validity of
midi_version
field */
in snd_seq_ioctl_set_client_info()
1282
client_info->
midi_version
> SNDRV_SEQ_CLIENT_UMP_MIDI_2_0)
in snd_seq_ioctl_set_client_info()
1292
client->
midi_version
= client_info->
midi_version
;
in snd_seq_ioctl_set_client_info()
2180
if (!cptr->
midi_version
) {
in snd_seq_ioctl_client_ump_info()
2685
midi_version_string(client->
midi_version
));
in snd_seq_info_clients_read()
[all...]
H
A
D
seq_ump_client.c
413
cptr->
midi_version
= SNDRV_SEQ_CLIENT_UMP_MIDI_2_0;
in setup_client_midi_version()
415
cptr->
midi_version
= SNDRV_SEQ_CLIENT_UMP_MIDI_1_0;
in setup_client_midi_version()
461
/* UMP protocol change notification; just update the
midi_version
field */
/kernel/linux/linux-6.6/include/uapi/sound/
H
A
D
asequencer.h
364
unsigned int
midi_version
; /* MIDI version */
member
Completed in 7 milliseconds