Lines Matching +defs:map +defs:cache
46 struct regmap *map; member
153 void *cache; member
210 struct regmap *map; member
239 static inline void regmap_debugfs_disable(struct regmap *map) in regmap_debugfs_disable()
246 static inline void regmap_debugfs_init(struct regmap *map) { } in regmap_debugfs_init()
247 static inline void regmap_debugfs_exit(struct regmap *map) { } in regmap_debugfs_exit()
248 static inline void regmap_debugfs_disable(struct regmap *map) { } in regmap_debugfs_disable()
266 static inline const void *regcache_get_val_addr(struct regmap *map, in regcache_get_val_addr()
293 static inline const char *regmap_name(const struct regmap *map) in regmap_name()
301 static inline unsigned int regmap_get_offset(const struct regmap *map, in regmap_get_offset()
310 static inline unsigned int regcache_get_index_by_order(const struct regmap *map, in regcache_get_index_by_order()