Lines Matching defs:map
36 static inline bool regmap_should_log(struct regmap *map) in regmap_should_log()
41 static inline bool regmap_should_log(struct regmap *map) { return false; } in regmap_should_log()
74 bool regmap_check_range_table(struct regmap *map, unsigned int reg, in regmap_check_range_table()
90 bool regmap_writeable(struct regmap *map, unsigned int reg) in regmap_writeable()
104 bool regmap_cached(struct regmap *map, unsigned int reg) in regmap_cached()
127 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable()
147 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile()
164 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious()
178 bool regmap_writeable_noinc(struct regmap *map, unsigned int reg) in regmap_writeable_noinc()
189 bool regmap_readable_noinc(struct regmap *map, unsigned int reg) in regmap_readable_noinc()
200 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range()
212 static void regmap_format_12_20_write(struct regmap *map, in regmap_format_12_20_write()
224 static void regmap_format_2_6_write(struct regmap *map, in regmap_format_2_6_write()
232 static void regmap_format_4_12_write(struct regmap *map, in regmap_format_4_12_write()
239 static void regmap_format_7_9_write(struct regmap *map, in regmap_format_7_9_write()
246 static void regmap_format_7_17_write(struct regmap *map, in regmap_format_7_17_write()
256 static void regmap_format_10_14_write(struct regmap *map, in regmap_format_10_14_write()
396 struct regmap *map = __map; in regmap_lock_hwlock() local
403 struct regmap *map = __map; in regmap_lock_hwlock_irq() local
410 struct regmap *map = __map; in regmap_lock_hwlock_irqsave() local
418 struct regmap *map = __map; in regmap_unlock_hwlock() local
425 struct regmap *map = __map; in regmap_unlock_hwlock_irq() local
432 struct regmap *map = __map; in regmap_unlock_hwlock_irqrestore() local
444 struct regmap *map = __map; in regmap_lock_mutex() local
450 struct regmap *map = __map; in regmap_unlock_mutex() local
457 struct regmap *map = __map; in regmap_lock_spinlock() local
467 struct regmap *map = __map; in regmap_unlock_spinlock() local
474 struct regmap *map = __map; in regmap_lock_raw_spinlock() local
484 struct regmap *map = __map; in regmap_unlock_raw_spinlock() local
497 static bool _regmap_range_add(struct regmap *map, in _regmap_range_add()
522 static struct regmap_range_node *_regmap_range_lookup(struct regmap *map, in _regmap_range_lookup()
542 static void regmap_range_exit(struct regmap *map) in regmap_range_exit()
558 static int regmap_set_name(struct regmap *map, const struct regmap_config *config) in regmap_set_name()
573 int regmap_attach_dev(struct device *dev, struct regmap *map, in regmap_attach_dev()
671 struct regmap *map; in __regmap_init() local
1408 int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config) in regmap_reinit_cache()
1443 void regmap_exit(struct regmap *map) in regmap_exit()
1519 struct device *regmap_get_device(struct regmap *map) in regmap_get_device()
1525 static int _regmap_select_page(struct regmap *map, unsigned int *reg, in _regmap_select_page()
1573 static void regmap_set_work_buf_flag_mask(struct regmap *map, int max_bytes, in regmap_set_work_buf_flag_mask()
1588 static unsigned int regmap_reg_addr(struct regmap *map, unsigned int reg) in regmap_reg_addr()
1600 static int _regmap_raw_write_impl(struct regmap *map, unsigned int reg, in _regmap_raw_write_impl()
1805 bool regmap_can_raw_write(struct regmap *map) in regmap_can_raw_write()
1816 size_t regmap_get_raw_read_max(struct regmap *map) in regmap_get_raw_read_max()
1827 size_t regmap_get_raw_write_max(struct regmap *map) in regmap_get_raw_write_max()
1838 struct regmap *map = context; in _regmap_bus_formatted_write() local
1864 struct regmap *map = context; in _regmap_bus_reg_write() local
1882 struct regmap *map = context; in _regmap_bus_raw_write() local
1896 static inline void *_regmap_map_get_context(struct regmap *map) in _regmap_map_get_context()
1901 int _regmap_write(struct regmap *map, unsigned int reg, in _regmap_write()
1941 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write()
1968 int regmap_write_async(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write_async()
1989 int _regmap_raw_write(struct regmap *map, unsigned int reg, in _regmap_raw_write()
2043 int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
2063 static int regmap_noinc_readwrite(struct regmap *map, unsigned int reg, in regmap_noinc_readwrite()
2162 int regmap_noinc_write(struct regmap *map, unsigned int reg, in regmap_noinc_write()
2307 int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, in regmap_bulk_write()
2377 static int _regmap_raw_multi_reg_write(struct regmap *map, in _regmap_raw_multi_reg_write()
2426 static unsigned int _regmap_register_page(struct regmap *map, in _regmap_register_page()
2435 static int _regmap_range_multi_paged_reg_write(struct regmap *map, in _regmap_range_multi_paged_reg_write()
2516 static int _regmap_multi_reg_write(struct regmap *map, in _regmap_multi_reg_write()
2614 int regmap_multi_reg_write(struct regmap *map, const struct reg_sequence *regs, in regmap_multi_reg_write()
2647 int regmap_multi_reg_write_bypassed(struct regmap *map, in regmap_multi_reg_write_bypassed()
2691 int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
2715 static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in _regmap_raw_read()
2750 struct regmap *map = context; in _regmap_bus_reg_read() local
2769 struct regmap *map = context; in _regmap_bus_read() local
2783 static int _regmap_read(struct regmap *map, unsigned int reg, in _regmap_read()
2825 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read()
2853 int regmap_read_bypassed(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read_bypassed()
2890 int regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in regmap_raw_read()
2989 int regmap_noinc_read(struct regmap *map, unsigned int reg, in regmap_noinc_read()
3105 static int _regmap_bulk_read(struct regmap *map, unsigned int reg, in _regmap_bulk_read()
3161 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, in regmap_bulk_read()
3200 int regmap_multi_reg_read(struct regmap *map, unsigned int *regs, void *val, in regmap_multi_reg_read()
3210 static int _regmap_update_bits(struct regmap *map, unsigned int reg, in _regmap_update_bits()
3265 int regmap_update_bits_base(struct regmap *map, unsigned int reg, in regmap_update_bits_base()
3296 int regmap_test_bits(struct regmap *map, unsigned int reg, unsigned int bits) in regmap_test_bits()
3310 struct regmap *map = async->map; in regmap_async_complete_cb() local
3329 static int regmap_async_is_done(struct regmap *map) in regmap_async_is_done()
3349 int regmap_async_complete(struct regmap *map) in regmap_async_complete()
3390 int regmap_register_patch(struct regmap *map, const struct reg_sequence *regs, in regmap_register_patch()
3440 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
3457 int regmap_get_max_register(struct regmap *map) in regmap_get_max_register()
3471 int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
3484 bool regmap_might_sleep(struct regmap *map) in regmap_might_sleep()
3490 int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()