Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/base/regmap/ !
Dinternal.h249 int regcache_init(struct regmap *map, const struct regmap_config *config);
Dregcache.c115 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init() function
Dregmap.c1231 ret = regcache_init(map, config); in __regmap_init()
1526 return regcache_init(map, config); in regmap_reinit_cache()