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:wm9712
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm9712.c
3
*
wm9712
.c -- ALSA Soc WM9712 codec support
220
struct wm9712_priv *
wm9712
= snd_soc_component_get_drvdata(component);
in wm9712_hp_mixer_put()
local
232
mutex_lock(&
wm9712
->lock);
in wm9712_hp_mixer_put()
233
old =
wm9712
->hp_mixer[mixer];
in wm9712_hp_mixer_put()
235
wm9712
->hp_mixer[mixer] |= mask;
in wm9712_hp_mixer_put()
237
wm9712
->hp_mixer[mixer] &= ~mask;
in wm9712_hp_mixer_put()
239
change = old !=
wm9712
->hp_mixer[mixer];
in wm9712_hp_mixer_put()
244
if ((
wm9712
->hp_mixer[0] & mask) ||
in wm9712_hp_mixer_put()
245
(
wm9712
->hp_mixer[1] & mask))
in wm9712_hp_mixer_put()
254
mutex_unlock(&
wm9712
in wm9712_hp_mixer_put()
264
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_hp_mixer_get()
local
617
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_soc_resume()
local
635
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_soc_probe()
local
672
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_soc_remove()
local
700
struct
wm9712
_priv *
wm9712
;
wm9712_probe()
local
[all...]
H
A
D
Makefile
294
snd-soc-
wm9712
-objs :=
wm9712
.o
603
obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-
wm9712
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm9712.c
3
*
wm9712
.c -- ALSA Soc WM9712 codec support
220
struct wm9712_priv *
wm9712
= snd_soc_component_get_drvdata(component);
in wm9712_hp_mixer_put()
local
232
mutex_lock(&
wm9712
->lock);
in wm9712_hp_mixer_put()
233
old =
wm9712
->hp_mixer[mixer];
in wm9712_hp_mixer_put()
235
wm9712
->hp_mixer[mixer] |= mask;
in wm9712_hp_mixer_put()
237
wm9712
->hp_mixer[mixer] &= ~mask;
in wm9712_hp_mixer_put()
239
change = old !=
wm9712
->hp_mixer[mixer];
in wm9712_hp_mixer_put()
244
if ((
wm9712
->hp_mixer[0] & mask) ||
in wm9712_hp_mixer_put()
245
(
wm9712
->hp_mixer[1] & mask))
in wm9712_hp_mixer_put()
254
mutex_unlock(&
wm9712
in wm9712_hp_mixer_put()
264
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_hp_mixer_get()
local
617
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_soc_resume()
local
635
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_soc_probe()
local
672
struct
wm9712
_priv *
wm9712
= snd_soc_component_get_drvdata(component);
wm9712_soc_remove()
local
699
struct
wm9712
_priv *
wm9712
;
wm9712_probe()
local
[all...]
H
A
D
Makefile
368
snd-soc-
wm9712
-objs :=
wm9712
.o
753
obj-$(CONFIG_SND_SOC_WM9712) += snd-soc-
wm9712
.o
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
Makefile
36
snd-soc-tegra-
wm9712
-objs := tegra_wm9712.o
46
obj-$(CONFIG_SND_SOC_TEGRA_WM9712) += snd-soc-tegra-
wm9712
.o
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
Makefile
102
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) +=
wm9712
.o
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
Makefile
107
wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9712) +=
wm9712
.o
Completed in 6 milliseconds