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

/linux-4.4.14/drivers/base/regmap/
H A Dregcache.c129 map->cache_ops = cache_types[i]; regcache_init()
131 if (!map->cache_ops->read || regcache_init()
132 !map->cache_ops->write || regcache_init()
133 !map->cache_ops->name) regcache_init()
163 if (map->cache_ops->init) { regcache_init()
165 map->cache_ops->name); regcache_init()
166 ret = map->cache_ops->init(map); regcache_init()
185 BUG_ON(!map->cache_ops); regcache_exit()
191 if (map->cache_ops->exit) { regcache_exit()
193 map->cache_ops->name); regcache_exit()
194 map->cache_ops->exit(map); regcache_exit()
215 BUG_ON(!map->cache_ops); regcache_read()
218 ret = map->cache_ops->read(map, reg, value); regcache_read()
244 BUG_ON(!map->cache_ops); regcache_write()
247 return map->cache_ops->write(map, reg, value); regcache_write()
320 BUG_ON(!map->cache_ops); regcache_sync()
326 map->cache_ops->name); regcache_sync()
327 name = map->cache_ops->name; regcache_sync()
347 if (map->cache_ops->sync) regcache_sync()
348 ret = map->cache_ops->sync(map, 0, map->max_register); regcache_sync()
389 BUG_ON(!map->cache_ops); regcache_sync_region()
396 name = map->cache_ops->name; regcache_sync_region()
406 if (map->cache_ops->sync) regcache_sync_region()
407 ret = map->cache_ops->sync(map, min, max); regcache_sync_region()
442 if (!map->cache_ops || !map->cache_ops->drop) regcache_drop_region()
449 ret = map->cache_ops->drop(map, min, max); regcache_drop_region()
H A Dregmap-debugfs.c632 if (map->cache_ops && map->cache_ops->debugfs_init) regmap_debugfs_init()
633 map->cache_ops->debugfs_init(map); regmap_debugfs_init()
H A Dinternal.h115 const struct regcache_ops *cache_ops; member in struct:regmap
H A Dregmap.c126 if (map->cache_ops) regmap_volatile()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c623 static const struct sysfs_ops cache_ops = { variable in typeref:struct:sysfs_ops
628 .sysfs_ops = &cache_ops,

Completed in 175 milliseconds