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:memif_priv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H
A
D
mt8188-afe-pcm.c
99
struct mtk_dai_memif_priv *
memif_priv
= NULL;
in mt8188_memif_fs()
local
125
memif_priv
= afe_priv->dai_priv[id];
in mt8188_memif_fs()
126
if (
memif_priv
->fs_timing)
in mt8188_memif_fs()
127
fs =
memif_priv
->fs_timing;
in mt8188_memif_fs()
1607
struct mtk_dai_memif_priv *
memif_priv
;
in mt8188_memif_1x_en_sel_put()
local
1612
memif_priv
= afe_priv->dai_priv[dai_id];
in mt8188_memif_1x_en_sel_put()
1614
if (val ==
memif_priv
->asys_timing_sel)
in mt8188_memif_1x_en_sel_put()
1619
memif_priv
->asys_timing_sel = val;
in mt8188_memif_1x_en_sel_put()
1651
struct mtk_dai_memif_priv *
memif_priv
;
in mt8188_memif_fs_timing_sel_get()
local
1655
memif_priv
in mt8188_memif_fs_timing_sel_get()
1669
struct mtk_dai_
memif_priv
*
memif_priv
;
mt8188_memif_fs_timing_sel_put()
local
3055
struct mtk_dai_
memif_priv
*
memif_priv
;
init_memif_priv_data()
local
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/
H
A
D
mt8195-afe-pcm.c
1467
struct mtk_dai_memif_priv *
memif_priv
;
in mt8195_memif_1x_en_sel_put()
local
1472
memif_priv
= afe_priv->dai_priv[dai_id];
in mt8195_memif_1x_en_sel_put()
1474
if (val ==
memif_priv
->asys_timing_sel)
in mt8195_memif_1x_en_sel_put()
1479
memif_priv
->asys_timing_sel = val;
in mt8195_memif_1x_en_sel_put()
2973
struct mtk_dai_memif_priv *
memif_priv
;
in init_memif_priv_data()
local
2977
memif_priv
= devm_kzalloc(afe->dev,
in init_memif_priv_data()
2980
if (!
memif_priv
)
in init_memif_priv_data()
2983
afe_priv->dai_priv[i] =
memif_priv
;
in init_memif_priv_data()
Completed in 6 milliseconds