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:cache_ops
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/base/regmap/
H
A
D
regcache.c
157
map->
cache_ops
= cache_types[i];
in regcache_init()
159
if (!map->
cache_ops
->read ||
in regcache_init()
160
!map->
cache_ops
->write ||
in regcache_init()
161
!map->
cache_ops
->name)
in regcache_init()
189
if (map->
cache_ops
->init) {
in regcache_init()
191
map->
cache_ops
->name);
in regcache_init()
192
ret = map->
cache_ops
->init(map);
in regcache_init()
211
BUG_ON(!map->
cache_ops
);
in regcache_exit()
217
if (map->
cache_ops
->exit) {
in regcache_exit()
219
map->
cache_ops
in regcache_exit()
[all...]
H
A
D
regmap-debugfs.c
651
if (map->
cache_ops
&& map->
cache_ops
->debugfs_init)
in regmap_debugfs_init()
652
map->
cache_ops
->debugfs_init(map);
in regmap_debugfs_init()
H
A
D
internal.h
119
const struct regcache_ops *
cache_ops
;
member
H
A
D
regmap.c
112
if (!map->
cache_ops
)
in regmap_cached()
158
if (map->
cache_ops
)
in regmap_volatile()
1808
* thus call map->
cache_ops
->drop() directly
in _regmap_raw_write_impl()
1810
if (map->
cache_ops
&& map->
cache_ops
->drop)
in _regmap_raw_write_impl()
1811
map->
cache_ops
->drop(map, reg, reg + 1);
in _regmap_raw_write_impl()
/kernel/linux/linux-6.6/drivers/base/regmap/
H
A
D
regcache.c
161
map->
cache_ops
= cache_types[i];
in regcache_init()
163
if (!map->
cache_ops
->read ||
in regcache_init()
164
!map->
cache_ops
->write ||
in regcache_init()
165
!map->
cache_ops
->name)
in regcache_init()
193
if (map->
cache_ops
->init) {
in regcache_init()
195
map->
cache_ops
->name);
in regcache_init()
196
ret = map->
cache_ops
->init(map);
in regcache_init()
215
BUG_ON(!map->
cache_ops
);
in regcache_exit()
221
if (map->
cache_ops
->exit) {
in regcache_exit()
223
map->
cache_ops
in regcache_exit()
[all...]
H
A
D
regmap-debugfs.c
662
if (map->
cache_ops
&& map->
cache_ops
->debugfs_init)
in regmap_debugfs_init()
663
map->
cache_ops
->debugfs_init(map);
in regmap_debugfs_init()
H
A
D
internal.h
132
const struct regcache_ops *
cache_ops
;
member
H
A
D
regmap.c
112
if (!map->
cache_ops
)
in regmap_cached()
158
if (map->
cache_ops
)
in regmap_volatile()
1786
* thus call map->
cache_ops
->drop() directly
in _regmap_raw_write_impl()
1788
if (map->
cache_ops
&& map->
cache_ops
->drop)
in _regmap_raw_write_impl()
1789
map->
cache_ops
->drop(map, reg, reg + 1);
in _regmap_raw_write_impl()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.c
372
static const struct sysfs_ops
cache_ops
= {
variable
378
.sysfs_ops = &
cache_ops
,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_topology.c
376
static const struct sysfs_ops
cache_ops
= {
variable
382
.sysfs_ops = &
cache_ops
,
Completed in 17 milliseconds