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:interwave
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/gus/
H
A
D
Makefile
17
snd-
interwave
-objs :=
interwave
.o
18
snd-
interwave
-stb-objs :=
interwave
-stb.o
24
obj-$(CONFIG_SND_INTERWAVE) += snd-
interwave
.o snd-gus-lib.o
25
obj-$(CONFIG_SND_INTERWAVE_STB) += snd-
interwave
-stb.o snd-gus-lib.o
H
A
D
gus_io.c
329
if (!gus->
interwave
)
353
if (!gus->
interwave
)
379
if (!gus->
interwave
)
442
if (gus->
interwave
&& snd_gf1_i_read8(gus, 0x19) & 0x01) { /* enhanced mode */
in snd_gf1_print_voice_registers()
469
if (gus->
interwave
) {
479
if (!gus->
interwave
)
501
if (gus->
interwave
) {
H
A
D
gus_dram.c
24
if (gus->
interwave
) {
in snd_gus_dram_poke()
60
if (gus->
interwave
) {
in snd_gus_dram_peek()
H
A
D
gus_pcm.c
306
if (gus->
interwave
) {
in snd_gf1_pcm_poke_block()
852
capture = !gus->
interwave
&& !gus->ess_flag && !gus->ace_flag ? 1 : 0;
in snd_gf1_pcm_new()
854
gus->
interwave
? "AMD InterWave" : "GF1",
in snd_gf1_pcm_new()
881
if (gus->
interwave
) {
in snd_gf1_pcm_new()
H
A
D
gus_uart.c
237
strcpy(rmidi->name, gus->
interwave
? "AMD InterWave" : "GF1");
in snd_gf1_rawmidi_new()
H
A
D
interwave.c
61
#define PFX "
interwave
-stb: "
63
#define INTERWAVE_PNP_DRIVER "
interwave
-stb"
65
#define PFX "
interwave
: "
67
#define INTERWAVE_PNP_DRIVER "
interwave
"
221
snd_printk(KERN_ERR "
interwave
: can't grab i2c bus port\n");
in snd_interwave_detect_stb()
271
gus->
interwave
= 1;
in snd_interwave_detect()
472
gus->
interwave
= 1;
in snd_interwave_init()
H
A
D
gus_main.c
397
if (!gus->
interwave
) {
in snd_gus_initialize()
/kernel/linux/linux-6.6/sound/isa/gus/
H
A
D
Makefile
17
snd-
interwave
-objs :=
interwave
.o
18
snd-
interwave
-stb-objs :=
interwave
-stb.o
24
obj-$(CONFIG_SND_INTERWAVE) += snd-
interwave
.o snd-gus-lib.o
25
obj-$(CONFIG_SND_INTERWAVE_STB) += snd-
interwave
-stb.o snd-gus-lib.o
H
A
D
gus_io.c
329
if (!gus->
interwave
)
353
if (!gus->
interwave
)
379
if (!gus->
interwave
)
442
if (gus->
interwave
&& snd_gf1_i_read8(gus, 0x19) & 0x01) { /* enhanced mode */
in snd_gf1_print_voice_registers()
469
if (gus->
interwave
) {
479
if (!gus->
interwave
)
501
if (gus->
interwave
) {
H
A
D
gus_dram.c
24
if (gus->
interwave
) {
in snd_gus_dram_poke()
60
if (gus->
interwave
) {
in snd_gus_dram_peek()
H
A
D
gus_pcm.c
306
if (gus->
interwave
) {
in snd_gf1_pcm_poke_block()
839
capture = !gus->
interwave
&& !gus->ess_flag && !gus->ace_flag ? 1 : 0;
in snd_gf1_pcm_new()
841
gus->
interwave
? "AMD InterWave" : "GF1",
in snd_gf1_pcm_new()
868
if (gus->
interwave
) {
in snd_gf1_pcm_new()
H
A
D
gus_uart.c
238
strcpy(rmidi->name, gus->
interwave
? "AMD InterWave" : "GF1");
in snd_gf1_rawmidi_new()
H
A
D
interwave.c
55
#define PFX "
interwave
-stb: "
57
#define INTERWAVE_PNP_DRIVER "
interwave
-stb"
59
#define PFX "
interwave
: "
61
#define INTERWAVE_PNP_DRIVER "
interwave
"
218
snd_printk(KERN_ERR "
interwave
: can't grab i2c bus port\n");
in snd_interwave_detect_stb()
272
gus->
interwave
= 1;
in snd_interwave_detect()
473
gus->
interwave
= 1;
in snd_interwave_init()
H
A
D
gus_main.c
400
if (!gus->
interwave
) {
in snd_gus_initialize()
/kernel/linux/linux-5.10/include/sound/
H
A
D
gus.h
402
interwave
:1, /* hey - we have InterWave card */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
gus.h
402
interwave
:1, /* hey - we have InterWave card */
member
Completed in 14 milliseconds