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

/linux-master/drivers/base/regmap/
H A Dregcache.c161 map->cache_ops = cache_types[i];
163 if (!map->cache_ops->read ||
164 !map->cache_ops->write ||
165 !map->cache_ops->name)
195 if (map->cache_ops->init) {
197 map->cache_ops->name);
198 ret = map->cache_ops->init(map);
217 BUG_ON(!map->cache_ops);
223 if (map->cache_ops->exit) {
225 map->cache_ops
[all...]
H A Dregmap-debugfs.c662 if (map->cache_ops && map->cache_ops->debugfs_init)
663 map->cache_ops->debugfs_init(map);
H A Dinternal.h133 const struct regcache_ops *cache_ops; member in struct:regmap
H A Dregmap.c112 if (!map->cache_ops)
158 if (map->cache_ops)
1788 * thus call map->cache_ops->drop() directly
1790 if (map->cache_ops && map->cache_ops->drop)
1791 map->cache_ops->drop(map, reg, reg + 1);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c376 static const struct sysfs_ops cache_ops = { variable in typeref:struct:sysfs_ops
382 .sysfs_ops = &cache_ops,

Completed in 170 milliseconds