Home
last modified time | relevance | path

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

/linux-6.15/drivers/base/regmap/
H A Dregcache.c196 !map->cache_ops->name) in regcache_init()
228 map->cache_ops->name); in regcache_init()
250 BUG_ON(!map->cache_ops); in regcache_exit()
258 map->cache_ops->name); in regcache_exit()
282 BUG_ON(!map->cache_ops); in regcache_read()
311 BUG_ON(!map->cache_ops); in regcache_write()
401 BUG_ON(!map->cache_ops); in regcache_sync()
407 map->cache_ops->name); in regcache_sync()
426 if (map->cache_ops->sync) in regcache_sync()
493 BUG_ON(!map->cache_ops); in regcache_sync_region()
[all …]
H A Dregmap-debugfs.c662 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 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 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()
1804 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c361 static const struct sysfs_ops cache_ops = { variable
367 .sysfs_ops = &cache_ops,