Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/base/regmap/
Dregcache.c394 regmap_async_complete(map); in regcache_sync()
450 regmap_async_complete(map); in regcache_sync_region()
Dregcache-rbtree.c502 return regmap_async_complete(map); in regcache_rbtree_sync()
Dregmap.c3361 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3383 EXPORT_SYMBOL_GPL(regmap_async_complete);
3438 regmap_async_complete(map); in regmap_register_patch()
/Linux-v6.1/include/linux/
Dregmap.h1222 int regmap_async_complete(struct regmap *map);
1943 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/Linux-v6.1/drivers/firmware/cirrus/
Dcs_dsp.c1444 ret = regmap_async_complete(regmap); in cs_dsp_load()
1457 regmap_async_complete(regmap); in cs_dsp_load()
2163 ret = regmap_async_complete(regmap); in cs_dsp_load_coeff()
2174 regmap_async_complete(regmap); in cs_dsp_load_coeff()
/Linux-v6.1/sound/soc/
Dsoc-component.c894 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()