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:on_sysex
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/tascam/
H
A
D
tascam-transaction.c
76
if (port->
on_sysex
) {
in fill_message()
80
port->
on_sysex
= false;
in fill_message()
86
if (!port->
on_sysex
) {
in fill_message()
102
port->
on_sysex
= true;
in fill_message()
242
port->
on_sysex
= false;
in snd_fw_async_midi_port_init()
H
A
D
tascam.h
58
bool
on_sysex
;
member
/kernel/linux/linux-6.6/sound/firewire/tascam/
H
A
D
tascam-transaction.c
76
if (port->
on_sysex
) {
in fill_message()
80
port->
on_sysex
= false;
in fill_message()
86
if (!port->
on_sysex
) {
in fill_message()
102
port->
on_sysex
= true;
in fill_message()
242
port->
on_sysex
= false;
in snd_fw_async_midi_port_init()
H
A
D
tascam.h
58
bool
on_sysex
;
member
/kernel/linux/linux-5.10/sound/firewire/fireface/
H
A
D
ff-protocol-latter.c
501
if (!ff->
on_sysex
[port]) {
in latter_fill_midi_msg()
507
ff->
on_sysex
[port] = true;
in latter_fill_midi_msg()
521
ff->
on_sysex
[port] = false;
in latter_fill_midi_msg()
H
A
D
ff-midi.c
21
ff->
on_sysex
[substream->number] = 0;
in midi_playback_open()
H
A
D
ff.h
84
bool
on_sysex
[SND_FF_OUT_MIDI_PORTS];
member
/kernel/linux/linux-6.6/sound/firewire/fireface/
H
A
D
ff-protocol-latter.c
499
if (!ff->
on_sysex
[port]) {
in latter_fill_midi_msg()
505
ff->
on_sysex
[port] = true;
in latter_fill_midi_msg()
519
ff->
on_sysex
[port] = false;
in latter_fill_midi_msg()
H
A
D
ff-midi.c
21
ff->
on_sysex
[substream->number] = 0;
in midi_playback_open()
H
A
D
ff.h
81
bool
on_sysex
[SND_FF_OUT_MIDI_PORTS];
member
Completed in 6 milliseconds