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:dac_pads
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H
A
D
emumixer.c
629
ucontrol->value.integer.value[0] = (emu->emu1010.
dac_pads
& mask) ? 1 : 0;
in snd_emu1010_dac_pads_get()
639
cache = emu->emu1010.
dac_pads
;
in snd_emu1010_dac_pads_put()
644
if (cache != emu->emu1010.
dac_pads
) {
in snd_emu1010_dac_pads_put()
646
emu->emu1010.
dac_pads
= cache;
in snd_emu1010_dac_pads_put()
H
A
D
emu10k1_main.c
924
emu->emu1010.
dac_pads
= 0x0f;
in snd_emu10k1_emu1010_init()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H
A
D
emumixer.c
816
ucontrol->value.integer.value[0] = (emu->emu1010.
dac_pads
& mask) ? 1 : 0;
in snd_emu1010_dac_pads_get()
828
cache = emu->emu1010.
dac_pads
;
in snd_emu1010_dac_pads_put()
833
change = (cache != emu->emu1010.
dac_pads
);
in snd_emu1010_dac_pads_put()
836
emu->emu1010.
dac_pads
= cache;
in snd_emu1010_dac_pads_put()
H
A
D
emu10k1_main.c
910
emu->emu1010.
dac_pads
= EMU_HANA_DOCK_DAC_PAD1 | EMU_HANA_DOCK_DAC_PAD2 |
in snd_emu10k1_emu1010_init()
912
snd_emu1010_fpga_write(emu, EMU_HANA_DAC_PADS, emu->emu1010.
dac_pads
);
in snd_emu10k1_emu1010_init()
/kernel/linux/linux-5.10/include/sound/
H
A
D
emu10k1.h
1672
unsigned int
dac_pads
; /* bit mask */
member
/kernel/linux/linux-6.6/include/sound/
H
A
D
emu10k1.h
1680
unsigned int
dac_pads
; /* bit mask */
member
Completed in 23 milliseconds