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:WSS_HW_INTERWAVE
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/isa/wss/
H
A
D
wss_lib.c
597
if (chip->hardware ==
WSS_HW_INTERWAVE
) {
in snd_wss_calibrate_mute()
656
if (chip->hardware !=
WSS_HW_INTERWAVE
&& !chip->single_dma) {
in snd_wss_playback_format()
716
if (chip->hardware !=
WSS_HW_INTERWAVE
&&
in snd_wss_capture_format()
1047
if (chip->single_dma && chip->hardware !=
WSS_HW_INTERWAVE
) {
in snd_wss_capture_prepare()
1087
if (chip->single_dma && chip->hardware !=
WSS_HW_INTERWAVE
) {
in snd_wss_interrupt()
1297
case
WSS_HW_INTERWAVE
:
in snd_wss_probe()
1318
chip->hardware ==
WSS_HW_INTERWAVE
? 0xc2 : 0x01;
in snd_wss_probe()
1484
if (chip->hardware ==
WSS_HW_INTERWAVE
&& chip->dma1 > 3)
in snd_wss_playback_open()
1709
case
WSS_HW_INTERWAVE
:
in snd_wss_chip_id()
1907
if (chip->hardware !=
WSS_HW_INTERWAVE
)
in snd_wss_pcm()
[all...]
/kernel/linux/linux-6.6/sound/isa/wss/
H
A
D
wss_lib.c
597
if (chip->hardware ==
WSS_HW_INTERWAVE
) {
in snd_wss_calibrate_mute()
656
if (chip->hardware !=
WSS_HW_INTERWAVE
&& !chip->single_dma) {
in snd_wss_playback_format()
716
if (chip->hardware !=
WSS_HW_INTERWAVE
&&
in snd_wss_capture_format()
1047
if (chip->single_dma && chip->hardware !=
WSS_HW_INTERWAVE
) {
in snd_wss_capture_prepare()
1087
if (chip->single_dma && chip->hardware !=
WSS_HW_INTERWAVE
) {
in snd_wss_interrupt()
1297
case
WSS_HW_INTERWAVE
:
in snd_wss_probe()
1318
chip->hardware ==
WSS_HW_INTERWAVE
? 0xc2 : 0x01;
in snd_wss_probe()
1484
if (chip->hardware ==
WSS_HW_INTERWAVE
&& chip->dma1 > 3)
in snd_wss_playback_open()
1681
case
WSS_HW_INTERWAVE
:
in snd_wss_chip_id()
1864
if (chip->hardware !=
WSS_HW_INTERWAVE
)
in snd_wss_pcm()
[all...]
/kernel/linux/linux-5.10/include/sound/
H
A
D
wss.h
50
#define
WSS_HW_INTERWAVE
0x1000 /* InterWave chip */
macro
/kernel/linux/linux-6.6/include/sound/
H
A
D
wss.h
50
#define
WSS_HW_INTERWAVE
0x1000 /* InterWave chip */
macro
/kernel/linux/linux-5.10/sound/isa/gus/
H
A
D
interwave.c
675
WSS_HW_INTERWAVE
,
in snd_interwave_probe()
/kernel/linux/linux-6.6/sound/isa/gus/
H
A
D
interwave.c
672
WSS_HW_INTERWAVE
,
in snd_interwave_probe()
Completed in 9 milliseconds