Searched refs:cache_ops (Results 1 – 5 of 5) sorted by relevance
129 map->cache_ops = cache_types[i]; in regcache_init()131 if (!map->cache_ops->read || in regcache_init()132 !map->cache_ops->write || in regcache_init()133 !map->cache_ops->name) in regcache_init()163 if (map->cache_ops->init) { in regcache_init()165 map->cache_ops->name); in regcache_init()166 ret = map->cache_ops->init(map); in regcache_init()185 BUG_ON(!map->cache_ops); in regcache_exit()191 if (map->cache_ops->exit) { in regcache_exit()193 map->cache_ops->name); in regcache_exit()[all …]
632 if (map->cache_ops && map->cache_ops->debugfs_init) in regmap_debugfs_init()633 map->cache_ops->debugfs_init(map); in regmap_debugfs_init()
115 const struct regcache_ops *cache_ops; member
126 if (map->cache_ops) in regmap_volatile()
623 static const struct sysfs_ops cache_ops = { variable628 .sysfs_ops = &cache_ops,