Lines Matching defs:map
104 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \ argument
134 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument
1075 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1081 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1087 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1096 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1104 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1145 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1152 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1472 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
1479 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
1486 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1493 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
1500 static inline int regmap_noinc_write(struct regmap *map, unsigned int reg, in regmap_noinc_write()
1507 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write()
1514 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read()
1521 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read()
1528 static inline int regmap_noinc_read(struct regmap *map, unsigned int reg, in regmap_noinc_read()
1535 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read()
1542 static inline int regmap_update_bits_base(struct regmap *map, unsigned int reg, in regmap_update_bits_base()
1550 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1557 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1564 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits()
1588 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1595 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1602 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1611 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1619 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1685 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
1691 static inline int regmap_get_max_register(struct regmap *map) in regmap_get_max_register()
1697 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
1703 static inline int regcache_sync(struct regmap *map) in regcache_sync()
1709 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region()
1716 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
1723 static inline void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only()
1728 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass()
1733 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
1738 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete()
1743 static inline int regmap_register_patch(struct regmap *map, in regmap_register_patch()
1751 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()
1764 static inline struct device *regmap_get_device(struct regmap *map) in regmap_get_device()