Searched refs:_regmap_bulk_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/base/regmap/ |
H A D | regmap.c | 3119 static int _regmap_bulk_read(struct regmap *map, unsigned int reg, in _regmap_bulk_read() function 3195 ret = _regmap_bulk_read(map, reg, NULL, val, val_count); in regmap_bulk_read() 3220 return _regmap_bulk_read(map, 0, regs, val, val_count); in regmap_multi_reg_read()
|