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:ak4375
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
ak4375.c
254
struct ak4375_priv *
ak4375
= snd_soc_component_get_drvdata(component);
in ak4375_hw_params()
local
257
ak4375
->rate = params_rate(params);
in ak4375_hw_params()
259
if (
ak4375
->rate <= 96000)
in ak4375_hw_params()
260
ak4375
->pld = 0;
in ak4375_hw_params()
262
ak4375
->pld = 1;
in ak4375_hw_params()
264
freq_in = 32 *
ak4375
->rate / (
ak4375
->pld + 1);
in ak4375_hw_params()
266
if ((
ak4375
->rate % 8000) == 0)
in ak4375_hw_params()
278
struct ak4375_priv *
ak4375
= snd_soc_component_get_drvdata(component);
in ak4375_dai_set_pll()
local
286
switch (
ak4375
in ak4375_dai_set_pll()
370
struct
ak4375
_priv *
ak4375
= snd_soc_component_get_drvdata(component);
ak4375_mute()
local
415
ak4375
_power_off(struct
ak4375
_priv *
ak4375
)
ak4375_power_off()
argument
423
ak4375
_power_on(struct
ak4375
_priv *
ak4375
)
ak4375_power_on()
argument
443
struct
ak4375
_priv *
ak4375
= dev_get_drvdata(dev);
ak4375_runtime_suspend()
local
453
struct
ak4375
_priv *
ak4375
= dev_get_drvdata(dev);
ak4375_runtime_resume()
local
500
struct
ak4375
_priv *
ak4375
;
ak4375_i2c_probe()
local
[all...]
H
A
D
Makefile
37
snd-soc-
ak4375
-objs :=
ak4375
.o
422
obj-$(CONFIG_SND_SOC_AK4375) += snd-soc-
ak4375
.o
Completed in 4 milliseconds