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:ak4396_regs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/oxygen/
H
A
D
oxygen.c
138
u8
ak4396_regs
[4][5];
member
157
data->
ak4396_regs
[codec][reg] = value;
in ak4396_write()
165
if (value != data->
ak4396_regs
[codec][reg])
in ak4396_write_cached()
192
data->
ak4396_regs
[0][AK4396_CONTROL_2]);
in ak4396_registers_init()
207
data->
ak4396_regs
[0][AK4396_CONTROL_2] =
in ak4396_init()
340
value = data->
ak4396_regs
[0][AK4396_CONTROL_2] & ~AK4396_DFS_MASK;
in set_ak4396_params()
350
if (value != data->
ak4396_regs
[0][AK4396_CONTROL_2]) {
in set_ak4396_params()
380
value = data->
ak4396_regs
[0][AK4396_CONTROL_2] & ~AK4396_SMUTE;
in update_ak4396_mute()
443
(data->
ak4396_regs
[0][AK4396_CONTROL_2] & AK4396_SLOW) != 0;
in rolloff_get()
457
reg = data->
ak4396_regs
[
in rolloff_put()
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H
A
D
oxygen.c
135
u8
ak4396_regs
[4][5];
member
154
data->
ak4396_regs
[codec][reg] = value;
in ak4396_write()
162
if (value != data->
ak4396_regs
[codec][reg])
in ak4396_write_cached()
189
data->
ak4396_regs
[0][AK4396_CONTROL_2]);
in ak4396_registers_init()
204
data->
ak4396_regs
[0][AK4396_CONTROL_2] =
in ak4396_init()
337
value = data->
ak4396_regs
[0][AK4396_CONTROL_2] & ~AK4396_DFS_MASK;
in set_ak4396_params()
347
if (value != data->
ak4396_regs
[0][AK4396_CONTROL_2]) {
in set_ak4396_params()
377
value = data->
ak4396_regs
[0][AK4396_CONTROL_2] & ~AK4396_SMUTE;
in update_ak4396_mute()
440
(data->
ak4396_regs
[0][AK4396_CONTROL_2] & AK4396_SLOW) != 0;
in rolloff_get()
454
reg = data->
ak4396_regs
[
in rolloff_put()
[all...]
Completed in 3 milliseconds