Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/base/regmap/
Dregcache.c397 regmap_async_complete(map); in regcache_sync()
456 regmap_async_complete(map); in regcache_sync_region()
Dregcache-rbtree.c507 return regmap_async_complete(map); in regcache_rbtree_sync()
Dregmap.c3274 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3296 EXPORT_SYMBOL_GPL(regmap_async_complete);
3351 regmap_async_complete(map); in regmap_register_patch()
/Linux-v6.6/include/linux/
Dregmap.h1277 int regmap_async_complete(struct regmap *map);
1981 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/Linux-v6.6/drivers/firmware/cirrus/
Dcs_dsp.c1487 ret = regmap_async_complete(regmap); in cs_dsp_load()
1500 regmap_async_complete(regmap); in cs_dsp_load()
2207 ret = regmap_async_complete(regmap); in cs_dsp_load_coeff()
2218 regmap_async_complete(regmap); in cs_dsp_load_coeff()
/Linux-v6.6/sound/soc/
Dsoc-component.c937 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()