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:drc_texts
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm8994.h
110
const char **
drc_texts
;
member
H
A
D
wm8904.c
59
const char **
drc_texts
;
member
2073
wm8904->
drc_texts
= kmalloc_array(pdata->num_drc_cfgs,
in wm8904_handle_pdata()
2076
if (!wm8904->
drc_texts
)
in wm8904_handle_pdata()
2080
wm8904->
drc_texts
[i] = pdata->drc_cfgs[i].name;
in wm8904_handle_pdata()
2083
wm8904->drc_enum.texts = wm8904->
drc_texts
;
in wm8904_handle_pdata()
2132
kfree(wm8904->
drc_texts
);
in wm8904_remove()
H
A
D
wm8994.c
3445
wm8994->
drc_texts
= devm_kcalloc(wm8994->hubs.component->dev,
in wm8994_handle_pdata()
3447
if (!wm8994->
drc_texts
)
in wm8994_handle_pdata()
3451
wm8994->
drc_texts
[i] = pdata->drc_cfgs[i].name;
in wm8994_handle_pdata()
3454
wm8994->drc_enum.texts = wm8994->
drc_texts
;
in wm8994_handle_pdata()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm8994.h
110
const char **
drc_texts
;
member
H
A
D
wm8904.c
59
const char **
drc_texts
;
member
2073
wm8904->
drc_texts
= kmalloc_array(pdata->num_drc_cfgs,
in wm8904_handle_pdata()
2076
if (!wm8904->
drc_texts
)
in wm8904_handle_pdata()
2080
wm8904->
drc_texts
[i] = pdata->drc_cfgs[i].name;
in wm8904_handle_pdata()
2083
wm8904->drc_enum.texts = wm8904->
drc_texts
;
in wm8904_handle_pdata()
2132
kfree(wm8904->
drc_texts
);
in wm8904_remove()
H
A
D
wm8994.c
3445
wm8994->
drc_texts
= devm_kcalloc(wm8994->hubs.component->dev,
in wm8994_handle_pdata()
3447
if (!wm8994->
drc_texts
)
in wm8994_handle_pdata()
3451
wm8994->
drc_texts
[i] = pdata->drc_cfgs[i].name;
in wm8994_handle_pdata()
3454
wm8994->drc_enum.texts = wm8994->
drc_texts
;
in wm8994_handle_pdata()
Completed in 17 milliseconds