Searched refs:regmap_bulk_read (Results 1 – 7 of 7) sorted by relevance
/include/linux/mfd/da9055/ |
D | core.h | 58 return regmap_bulk_read(da9055->regmap, reg, val, reg_cnt); in da9055_group_read()
|
/include/linux/mfd/wm8994/ |
D | core.h | 104 return regmap_bulk_read(wm8994->regmap, reg, buf, count); in wm8994_bulk_read()
|
/include/linux/mfd/ |
D | as3722.h | 399 return regmap_bulk_read(as3722->regmap, reg, buf, count); in as3722_block_read()
|
D | max14577-private.h | 456 return regmap_bulk_read(map, reg, buf, count); in max14577_bulk_read()
|
D | tps80031.h | 585 return regmap_bulk_read(tps80031->regmap[sid], reg, val, len); in tps80031_reads()
|
D | palmas.h | 3785 return regmap_bulk_read(palmas->regmap[slave_id], addr, in palmas_bulk_read()
|
/include/linux/ |
D | regmap.h | 1149 int regmap_bulk_read(struct regmap *map, unsigned int reg, void *val, 1634 static inline int regmap_bulk_read(struct regmap *map, unsigned int reg, in regmap_bulk_read() function
|