Lines Matching defs:map
44 struct regmap *map, in regcache_rbtree_get_base_top_reg()
52 static unsigned int regcache_rbtree_get_register(struct regmap *map, in regcache_rbtree_get_register()
58 static void regcache_rbtree_set_register(struct regmap *map, in regcache_rbtree_set_register()
66 static struct regcache_rbtree_node *regcache_rbtree_lookup(struct regmap *map, in regcache_rbtree_lookup()
100 static int regcache_rbtree_insert(struct regmap *map, struct rb_root *root, in regcache_rbtree_insert()
138 struct regmap *map = s->private; in rbtree_show() local
192 static void rbtree_debugfs_init(struct regmap *map) in rbtree_debugfs_init()
198 static int regcache_rbtree_init(struct regmap *map) in regcache_rbtree_init()
227 static int regcache_rbtree_exit(struct regmap *map) in regcache_rbtree_exit()
256 static int regcache_rbtree_read(struct regmap *map, in regcache_rbtree_read()
276 static int regcache_rbtree_insert_to_block(struct regmap *map, in regcache_rbtree_insert_to_block()
332 regcache_rbtree_node_alloc(struct regmap *map, unsigned int reg) in regcache_rbtree_node_alloc()
383 static int regcache_rbtree_write(struct regmap *map, unsigned int reg, in regcache_rbtree_write()
479 static int regcache_rbtree_sync(struct regmap *map, unsigned int min, in regcache_rbtree_sync()
520 static int regcache_rbtree_drop(struct regmap *map, unsigned int min, in regcache_rbtree_drop()