Searched refs:cache_ops (Results 1 – 5 of 5) sorted by relevance
161 !map->cache_ops->name) in regcache_init()191 map->cache_ops->name); in regcache_init()211 BUG_ON(!map->cache_ops); in regcache_exit()219 map->cache_ops->name); in regcache_exit()241 BUG_ON(!map->cache_ops); in regcache_read()270 BUG_ON(!map->cache_ops); in regcache_write()346 BUG_ON(!map->cache_ops); in regcache_sync()352 map->cache_ops->name); in regcache_sync()373 if (map->cache_ops->sync) in regcache_sync()415 BUG_ON(!map->cache_ops); in regcache_sync_region()[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()
123 const struct regcache_ops *cache_ops; member
112 if (!map->cache_ops) in regmap_cached()158 if (map->cache_ops) in regmap_volatile()1847 if (map->cache_ops && map->cache_ops->drop) in _regmap_raw_write_impl()1848 map->cache_ops->drop(map, reg, reg + 1); in _regmap_raw_write_impl()
373 static const struct sysfs_ops cache_ops = { variable379 .sysfs_ops = &cache_ops,
Completed in 16 milliseconds