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:wm9713
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm9713.c
3
*
wm9713
.c -- ALSA Soc WM9713 codec support
30
#include "
wm9713
.h"
229
struct wm9713_priv *
wm9713
= snd_soc_component_get_drvdata(component);
in wm9713_hp_mixer_put()
local
241
mutex_lock(&
wm9713
->lock);
in wm9713_hp_mixer_put()
242
old =
wm9713
->hp_mixer[mixer];
in wm9713_hp_mixer_put()
244
wm9713
->hp_mixer[mixer] |= mask;
in wm9713_hp_mixer_put()
246
wm9713
->hp_mixer[mixer] &= ~mask;
in wm9713_hp_mixer_put()
248
change = old !=
wm9713
->hp_mixer[mixer];
in wm9713_hp_mixer_put()
253
if ((
wm9713
->hp_mixer[0] & mask) ||
in wm9713_hp_mixer_put()
254
(
wm9713
in wm9713_hp_mixer_put()
273
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_hp_mixer_get()
local
817
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_set_pll()
local
1182
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_soc_resume()
local
1207
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_soc_probe()
local
1237
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_soc_remove()
local
1265
struct
wm9713
_priv *
wm9713
;
wm9713_probe()
local
[all...]
H
A
D
Makefile
295
snd-soc-
wm9713
-objs :=
wm9713
.o
604
obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-
wm9713
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm9713.c
3
*
wm9713
.c -- ALSA Soc WM9713 codec support
30
#include "
wm9713
.h"
229
struct wm9713_priv *
wm9713
= snd_soc_component_get_drvdata(component);
in wm9713_hp_mixer_put()
local
241
mutex_lock(&
wm9713
->lock);
in wm9713_hp_mixer_put()
242
old =
wm9713
->hp_mixer[mixer];
in wm9713_hp_mixer_put()
244
wm9713
->hp_mixer[mixer] |= mask;
in wm9713_hp_mixer_put()
246
wm9713
->hp_mixer[mixer] &= ~mask;
in wm9713_hp_mixer_put()
248
change = old !=
wm9713
->hp_mixer[mixer];
in wm9713_hp_mixer_put()
253
if ((
wm9713
->hp_mixer[0] & mask) ||
in wm9713_hp_mixer_put()
254
(
wm9713
in wm9713_hp_mixer_put()
273
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_hp_mixer_get()
local
817
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_set_pll()
local
1182
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_soc_resume()
local
1207
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_soc_probe()
local
1237
struct
wm9713
_priv *
wm9713
= snd_soc_component_get_drvdata(component);
wm9713_soc_remove()
local
1264
struct
wm9713
_priv *
wm9713
;
wm9713_probe()
local
[all...]
H
A
D
Makefile
369
snd-soc-
wm9713
-objs :=
wm9713
.o
754
obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-
wm9713
.o
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
Makefile
103
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) +=
wm9713
.o
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
Makefile
108
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) +=
wm9713
.o
Completed in 6 milliseconds