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:OPL4_KEY_ON_BIT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl4/
H
A
D
opl4_local.h
83
#define
OPL4_KEY_ON_BIT
0x80
macro
H
A
D
opl4_synth.c
305
opl4->voices[i].reg_misc & ~
OPL4_KEY_ON_BIT
);
in snd_opl4_synth_shutdown()
548
(voice[i]->reg_misc & 0x1f) |
OPL4_KEY_ON_BIT
;
in snd_opl4_note_on()
559
voice->reg_misc &= ~
OPL4_KEY_ON_BIT
;
in snd_opl4_voice_off()
574
voice->reg_misc = (voice->reg_misc & ~
OPL4_KEY_ON_BIT
) | OPL4_DAMP_BIT;
in snd_opl4_terminate_voice()
/kernel/linux/linux-6.6/sound/drivers/opl4/
H
A
D
opl4_local.h
83
#define
OPL4_KEY_ON_BIT
0x80
macro
H
A
D
opl4_synth.c
305
opl4->voices[i].reg_misc & ~
OPL4_KEY_ON_BIT
);
in snd_opl4_synth_shutdown()
548
(voice[i]->reg_misc & 0x1f) |
OPL4_KEY_ON_BIT
;
in snd_opl4_note_on()
559
voice->reg_misc &= ~
OPL4_KEY_ON_BIT
;
in snd_opl4_voice_off()
574
voice->reg_misc = (voice->reg_misc & ~
OPL4_KEY_ON_BIT
) | OPL4_DAMP_BIT;
in snd_opl4_terminate_voice()
Completed in 4 milliseconds