Searched refs:cache_ops (Results 1 – 5 of 5) sorted by relevance
163 map->cache_ops = cache_types[i]; in regcache_init()165 if (!map->cache_ops->read || in regcache_init()166 !map->cache_ops->write || in regcache_init()167 !map->cache_ops->name) in regcache_init()195 if (map->cache_ops->init) { in regcache_init()197 map->cache_ops->name); in regcache_init()198 ret = map->cache_ops->init(map); in regcache_init()217 BUG_ON(!map->cache_ops); in regcache_exit()223 if (map->cache_ops->exit) { in regcache_exit()225 map->cache_ops->name); in regcache_exit()[all …]
651 if (map->cache_ops && map->cache_ops->debugfs_init) in regmap_debugfs_init()652 map->cache_ops->debugfs_init(map); in regmap_debugfs_init()
129 const struct regcache_ops *cache_ops; member
112 if (!map->cache_ops) in regmap_cached()158 if (map->cache_ops) in regmap_volatile()1869 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()1870 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
394 static const struct sysfs_ops cache_ops = { variable400 .sysfs_ops = &cache_ops,