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:mtkaif_adda6_only
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/
H
A
D
mt8192-dai-adda.c
343
int
mtkaif_adda6_only
= afe_priv->
mtkaif_adda6_only
;
in mtk_adda_ch34_ul_event()
local
369
if (
mtkaif_adda6_only
) {
in mtk_adda_ch34_ul_event()
384
if (
mtkaif_adda6_only
) {
in mtk_adda_ch34_ul_event()
649
ucontrol->value.integer.value[0] = afe_priv->
mtkaif_adda6_only
;
in mt8192_adda6_only_get()
659
int
mtkaif_adda6_only
;
in mt8192_adda6_only_set()
local
662
mtkaif_adda6_only
= ucontrol->value.integer.value[0];
in mt8192_adda6_only_set()
664
change = afe_priv->
mtkaif_adda6_only
!=
mtkaif_adda6_only
;
in mt8192_adda6_only_set()
665
afe_priv->
mtkaif_adda6_only
in mt8192_adda6_only_set()
[all...]
H
A
D
mt8192-afe-common.h
149
int
mtkaif_adda6_only
;
member
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/
H
A
D
mt8195-dai-adda.c
307
val = (param->
mtkaif_adda6_only
?
in mtk_adda6_ul_event()
576
ucontrol->value.integer.value[0] = param->
mtkaif_adda6_only
;
in mt8195_adda6_only_get()
587
int
mtkaif_adda6_only
;
in mt8195_adda6_only_set()
local
589
mtkaif_adda6_only
= ucontrol->value.integer.value[0];
in mt8195_adda6_only_set()
591
dev_info(afe->dev, "%s(), kcontrol name %s,
mtkaif_adda6_only
%d\n",
in mt8195_adda6_only_set()
592
__func__, kcontrol->id.name,
mtkaif_adda6_only
);
in mt8195_adda6_only_set()
594
param->
mtkaif_adda6_only
=
mtkaif_adda6_only
;
in mt8195_adda6_only_set()
H
A
D
mt8195-afe-common.h
120
int
mtkaif_adda6_only
;
member
Completed in 4 milliseconds