Home
last modified time | relevance | path

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

/linux/drivers/base/regmap/
H A Dregcache.c428 regmap_async_complete(map); in regcache_sync()
487 regmap_async_complete(map); in regcache_sync_region()
H A Dregcache-rbtree.c507 return regmap_async_complete(map); in regcache_rbtree_sync()
H A Dregmap.c3315 int regmap_async_complete(struct regmap *map) in regmap_async_complete() function
3337 EXPORT_SYMBOL_GPL(regmap_async_complete);
3392 regmap_async_complete(map); in regmap_register_patch()
/linux/include/linux/
H A Dregmap.h1283 int regmap_async_complete(struct regmap *map);
1994 static inline void regmap_async_complete(struct regmap *map) in regmap_async_complete() function
/linux/drivers/firmware/cirrus/
H A Dcs_dsp.c1541 ret = regmap_async_complete(regmap); in cs_dsp_load()
1554 regmap_async_complete(regmap); in cs_dsp_load()
2261 ret = regmap_async_complete(regmap); in cs_dsp_load_coeff()
2272 regmap_async_complete(regmap); in cs_dsp_load_coeff()
/linux/sound/soc/
H A Dsoc-component.c937 regmap_async_complete(component->regmap); in snd_soc_component_async_complete()