Home
last modified time | relevance | path

Searched refs:regmap_bulk_read (Results 1 – 7 of 7) sorted by relevance

/include/linux/mfd/da9055/
Dcore.h58 return regmap_bulk_read(da9055->regmap, reg, val, reg_cnt); in da9055_group_read()
/include/linux/mfd/wm8994/
Dcore.h104 return regmap_bulk_read(wm8994->regmap, reg, buf, count); in wm8994_bulk_read()
/include/linux/mfd/
Das3722.h399 return regmap_bulk_read(as3722->regmap, reg, buf, count); in as3722_block_read()
Dmax14577-private.h456 return regmap_bulk_read(map, reg, buf, count); in max14577_bulk_read()
Dtps80031.h585 return regmap_bulk_read(tps80031->regmap[sid], reg, val, len); in tps80031_reads()
Dpalmas.h3785 return regmap_bulk_read(palmas->regmap[slave_id], addr, in palmas_bulk_read()
/include/linux/
Dregmap.h1149 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