Lines Matching defs:map

24 static int regcache_hw_init(struct regmap *map)  in regcache_hw_init()
113 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init()
210 void regcache_exit(struct regmap *map) in regcache_exit()
237 int regcache_read(struct regmap *map, in regcache_read()
268 int regcache_write(struct regmap *map, in regcache_write()
282 bool regcache_reg_needs_sync(struct regmap *map, unsigned int reg, in regcache_reg_needs_sync()
301 static int regcache_default_sync(struct regmap *map, unsigned int min, in regcache_default_sync()
353 int regcache_sync(struct regmap *map) in regcache_sync()
446 int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region()
504 int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
536 void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only()
560 void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
580 void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass()
598 bool regcache_reg_cached(struct regmap *map, unsigned int reg) in regcache_reg_cached()
613 void regcache_set_val(struct regmap *map, void *base, unsigned int idx, in regcache_set_val()
647 unsigned int regcache_get_val(struct regmap *map, const void *base, in regcache_get_val()
689 int regcache_lookup_reg(struct regmap *map, unsigned int reg) in regcache_lookup_reg()
714 int regcache_sync_val(struct regmap *map, unsigned int reg, unsigned int val) in regcache_sync_val()
738 static int regcache_sync_block_single(struct regmap *map, void *block, in regcache_sync_block_single()
762 static int regcache_sync_block_raw_flush(struct regmap *map, const void **data, in regcache_sync_block_raw_flush()
790 static int regcache_sync_block_raw(struct regmap *map, void *block, in regcache_sync_block_raw()
832 int regcache_sync_block(struct regmap *map, void *block, in regcache_sync_block()