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:reg_side
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/opl3/
H
A
D
opl3_synth.c
352
unsigned short
reg_side
;
in snd_opl3_reset()
local
364
reg_side
= OPL3_LEFT;
in snd_opl3_reset()
368
reg_side
= OPL3_RIGHT;
in snd_opl3_reset()
371
opl3_reg =
reg_side
| (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
in snd_opl3_reset()
373
opl3_reg =
reg_side
| (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
in snd_opl3_reset()
376
opl3_reg =
reg_side
| (OPL3_REG_KEYON_BLOCK + voice_offset);
in snd_opl3_reset()
392
unsigned short
reg_side
;
in snd_opl3_play_note()
local
407
reg_side
= OPL3_LEFT;
in snd_opl3_play_note()
411
reg_side
= OPL3_RIGHT;
in snd_opl3_play_note()
417
opl3_reg =
reg_side
| (OPL3_REG_FNUM_LO
in snd_opl3_play_note()
439
unsigned short
reg_side
;
snd_opl3_set_voice()
local
[all...]
H
A
D
opl3_midi.c
289
unsigned short
reg_side
;
in snd_opl3_note_on()
local
382
reg_side
= OPL3_LEFT;
in snd_opl3_note_on()
387
reg_side
= OPL3_RIGHT;
in snd_opl3_note_on()
395
opl3_reg =
reg_side
| (OPL3_REG_KEYON_BLOCK + voice_offset);
in snd_opl3_note_on()
402
opl3_reg =
reg_side
| (OPL3_REG_KEYON_BLOCK +
in snd_opl3_note_on()
468
opl3_reg =
reg_side
| (OPL3_REG_AM_VIB + op_offset);
in snd_opl3_note_on()
473
opl3_reg =
reg_side
| (OPL3_REG_KSL_LEVEL + op_offset);
in snd_opl3_note_on()
478
opl3_reg =
reg_side
| (OPL3_REG_ATTACK_DECAY + op_offset);
in snd_opl3_note_on()
483
opl3_reg =
reg_side
| (OPL3_REG_SUSTAIN_RELEASE + op_offset);
in snd_opl3_note_on()
488
opl3_reg =
reg_side
| (OPL3_REG_WAVE_SELEC
in snd_opl3_note_on()
607
unsigned short
reg_side
;
snd_opl3_kill_voice()
local
726
unsigned short
reg_side
;
snd_opl3_update_pitch()
local
[all...]
/kernel/linux/linux-6.6/sound/drivers/opl3/
H
A
D
opl3_synth.c
352
unsigned short
reg_side
;
in snd_opl3_reset()
local
364
reg_side
= OPL3_LEFT;
in snd_opl3_reset()
368
reg_side
= OPL3_RIGHT;
in snd_opl3_reset()
371
opl3_reg =
reg_side
| (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
in snd_opl3_reset()
373
opl3_reg =
reg_side
| (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
in snd_opl3_reset()
376
opl3_reg =
reg_side
| (OPL3_REG_KEYON_BLOCK + voice_offset);
in snd_opl3_reset()
392
unsigned short
reg_side
;
in snd_opl3_play_note()
local
407
reg_side
= OPL3_LEFT;
in snd_opl3_play_note()
411
reg_side
= OPL3_RIGHT;
in snd_opl3_play_note()
417
opl3_reg =
reg_side
| (OPL3_REG_FNUM_LO
in snd_opl3_play_note()
439
unsigned short
reg_side
;
snd_opl3_set_voice()
local
[all...]
H
A
D
opl3_midi.c
288
unsigned short
reg_side
;
in snd_opl3_note_on()
local
381
reg_side
= OPL3_LEFT;
in snd_opl3_note_on()
386
reg_side
= OPL3_RIGHT;
in snd_opl3_note_on()
394
opl3_reg =
reg_side
| (OPL3_REG_KEYON_BLOCK + voice_offset);
in snd_opl3_note_on()
401
opl3_reg =
reg_side
| (OPL3_REG_KEYON_BLOCK +
in snd_opl3_note_on()
467
opl3_reg =
reg_side
| (OPL3_REG_AM_VIB + op_offset);
in snd_opl3_note_on()
472
opl3_reg =
reg_side
| (OPL3_REG_KSL_LEVEL + op_offset);
in snd_opl3_note_on()
477
opl3_reg =
reg_side
| (OPL3_REG_ATTACK_DECAY + op_offset);
in snd_opl3_note_on()
482
opl3_reg =
reg_side
| (OPL3_REG_SUSTAIN_RELEASE + op_offset);
in snd_opl3_note_on()
487
opl3_reg =
reg_side
| (OPL3_REG_WAVE_SELEC
in snd_opl3_note_on()
606
unsigned short
reg_side
;
snd_opl3_kill_voice()
local
725
unsigned short
reg_side
;
snd_opl3_update_pitch()
local
[all...]
Completed in 8 milliseconds