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:spdif_stream
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
ens1370.c
422
unsigned int
spdif_stream
;
member
1113
ensoniq->
spdif_stream
= ensoniq->spdif_default;
in snd_ensoniq_playback1_open()
1136
ensoniq->
spdif_stream
= ensoniq->spdif_default;
in snd_ensoniq_playback2_open()
1367
ucontrol->value.iec958.status[0] = (ensoniq->
spdif_stream
>> 0) & 0xff;
in snd_ens1373_spdif_stream_get()
1368
ucontrol->value.iec958.status[1] = (ensoniq->
spdif_stream
>> 8) & 0xff;
in snd_ens1373_spdif_stream_get()
1369
ucontrol->value.iec958.status[2] = (ensoniq->
spdif_stream
>> 16) & 0xff;
in snd_ens1373_spdif_stream_get()
1370
ucontrol->value.iec958.status[3] = (ensoniq->
spdif_stream
>> 24) & 0xff;
in snd_ens1373_spdif_stream_get()
1387
change = ensoniq->
spdif_stream
!= val;
in snd_ens1373_spdif_stream_put()
1388
ensoniq->
spdif_stream
= val;
in snd_ens1373_spdif_stream_put()
1620
ensoniq->spdif_default = ensoniq->
spdif_stream
in snd_ensoniq_1371_mixer()
[all...]
/kernel/linux/linux-6.6/sound/pci/
H
A
D
ens1370.c
414
unsigned int
spdif_stream
;
member
1106
ensoniq->
spdif_stream
= ensoniq->spdif_default;
in snd_ensoniq_playback1_open()
1129
ensoniq->
spdif_stream
= ensoniq->spdif_default;
in snd_ensoniq_playback2_open()
1360
ucontrol->value.iec958.status[0] = (ensoniq->
spdif_stream
>> 0) & 0xff;
in snd_ens1373_spdif_stream_get()
1361
ucontrol->value.iec958.status[1] = (ensoniq->
spdif_stream
>> 8) & 0xff;
in snd_ens1373_spdif_stream_get()
1362
ucontrol->value.iec958.status[2] = (ensoniq->
spdif_stream
>> 16) & 0xff;
in snd_ens1373_spdif_stream_get()
1363
ucontrol->value.iec958.status[3] = (ensoniq->
spdif_stream
>> 24) & 0xff;
in snd_ens1373_spdif_stream_get()
1380
change = ensoniq->
spdif_stream
!= val;
in snd_ens1373_spdif_stream_put()
1381
ensoniq->
spdif_stream
= val;
in snd_ens1373_spdif_stream_put()
1615
ensoniq->spdif_default = ensoniq->
spdif_stream
in snd_ensoniq_1371_mixer()
[all...]
Completed in 8 milliseconds