Lines Matching +defs:val +defs:map

128 #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \  argument
158 #define regmap_read_poll_timeout_atomic(map, addr, val, cond, delay_us, timeout_us) \ argument
199 #define regmap_field_read_poll_timeout(field, val, cond, sleep_us, timeout_us) \ argument
1311 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1312 unsigned int mask, unsigned int val) in regmap_update_bits()
1317 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1318 unsigned int mask, unsigned int val) in regmap_update_bits_async()
1323 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1324 unsigned int mask, unsigned int val, in regmap_update_bits_check()
1332 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1333 unsigned int mask, unsigned int val, in regmap_update_bits_check_async()
1340 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1341 unsigned int mask, unsigned int val) in regmap_write_bits()
1383 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1390 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1396 static inline int regmap_assign_bits(struct regmap *map, unsigned int reg, in regmap_assign_bits()
1469 unsigned int val) in regmap_field_write()
1476 unsigned int val) in regmap_field_force_write()
1482 unsigned int mask, unsigned int val) in regmap_field_update_bits()
1506 unsigned int mask, unsigned int val) in regmap_field_force_update_bits()
1513 unsigned int id, unsigned int val) in regmap_fields_write()
1520 unsigned int id, unsigned int val) in regmap_fields_force_write()
1528 unsigned int mask, unsigned int val) in regmap_fields_update_bits()
1536 unsigned int mask, unsigned int val) in regmap_fields_force_update_bits()
1774 static inline int regmap_write(struct regmap *map, unsigned int reg, in regmap_write()
1775 unsigned int val) in regmap_write()
1781 static inline int regmap_write_async(struct regmap *map, unsigned int reg, in regmap_write_async()
1782 unsigned int val) in regmap_write_async()
1788 static inline int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1789 const void *val, size_t val_len) in regmap_raw_write()
1795 static inline int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
1796 const void *val, size_t val_len) in regmap_raw_write_async()
1802 static inline int regmap_noinc_write(struct regmap *map, unsigned int reg, in regmap_noinc_write()
1803 const void *val, size_t val_len) in regmap_noinc_write()
1809 static inline int regmap_bulk_write(struct regmap *map, unsigned int reg, in regmap_bulk_write()
1810 const void *val, size_t val_count) in regmap_bulk_write()
1816 static inline int regmap_read(struct regmap *map, unsigned int reg, in regmap_read()
1817 unsigned int *val) in regmap_read()
1823 static inline int regmap_read_bypassed(struct regmap *map, unsigned int reg, in regmap_read_bypassed()
1824 unsigned int *val) in regmap_read_bypassed()
1830 static inline int regmap_raw_read(struct regmap *map, unsigned int reg, in regmap_raw_read()
1831 void *val, size_t val_len) in regmap_raw_read()
1837 static inline int regmap_noinc_read(struct regmap *map, unsigned int reg, in regmap_noinc_read()
1838 void *val, size_t val_len) in regmap_noinc_read()
1844 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read()
1845 void *val, size_t val_count) in regmap_bulk_read()
1851 static inline int regmap_update_bits_base(struct regmap *map, unsigned int reg, in regmap_update_bits_base()
1852 unsigned int mask, unsigned int val, in regmap_update_bits_base()
1859 static inline int regmap_set_bits(struct regmap *map, in regmap_set_bits()
1866 static inline int regmap_clear_bits(struct regmap *map, in regmap_clear_bits()
1873 static inline int regmap_assign_bits(struct regmap *map, unsigned int reg, in regmap_assign_bits()
1880 static inline int regmap_test_bits(struct regmap *map, in regmap_test_bits()
1888 unsigned int mask, unsigned int val, in regmap_field_update_bits_base()
1897 unsigned int mask, unsigned int val, in regmap_fields_update_bits_base()
1904 static inline int regmap_update_bits(struct regmap *map, unsigned int reg, in regmap_update_bits()
1905 unsigned int mask, unsigned int val) in regmap_update_bits()
1911 static inline int regmap_update_bits_async(struct regmap *map, unsigned int reg, in regmap_update_bits_async()
1912 unsigned int mask, unsigned int val) in regmap_update_bits_async()
1918 static inline int regmap_update_bits_check(struct regmap *map, unsigned int reg, in regmap_update_bits_check()
1919 unsigned int mask, unsigned int val, in regmap_update_bits_check()
1927 regmap_update_bits_check_async(struct regmap *map, unsigned int reg, in regmap_update_bits_check_async()
1928 unsigned int mask, unsigned int val, in regmap_update_bits_check_async()
1935 static inline int regmap_write_bits(struct regmap *map, unsigned int reg, in regmap_write_bits()
1936 unsigned int mask, unsigned int val) in regmap_write_bits()
1943 unsigned int val) in regmap_field_write()
1950 unsigned int val) in regmap_field_force_write()
1957 unsigned int mask, unsigned int val) in regmap_field_update_bits()
1965 unsigned int mask, unsigned int val) in regmap_field_force_update_bits()
1993 unsigned int id, unsigned int val) in regmap_fields_write()
2000 unsigned int id, unsigned int val) in regmap_fields_force_write()
2008 unsigned int mask, unsigned int val) in regmap_fields_update_bits()
2016 unsigned int mask, unsigned int val) in regmap_fields_force_update_bits()
2022 static inline int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
2028 static inline int regmap_get_max_register(struct regmap *map) in regmap_get_max_register()
2034 static inline int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
2040 static inline bool regmap_might_sleep(struct regmap *map) in regmap_might_sleep()
2046 static inline int regcache_sync(struct regmap *map) in regcache_sync()
2052 static inline int regcache_sync_region(struct regmap *map, unsigned int min, in regcache_sync_region()
2059 static inline int regcache_drop_region(struct regmap *map, unsigned int min, in regcache_drop_region()
2066 static inline void regcache_cache_only(struct regmap *map, bool enable) in regcache_cache_only()
2071 static inline void regcache_cache_bypass(struct regmap *map, bool enable) in regcache_cache_bypass()
2076 static inline void regcache_mark_dirty(struct regmap *map) in regcache_mark_dirty()
2081 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete()
2086 static inline int regmap_register_patch(struct regmap *map, in regmap_register_patch()
2094 static inline int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()
2095 unsigned int *val) in regmap_parse_val()
2107 static inline struct device *regmap_get_device(struct regmap *map) in regmap_get_device()