Searched refs:regmap_raw_read (Results 1 – 2 of 2) sorted by relevance
179 int regmap_raw_read(struct regmap *map, uint offset, void *valp,
431 int regmap_raw_read(struct regmap *map, uint offset, void *valp, size_t val_len) in regmap_raw_read() function438 return regmap_raw_read(map, offset, valp, map->width); in regmap_read()
Completed in 4 milliseconds