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:wm8962_pdata
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/sound/
H
A
D
wm8962.h
36
struct
wm8962_pdata
{
struct
/kernel/linux/linux-6.6/include/sound/
H
A
D
wm8962.h
36
struct
wm8962_pdata
{
struct
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
mach-crag6410-module.c
140
static struct
wm8962_pdata
wm8962_pdata
__initdata = {
177
.platform_data = &
wm8962_pdata
,
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H
A
D
mach-crag6410-module.c
134
static struct
wm8962_pdata
wm8962_pdata
__initdata = {
171
.platform_data = &
wm8962_pdata
,
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm8962.c
52
struct
wm8962_pdata
pdata;
2402
struct
wm8962_pdata
*pdata = &wm8962->pdata;
in wm8962_add_widgets()
3426
struct
wm8962_pdata
*pdata = &wm8962->pdata;
in wm8962_init_gpio()
3567
struct
wm8962_pdata
*pdata)
in wm8962_set_pdata_from_of()
3599
struct
wm8962_pdata
*pdata = dev_get_platdata(&i2c->dev);
in wm8962_i2c_probe()
3618
memcpy(&wm8962->pdata, pdata, sizeof(struct
wm8962_pdata
));
in wm8962_i2c_probe()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm8962.c
52
struct
wm8962_pdata
pdata;
2420
struct
wm8962_pdata
*pdata = &wm8962->pdata;
in wm8962_add_widgets()
3449
struct
wm8962_pdata
*pdata = &wm8962->pdata;
in wm8962_init_gpio()
3589
struct
wm8962_pdata
*pdata)
in wm8962_set_pdata_from_of()
3619
struct
wm8962_pdata
*pdata = dev_get_platdata(&i2c->dev);
in wm8962_i2c_probe()
3638
memcpy(&wm8962->pdata, pdata, sizeof(struct
wm8962_pdata
));
in wm8962_i2c_probe()
Completed in 10 milliseconds