Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/base/regmap/
Dinternal.h208 int regcache_init(struct regmap *map, const struct regmap_config *config);
Dregcache.c97 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init() function
Dregmap.c880 ret = regcache_init(map, config); in regmap_init()
1066 return regcache_init(map, config); in regmap_reinit_cache()