Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
A Dregcache.c165 !map->cache_ops->name) in regcache_init()
197 map->cache_ops->name); in regcache_init()
219 BUG_ON(!map->cache_ops); in regcache_exit()
227 map->cache_ops->name); in regcache_exit()
251 BUG_ON(!map->cache_ops); in regcache_read()
280 BUG_ON(!map->cache_ops); in regcache_write()
370 BUG_ON(!map->cache_ops); in regcache_sync()
376 map->cache_ops->name); in regcache_sync()
395 if (map->cache_ops->sync) in regcache_sync()
462 BUG_ON(!map->cache_ops); in regcache_sync_region()
[all …]
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()
A Dinternal.h133 const struct regcache_ops *cache_ops; member
A Dregmap.c112 if (!map->cache_ops) in regmap_cached()
158 if (map->cache_ops) in regmap_volatile()
1791 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()
1792 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.c379 static const struct sysfs_ops cache_ops = { variable
385 .sysfs_ops = &cache_ops,

Completed in 16 milliseconds