Home
last modified time | relevance | path

Searched refs:cache_ops (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/base/regmap/
H A Dregcache.c181 map->cache_ops = cache_types[i]; in regcache_init()
183 if (!map->cache_ops->read || in regcache_init()
184 !map->cache_ops->write || in regcache_init()
185 !map->cache_ops->name) in regcache_init()
215 if (map->cache_ops->init) { in regcache_init()
217 map->cache_ops->name); in regcache_init()
219 ret = map->cache_ops->init(map); in regcache_init()
239 BUG_ON(!map->cache_ops); in regcache_exit()
245 if (map->cache_ops->exit) { in regcache_exit()
247 map->cache_ops in regcache_exit()
[all...]
H A Dinternal.h134 const struct regcache_ops *cache_ops; member
H A Dregmap.c112 if (!map->cache_ops) in regmap_cached()
158 if (map->cache_ops) in regmap_volatile()
1803 * thus call map->cache_ops->drop() directly in _regmap_raw_write_impl()
1805 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()
1806 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c361 static const struct sysfs_ops cache_ops = { variable
367 .sysfs_ops = &cache_ops,