Lines Matching defs:map

868 static inline int regmap_write(struct regmap *map, unsigned int reg,  in regmap_write()
875 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
882 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
889 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
896 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write()
903 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read()
910 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read()
917 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read()
924 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
931 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
938 static inline int regmap_update_bits_async(struct regmap *map, in regmap_update_bits_async()
946 static inline int regmap_update_bits_check(struct regmap *map, in regmap_update_bits_check()
955 static inline int regmap_update_bits_check_async(struct regmap *map, in regmap_update_bits_check_async()
965 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
971 static inline int regmap_get_max_register(struct regmap *map) in regmap_get_max_register()
977 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
983 static inline int regcache_sync(struct regmap *map) in regcache_sync()
989 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region()
996 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
1003 static inline void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only()
1008 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass()
1013 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
1018 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete()
1023 static inline int regmap_register_patch(struct regmap *map, in regmap_register_patch()
1031 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()
1044 static inline struct device *regmap_get_device(struct regmap *map) in regmap_get_device()