Loading drivers/base/regmap/internal.h +4 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,10 @@ int regcache_lookup_reg(struct regmap *map, unsigned int reg); int _regmap_raw_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len); int _regmap_raw_multi_reg_write(struct regmap *map, const struct reg_default *regs, size_t num_regs); void regmap_async_complete_cb(struct regmap_async *async, int ret); extern struct regcache_ops regcache_rbtree_ops; Loading drivers/base/regmap/regmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -1741,7 +1741,7 @@ EXPORT_SYMBOL_GPL(regmap_bulk_write); * they are all in the same page and have been changed to being page * relative. The page register has been written if that was neccessary. */ static int _regmap_raw_multi_reg_write(struct regmap *map, int _regmap_raw_multi_reg_write(struct regmap *map, const struct reg_default *regs, size_t num_regs) { Loading Loading
drivers/base/regmap/internal.h +4 −0 Original line number Diff line number Diff line Loading @@ -231,6 +231,10 @@ int regcache_lookup_reg(struct regmap *map, unsigned int reg); int _regmap_raw_write(struct regmap *map, unsigned int reg, const void *val, size_t val_len); int _regmap_raw_multi_reg_write(struct regmap *map, const struct reg_default *regs, size_t num_regs); void regmap_async_complete_cb(struct regmap_async *async, int ret); extern struct regcache_ops regcache_rbtree_ops; Loading
drivers/base/regmap/regmap.c +1 −1 Original line number Diff line number Diff line Loading @@ -1741,7 +1741,7 @@ EXPORT_SYMBOL_GPL(regmap_bulk_write); * they are all in the same page and have been changed to being page * relative. The page register has been written if that was neccessary. */ static int _regmap_raw_multi_reg_write(struct regmap *map, int _regmap_raw_multi_reg_write(struct regmap *map, const struct reg_default *regs, size_t num_regs) { Loading