Home
last modified time | relevance | path

Searched refs:regcache_init (Results 1 – 3 of 3) sorted by relevance

/drivers/base/regmap/
Dinternal.h188 int regcache_init(struct regmap *map, const struct regmap_config *config);
Dregcache.c94 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init() function
Dregmap.c735 ret = regcache_init(map, config); in regmap_init()
835 return regcache_init(map, config); in regmap_reinit_cache()