Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/base/regmap/ !
Dinternal.h252 int regcache_init(struct regmap *map, const struct regmap_config *config);
Dregcache.c113 int regcache_init(struct regmap *map, const struct regmap_config *config) in regcache_init() function
Dregmap.c1137 ret = regcache_init(map, config); in __regmap_init()
1432 return regcache_init(map, config); in regmap_reinit_cache()