Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/regmap/
H A Dregcache.c157 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->name); in regcache_exit()
[all …]
H A Dregmap-debugfs.c651 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 Dinternal.h119 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()
1808 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()
1809 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dcache.c96 const unsigned int cache_ops[] = { ops }; \
100 for (i = 0; i < ARRAY_SIZE(cache_ops); i++) \
101 mips_cache(cache_ops[i], addr); \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c372 static const struct sysfs_ops cache_ops = { variable
378 .sysfs_ops = &cache_ops,