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_id
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/ca0106/
H
A
D
ca0106_mixer.c
662
int
dac_id
;
in snd_ca0106_volume_spi_dac_ctl()
local
673
dac_id
= (details->spi_dac & 0xf000) >> (4 * 3);
in snd_ca0106_volume_spi_dac_ctl()
677
dac_id
= (details->spi_dac & 0x0f00) >> (4 * 2);
in snd_ca0106_volume_spi_dac_ctl()
681
dac_id
= (details->spi_dac & 0x00f0) >> (4 * 1);
in snd_ca0106_volume_spi_dac_ctl()
685
dac_id
= (details->spi_dac & 0x000f) >> (4 * 0);
in snd_ca0106_volume_spi_dac_ctl()
690
dac_id
= 0;
in snd_ca0106_volume_spi_dac_ctl()
692
reg = spi_dmute_reg[
dac_id
];
in snd_ca0106_volume_spi_dac_ctl()
693
bit = spi_dmute_bit[
dac_id
];
in snd_ca0106_volume_spi_dac_ctl()
/kernel/linux/linux-6.6/sound/pci/ca0106/
H
A
D
ca0106_mixer.c
662
int
dac_id
;
in snd_ca0106_volume_spi_dac_ctl()
local
673
dac_id
= (details->spi_dac & 0xf000) >> (4 * 3);
in snd_ca0106_volume_spi_dac_ctl()
677
dac_id
= (details->spi_dac & 0x0f00) >> (4 * 2);
in snd_ca0106_volume_spi_dac_ctl()
681
dac_id
= (details->spi_dac & 0x00f0) >> (4 * 1);
in snd_ca0106_volume_spi_dac_ctl()
685
dac_id
= (details->spi_dac & 0x000f) >> (4 * 0);
in snd_ca0106_volume_spi_dac_ctl()
690
dac_id
= 0;
in snd_ca0106_volume_spi_dac_ctl()
692
reg = spi_dmute_reg[
dac_id
];
in snd_ca0106_volume_spi_dac_ctl()
693
bit = spi_dmute_bit[
dac_id
];
in snd_ca0106_volume_spi_dac_ctl()
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
tegra20_das.h
115
*
dac_id
: DAC ID to connect: TEGRA20_DAS_DAC_ID_*
118
extern int tegra20_das_connect_dac_to_dap(int
dac_id
, int dap_sel);
Completed in 4 milliseconds