• Home
  • Raw
  • Download

Lines Matching defs:map

576 static inline int regmap_write(struct regmap *map, unsigned int reg,  in regmap_write()
583 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
590 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
597 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
604 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write()
611 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read()
618 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read()
625 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read()
632 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
639 static inline int regmap_update_bits_async(struct regmap *map, in regmap_update_bits_async()
647 static inline int regmap_update_bits_check(struct regmap *map, in regmap_update_bits_check()
656 static inline int regmap_update_bits_check_async(struct regmap *map, in regmap_update_bits_check_async()
666 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
672 static inline int regcache_sync(struct regmap *map) in regcache_sync()
678 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region()
685 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
692 static inline void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only()
697 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass()
702 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
707 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete()
712 static inline int regmap_register_patch(struct regmap *map, in regmap_register_patch()
720 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()
733 static inline struct device *regmap_get_device(struct regmap *map) in regmap_get_device()