Home
last modified time | relevance | path

Searched refs:cache_ops (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/base/regmap/
Dregcache.c161 map->cache_ops = cache_types[i]; in regcache_init()
163 if (!map->cache_ops->read || in regcache_init()
164 !map->cache_ops->write || in regcache_init()
165 !map->cache_ops->name) in regcache_init()
193 if (map->cache_ops->init) { in regcache_init()
195 map->cache_ops->name); in regcache_init()
196 ret = map->cache_ops->init(map); in regcache_init()
215 BUG_ON(!map->cache_ops); in regcache_exit()
221 if (map->cache_ops->exit) { in regcache_exit()
223 map->cache_ops->name); in regcache_exit()
[all …]
Dregmap-debugfs.c656 if (map->cache_ops && map->cache_ops->debugfs_init) in regmap_debugfs_init()
657 map->cache_ops->debugfs_init(map); in regmap_debugfs_init()
Dinternal.h120 const struct regcache_ops *cache_ops; member
Dregmap.c106 if (!map->cache_ops) in regmap_cached()
152 if (map->cache_ops) in regmap_volatile()
1634 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()
1635 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()