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:wm2200_priv
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm2200.c
83
struct
wm2200_priv
{
struct
984
static int wm2200_reset(struct
wm2200_priv
*wm2200)
in wm2200_reset()
1555
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_probe()
1697
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_hw_params()
1789
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_set_sysclk()
1938
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_set_fll()
2059
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_dai_probe()
2120
struct
wm2200_priv
*wm2200 = data;
in wm2200_irq()
2191
struct
wm2200_priv
*wm2200;
in wm2200_i2c_probe()
2196
wm2200 = devm_kzalloc(&i2c->dev, sizeof(struct
wm2200_priv
),
in wm2200_i2c_probe()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm2200.c
75
struct
wm2200_priv
{
struct
976
static int wm2200_reset(struct
wm2200_priv
*wm2200)
in wm2200_reset()
1547
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_probe()
1689
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_hw_params()
1776
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_set_sysclk()
1925
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_set_fll()
2046
struct
wm2200_priv
*wm2200 = snd_soc_component_get_drvdata(component);
in wm2200_dai_probe()
2111
struct
wm2200_priv
*wm2200 = data;
in wm2200_irq()
2181
struct
wm2200_priv
*wm2200;
in wm2200_i2c_probe()
2186
wm2200 = devm_kzalloc(&i2c->dev, sizeof(struct
wm2200_priv
),
in wm2200_i2c_probe()
[all...]
Completed in 5 milliseconds