Lines Matching defs:map
40 struct regmap *map, in regcache_rbtree_get_base_top_reg()
48 static unsigned int regcache_rbtree_get_register(struct regmap *map, in regcache_rbtree_get_register()
54 static void regcache_rbtree_set_register(struct regmap *map, in regcache_rbtree_set_register()
62 static struct regcache_rbtree_node *regcache_rbtree_lookup(struct regmap *map, in regcache_rbtree_lookup()
96 static int regcache_rbtree_insert(struct regmap *map, struct rb_root *root, in regcache_rbtree_insert()
134 struct regmap *map = s->private; in rbtree_show() local
178 static void rbtree_debugfs_init(struct regmap *map) in rbtree_debugfs_init()
184 static int regcache_rbtree_init(struct regmap *map) in regcache_rbtree_init()
213 static int regcache_rbtree_exit(struct regmap *map) in regcache_rbtree_exit()
242 static int regcache_rbtree_read(struct regmap *map, in regcache_rbtree_read()
262 static int regcache_rbtree_insert_to_block(struct regmap *map, in regcache_rbtree_insert_to_block()
317 regcache_rbtree_node_alloc(struct regmap *map, unsigned int reg) in regcache_rbtree_node_alloc()
368 static int regcache_rbtree_write(struct regmap *map, unsigned int reg, in regcache_rbtree_write()
465 static int regcache_rbtree_sync(struct regmap *map, unsigned int min, in regcache_rbtree_sync()
510 static int regcache_rbtree_drop(struct regmap *map, unsigned int min, in regcache_rbtree_drop()