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:dcs_cache
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm_hubs.h
33
struct list_head
dcs_cache
;
member
H
A
D
wm8903.c
138
int
dcs_cache
[4];
member
302
for (i = 0; i < ARRAY_SIZE(wm8903->
dcs_cache
); i++) {
in wm8903_seq_notifier()
306
if (wm8903->
dcs_cache
[i]) {
in wm8903_seq_notifier()
309
3 - i, wm8903->
dcs_cache
[i]);
in wm8903_seq_notifier()
312
wm8903->
dcs_cache
[i] & 0xff);
in wm8903_seq_notifier()
341
for (i = 0; i < ARRAY_SIZE(wm8903->
dcs_cache
); i++) {
in wm8903_seq_notifier()
349
wm8903->
dcs_cache
[i] = val;
in wm8903_seq_notifier()
H
A
D
wm_hubs.c
161
list_for_each_entry(cache, &hubs->
dcs_cache
, list) {
in wm_hubs_dcs_cache_get()
192
list_add_tail(&cache->list, &hubs->
dcs_cache
);
in wm_hubs_dcs_cache_set()
1162
INIT_LIST_HEAD(&hubs->
dcs_cache
);
in wm_hubs_add_analogue_routes()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wm_hubs.h
33
struct list_head
dcs_cache
;
member
H
A
D
wm8903.c
137
int
dcs_cache
[4];
member
301
for (i = 0; i < ARRAY_SIZE(wm8903->
dcs_cache
); i++) {
in wm8903_seq_notifier()
305
if (wm8903->
dcs_cache
[i]) {
in wm8903_seq_notifier()
308
3 - i, wm8903->
dcs_cache
[i]);
in wm8903_seq_notifier()
311
wm8903->
dcs_cache
[i] & 0xff);
in wm8903_seq_notifier()
340
for (i = 0; i < ARRAY_SIZE(wm8903->
dcs_cache
); i++) {
in wm8903_seq_notifier()
348
wm8903->
dcs_cache
[i] = val;
in wm8903_seq_notifier()
H
A
D
wm_hubs.c
161
list_for_each_entry(cache, &hubs->
dcs_cache
, list) {
in wm_hubs_dcs_cache_get()
192
list_add_tail(&cache->list, &hubs->
dcs_cache
);
in wm_hubs_dcs_cache_set()
1162
INIT_LIST_HEAD(&hubs->
dcs_cache
);
in wm_hubs_add_analogue_routes()
Completed in 10 milliseconds