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:wm8711
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm8711.c
3
*
wm8711
.c -- WM8711 ALSA SoC Audio driver
29
#include "
wm8711
.h"
38
*
wm8711
register cache
160
struct wm8711_priv *
wm8711
= snd_soc_component_get_drvdata(component);
in wm8711_hw_params()
local
162
int i = get_coeff(
wm8711
->sysclk, params_rate(params));
in wm8711_hw_params()
224
struct wm8711_priv *
wm8711
= snd_soc_component_get_drvdata(component);
in wm8711_set_dai_sysclk()
local
232
wm8711
->sysclk = freq;
in wm8711_set_dai_sysclk()
300
struct wm8711_priv *
wm8711
= snd_soc_component_get_drvdata(component);
in wm8711_set_bias_level()
local
311
regcache_sync(
wm8711
->regmap);
in wm8711_set_bias_level()
339
.name = "
wm8711
405
struct
wm8711
_priv *
wm8711
;
wm8711_spi_probe()
local
438
struct
wm8711
_priv *
wm8711
;
wm8711_i2c_probe()
local
[all...]
H
A
D
Makefile
255
snd-soc-
wm8711
-objs :=
wm8711
.o
564
obj-$(CONFIG_SND_SOC_WM8711) += snd-soc-
wm8711
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm8711.c
3
*
wm8711
.c -- WM8711 ALSA SoC Audio driver
29
#include "
wm8711
.h"
38
*
wm8711
register cache
160
struct wm8711_priv *
wm8711
= snd_soc_component_get_drvdata(component);
in wm8711_hw_params()
local
162
int i = get_coeff(
wm8711
->sysclk, params_rate(params));
in wm8711_hw_params()
224
struct wm8711_priv *
wm8711
= snd_soc_component_get_drvdata(component);
in wm8711_set_dai_sysclk()
local
232
wm8711
->sysclk = freq;
in wm8711_set_dai_sysclk()
300
struct wm8711_priv *
wm8711
= snd_soc_component_get_drvdata(component);
in wm8711_set_bias_level()
local
311
regcache_sync(
wm8711
->regmap);
in wm8711_set_bias_level()
339
.name = "
wm8711
404
struct
wm8711
_priv *
wm8711
;
wm8711_spi_probe()
local
436
struct
wm8711
_priv *
wm8711
;
wm8711_i2c_probe()
local
[all...]
H
A
D
Makefile
327
snd-soc-
wm8711
-objs :=
wm8711
.o
712
obj-$(CONFIG_SND_SOC_WM8711) += snd-soc-
wm8711
.o
Completed in 6 milliseconds