• Home
  • Raw
  • Download

Lines Matching defs:map

122 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \  argument
152 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument
1253 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1259 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1265 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1274 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1282 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1325 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1332 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1707 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
1714 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
1721 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1728 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
1735 static inline int regmap_noinc_write(struct regmap *map, unsigned int reg, in regmap_noinc_write()
1742 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write()
1749 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read()
1756 static inline int regmap_read_bypassed(struct regmap *map, unsigned int reg, in regmap_read_bypassed()
1763 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read()
1770 static inline int regmap_noinc_read(struct regmap *map, unsigned int reg, in regmap_noinc_read()
1777 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read()
1784 static inline int regmap_update_bits_base(struct regmap *map, unsigned int reg, in regmap_update_bits_base()
1792 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1799 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1806 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits()
1830 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1837 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1844 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1853 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1861 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1948 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
1954 static inline int regmap_get_max_register(struct regmap *map) in regmap_get_max_register()
1960 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
1966 static inline bool regmap_might_sleep(struct regmap *map) in regmap_might_sleep()
1972 static inline int regcache_sync(struct regmap *map) in regcache_sync()
1978 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region()
1985 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
1992 static inline void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only()
1997 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass()
2002 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
2007 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete()
2012 static inline int regmap_register_patch(struct regmap *map, in regmap_register_patch()
2020 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()
2033 static inline struct device *regmap_get_device(struct regmap *map) in regmap_get_device()