Lines Matching defs:map

35 static inline bool regmap_should_log(struct regmap *map)  in regmap_should_log()
40 static inline bool regmap_should_log(struct regmap *map) { return false; } in regmap_should_log()
73 bool regmap_check_range_table(struct regmap *map, unsigned int reg, in regmap_check_range_table()
89 bool regmap_writeable(struct regmap *map, unsigned int reg) in regmap_writeable()
103 bool regmap_cached(struct regmap *map, unsigned int reg) in regmap_cached()
126 bool regmap_readable(struct regmap *map, unsigned int reg) in regmap_readable()
146 bool regmap_volatile(struct regmap *map, unsigned int reg) in regmap_volatile()
163 bool regmap_precious(struct regmap *map, unsigned int reg) in regmap_precious()
177 bool regmap_writeable_noinc(struct regmap *map, unsigned int reg) in regmap_writeable_noinc()
188 bool regmap_readable_noinc(struct regmap *map, unsigned int reg) in regmap_readable_noinc()
199 static bool regmap_volatile_range(struct regmap *map, unsigned int reg, in regmap_volatile_range()
211 static void regmap_format_2_6_write(struct regmap *map, in regmap_format_2_6_write()
219 static void regmap_format_4_12_write(struct regmap *map, in regmap_format_4_12_write()
226 static void regmap_format_7_9_write(struct regmap *map, in regmap_format_7_9_write()
233 static void regmap_format_10_14_write(struct regmap *map, in regmap_format_10_14_write()
447 struct regmap *map = __map; in regmap_lock_hwlock() local
454 struct regmap *map = __map; in regmap_lock_hwlock_irq() local
461 struct regmap *map = __map; in regmap_lock_hwlock_irqsave() local
469 struct regmap *map = __map; in regmap_unlock_hwlock() local
476 struct regmap *map = __map; in regmap_unlock_hwlock_irq() local
483 struct regmap *map = __map; in regmap_unlock_hwlock_irqrestore() local
495 struct regmap *map = __map; in regmap_lock_mutex() local
501 struct regmap *map = __map; in regmap_unlock_mutex() local
508 struct regmap *map = __map; in regmap_lock_spinlock() local
518 struct regmap *map = __map; in regmap_unlock_spinlock() local
531 static bool _regmap_range_add(struct regmap *map, in _regmap_range_add()
556 static struct regmap_range_node *_regmap_range_lookup(struct regmap *map, in _regmap_range_lookup()
576 static void regmap_range_exit(struct regmap *map) in regmap_range_exit()
592 int regmap_attach_dev(struct device *dev, struct regmap *map, in regmap_attach_dev()
689 struct regmap *map; in __regmap_init() local
1310 int regmap_reinit_cache(struct regmap *map, const struct regmap_config *config) in regmap_reinit_cache()
1338 void regmap_exit(struct regmap *map) in regmap_exit()
1408 struct device *regmap_get_device(struct regmap *map) in regmap_get_device()
1414 static int _regmap_select_page(struct regmap *map, unsigned int *reg, in _regmap_select_page()
1462 static void regmap_set_work_buf_flag_mask(struct regmap *map, int max_bytes, in regmap_set_work_buf_flag_mask()
1477 static int _regmap_raw_write_impl(struct regmap *map, unsigned int reg, in _regmap_raw_write_impl()
1674 bool regmap_can_raw_write(struct regmap *map) in regmap_can_raw_write()
1686 size_t regmap_get_raw_read_max(struct regmap *map) in regmap_get_raw_read_max()
1697 size_t regmap_get_raw_write_max(struct regmap *map) in regmap_get_raw_write_max()
1708 struct regmap *map = context; in _regmap_bus_formatted_write() local
1734 struct regmap *map = context; in _regmap_bus_reg_write() local
1742 struct regmap *map = context; in _regmap_bus_raw_write() local
1755 static inline void *_regmap_map_get_context(struct regmap *map) in _regmap_map_get_context()
1760 int _regmap_write(struct regmap *map, unsigned int reg, in _regmap_write()
1797 int regmap_write(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write()
1824 int regmap_write_async(struct regmap *map, unsigned int reg, unsigned int val) in regmap_write_async()
1845 int _regmap_raw_write(struct regmap *map, unsigned int reg, in _regmap_raw_write()
1899 int regmap_raw_write(struct regmap *map, unsigned int reg, in regmap_raw_write()
1940 int regmap_noinc_write(struct regmap *map, unsigned int reg, in regmap_noinc_write()
2056 int regmap_bulk_write(struct regmap *map, unsigned int reg, const void *val, in regmap_bulk_write()
2127 static int _regmap_raw_multi_reg_write(struct regmap *map, in _regmap_raw_multi_reg_write()
2175 static unsigned int _regmap_register_page(struct regmap *map, in _regmap_register_page()
2184 static int _regmap_range_multi_paged_reg_write(struct regmap *map, in _regmap_range_multi_paged_reg_write()
2261 static int _regmap_multi_reg_write(struct regmap *map, in _regmap_multi_reg_write()
2355 int regmap_multi_reg_write(struct regmap *map, const struct reg_sequence *regs, in regmap_multi_reg_write()
2388 int regmap_multi_reg_write_bypassed(struct regmap *map, in regmap_multi_reg_write_bypassed()
2432 int regmap_raw_write_async(struct regmap *map, unsigned int reg, in regmap_raw_write_async()
2456 static int _regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in _regmap_raw_read()
2492 struct regmap *map = context; in _regmap_bus_reg_read() local
2501 struct regmap *map = context; in _regmap_bus_read() local
2515 static int _regmap_read(struct regmap *map, unsigned int reg, in _regmap_read()
2557 int regmap_read(struct regmap *map, unsigned int reg, unsigned int *val) in regmap_read()
2585 int regmap_raw_read(struct regmap *map, unsigned int reg, void *val, in regmap_raw_read()
2681 int regmap_noinc_read(struct regmap *map, unsigned int reg, in regmap_noinc_read()
2792 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, in regmap_bulk_read()
2858 static int _regmap_update_bits(struct regmap *map, unsigned int reg, in _regmap_update_bits()
2912 int regmap_update_bits_base(struct regmap *map, unsigned int reg, in regmap_update_bits_base()
2934 struct regmap *map = async->map; in regmap_async_complete_cb() local
2953 static int regmap_async_is_done(struct regmap *map) in regmap_async_is_done()
2973 int regmap_async_complete(struct regmap *map) in regmap_async_complete()
3014 int regmap_register_patch(struct regmap *map, const struct reg_sequence *regs, in regmap_register_patch()
3064 int regmap_get_val_bytes(struct regmap *map) in regmap_get_val_bytes()
3081 int regmap_get_max_register(struct regmap *map) in regmap_get_max_register()
3095 int regmap_get_reg_stride(struct regmap *map) in regmap_get_reg_stride()
3101 int regmap_parse_val(struct regmap *map, const void *buf, in regmap_parse_val()