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:wm8995
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm8995.c
3
*
wm8995
.c -- WM8995 ALSA SoC Audio driver
30
#include "
wm8995
.h"
397
struct wm8995_priv *
wm8995
= container_of(nb, struct wm8995_priv, \
400
regcache_mark_dirty(
wm8995
->regmap); \
671
struct wm8995_priv *
wm8995
;
in configure_aif_clock()
local
676
wm8995
= snd_soc_component_get_drvdata(component);
in configure_aif_clock()
683
switch (
wm8995
->sysclk[aif]) {
in configure_aif_clock()
685
rate =
wm8995
->mclk[0];
in configure_aif_clock()
689
rate =
wm8995
->mclk[1];
in configure_aif_clock()
693
rate =
wm8995
in configure_aif_clock()
722
struct
wm8995
_priv *
wm8995
;
configure_clock()
local
1548
struct
wm8995
_priv *
wm8995
;
wm8995_hw_params()
local
1799
struct
wm8995
_priv *
wm8995
;
wm8995_set_fll()
local
1909
struct
wm8995
_priv *
wm8995
;
wm8995_set_dai_sysclk()
local
1958
struct
wm8995
_priv *
wm8995
;
wm8995_set_bias_level()
local
1997
struct
wm8995
_priv *
wm8995
;
wm8995_probe()
local
2203
struct
wm8995
_priv *
wm8995
;
wm8995_spi_probe()
local
2237
struct
wm8995
_priv *
wm8995
;
wm8995_i2c_probe()
local
[all...]
H
A
D
Makefile
288
snd-soc-
wm8995
-objs :=
wm8995
.o
597
obj-$(CONFIG_SND_SOC_WM8995) += snd-soc-
wm8995
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm8995.c
3
*
wm8995
.c -- WM8995 ALSA SoC Audio driver
30
#include "
wm8995
.h"
397
struct wm8995_priv *
wm8995
= container_of(nb, struct wm8995_priv, \
400
regcache_mark_dirty(
wm8995
->regmap); \
671
struct wm8995_priv *
wm8995
;
in configure_aif_clock()
local
676
wm8995
= snd_soc_component_get_drvdata(component);
in configure_aif_clock()
683
switch (
wm8995
->sysclk[aif]) {
in configure_aif_clock()
685
rate =
wm8995
->mclk[0];
in configure_aif_clock()
689
rate =
wm8995
->mclk[1];
in configure_aif_clock()
693
rate =
wm8995
in configure_aif_clock()
722
struct
wm8995
_priv *
wm8995
;
configure_clock()
local
1548
struct
wm8995
_priv *
wm8995
;
wm8995_hw_params()
local
1799
struct
wm8995
_priv *
wm8995
;
wm8995_set_fll()
local
1909
struct
wm8995
_priv *
wm8995
;
wm8995_set_dai_sysclk()
local
1958
struct
wm8995
_priv *
wm8995
;
wm8995_set_bias_level()
local
1997
struct
wm8995
_priv *
wm8995
;
wm8995_probe()
local
2202
struct
wm8995
_priv *
wm8995
;
wm8995_spi_probe()
local
2235
struct
wm8995
_priv *
wm8995
;
wm8995_i2c_probe()
local
[all...]
H
A
D
Makefile
362
snd-soc-
wm8995
-objs :=
wm8995
.o
747
obj-$(CONFIG_SND_SOC_WM8995) += snd-soc-
wm8995
.o
Completed in 6 milliseconds