Home
last modified time | relevance | path

Searched refs:regmap_async_complete (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/base/regmap/
Dregcache.c388 regmap_async_complete(map); in regcache_sync()
444 regmap_async_complete(map); in regcache_sync_region()
Dregcache-rbtree.c502 return regmap_async_complete(map); in regcache_rbtree_sync()
Dregmap.c3195 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3217 EXPORT_SYMBOL_GPL(regmap_async_complete);
3272 regmap_async_complete(map); in regmap_register_patch()
/Linux-v5.15/include/linux/
Dregmap.h1186 int regmap_async_complete(struct regmap *map);
1830 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.c1996 ret = regmap_async_complete(regmap); in wm_adsp_load()
2009 regmap_async_complete(regmap); in wm_adsp_load()
2735 ret = regmap_async_complete(regmap); in wm_adsp_load_coeff()
2746 regmap_async_complete(regmap); in wm_adsp_load_coeff()
/Linux-v5.15/sound/soc/
Dsoc-component.c897 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()