Searched refs:cache_ops (Results 1 – 4 of 4) sorted by relevance
181 map->cache_ops = cache_types[i]; in regcache_init()183 if (!map->cache_ops->read || in regcache_init()184 !map->cache_ops->write || in regcache_init()185 !map->cache_ops->name) in regcache_init()215 if (map->cache_ops->init) { in regcache_init()217 map->cache_ops->name); in regcache_init()219 ret = map->cache_ops->init(map); in regcache_init()225 if (map->cache_ops->populate && in regcache_init()227 dev_dbg(map->dev, "Populating %s cache\n", map->cache_ops->name); in regcache_init()229 ret = map->cache_ops->populate(map); in regcache_init()[all …]
652 if (map->cache_ops && map->cache_ops->debugfs_init) in regmap_debugfs_init()653 map->cache_ops->debugfs_init(map); in regmap_debugfs_init()
112 if (!map->cache_ops) in regmap_cached()158 if (map->cache_ops) in regmap_volatile()1809 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()1810 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
361 static const struct sysfs_ops cache_ops = { variable367 .sysfs_ops = &cache_ops,