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:wm8903
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm8903.c
3
*
wm8903
.c -- WM8903 ALSA SoC Audio driver
35
#include <sound/
wm8903
.h>
38
#include "
wm8903
.h"
271
struct wm8903_priv *
wm8903
= snd_soc_component_get_drvdata(component);
in wm8903_dcs_event()
local
275
wm8903
->dcs_pending |= 1 << w->shift;
in wm8903_dcs_event()
292
struct wm8903_priv *
wm8903
= snd_soc_component_get_drvdata(component);
in wm8903_seq_notifier()
local
297
if (
wm8903
->dcs_pending) {
in wm8903_seq_notifier()
299
wm8903
->dcs_pending);
in wm8903_seq_notifier()
302
for (i = 0; i < ARRAY_SIZE(
wm8903
->dcs_cache); i++) {
in wm8903_seq_notifier()
303
if (!(
wm8903
in wm8903_seq_notifier()
374
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_class_w_put()
local
418
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_set_deemph()
local
449
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_get_deemph()
local
460
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_put_deemph()
local
1216
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_set_dai_sysclk()
local
1443
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_hw_params()
local
1606
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_mic_detect()
local
1645
struct
wm8903
_priv *
wm8903
= data;
wm8903_irq()
local
1768
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_resume()
local
1786
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_direction_in()
local
1804
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_get()
local
1815
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_direction_out()
local
1833
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_set()
local
1851
wm8903
_init_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_init_gpio()
argument
1870
wm8903
_free_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_free_gpio()
argument
1875
wm8903
_init_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_init_gpio()
argument
1879
wm8903
_free_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_free_gpio()
argument
1990
struct
wm8903
_priv *
wm8903
;
wm8903_i2c_probe()
local
2191
struct
wm8903
_priv *
wm8903
= i2c_get_clientdata(client);
wm8903_i2c_remove()
local
[all...]
H
A
D
Makefile
270
snd-soc-
wm8903
-objs :=
wm8903
.o
579
obj-$(CONFIG_SND_SOC_WM8903) += snd-soc-
wm8903
.o
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm8903.c
3
*
wm8903
.c -- WM8903 ALSA SoC Audio driver
34
#include <sound/
wm8903
.h>
37
#include "
wm8903
.h"
270
struct wm8903_priv *
wm8903
= snd_soc_component_get_drvdata(component);
in wm8903_dcs_event()
local
274
wm8903
->dcs_pending |= 1 << w->shift;
in wm8903_dcs_event()
291
struct wm8903_priv *
wm8903
= snd_soc_component_get_drvdata(component);
in wm8903_seq_notifier()
local
296
if (
wm8903
->dcs_pending) {
in wm8903_seq_notifier()
298
wm8903
->dcs_pending);
in wm8903_seq_notifier()
301
for (i = 0; i < ARRAY_SIZE(
wm8903
->dcs_cache); i++) {
in wm8903_seq_notifier()
302
if (!(
wm8903
in wm8903_seq_notifier()
373
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_class_w_put()
local
417
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_set_deemph()
local
448
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_get_deemph()
local
459
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_put_deemph()
local
1215
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_set_dai_sysclk()
local
1442
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_hw_params()
local
1603
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_mic_detect()
local
1642
struct
wm8903
_priv *
wm8903
= data;
wm8903_irq()
local
1765
struct
wm8903
_priv *
wm8903
= snd_soc_component_get_drvdata(component);
wm8903_resume()
local
1783
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_direction_in()
local
1801
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_get()
local
1812
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_direction_out()
local
1830
struct
wm8903
_priv *
wm8903
= gpiochip_get_data(chip);
wm8903_gpio_set()
local
1848
wm8903
_init_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_init_gpio()
argument
1867
wm8903
_free_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_free_gpio()
argument
1872
wm8903
_init_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_init_gpio()
argument
1876
wm8903
_free_gpio(struct
wm8903
_priv *
wm8903
)
wm8903_free_gpio()
argument
1985
struct
wm8903
_priv *
wm8903
;
wm8903_i2c_probe()
local
2186
struct
wm8903
_priv *
wm8903
= i2c_get_clientdata(client);
wm8903_i2c_remove()
local
[all...]
H
A
D
Makefile
344
snd-soc-
wm8903
-objs :=
wm8903
.o
729
obj-$(CONFIG_SND_SOC_WM8903) += snd-soc-
wm8903
.o
/kernel/linux/linux-5.10/sound/soc/tegra/
H
A
D
Makefile
35
snd-soc-tegra-
wm8903
-objs := tegra_wm8903.o
45
obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-
wm8903
.o
/kernel/linux/linux-6.6/sound/soc/tegra/
H
A
D
Makefile
45
snd-soc-tegra-
wm8903
-objs := tegra_wm8903.o
49
obj-$(CONFIG_SND_SOC_TEGRA_WM8903) += snd-soc-tegra-
wm8903
.o
Completed in 7 milliseconds